Skip to content

Quick Reference

Tommi Muona edited this page Aug 8, 2024 · 1 revision

Startup parameters

Note

Define startup parameters on the command line

$ ./app.py --help

                SILTA v1.0 Copyright 2022 -muonato-
Released under the terms of the GNU General Public License GPLv3

usage: app.py [options]

Simple Localized Tasks

optional arguments:
  -h, --help            show this help message and exit
  -a ADDRESS, --address ADDRESS
                        server ip address, default: 127.0.0.1
  -p PORT, --port PORT  server HTTP service port, default: 8000
  -d DATABASE, --database DATABASE
                        sqlite database file
  -t THEME, --theme THEME
                        frontend theme name, default: 'suomi'

Icons

Note

Icon attribute provides a quick visual clue to the task

Task icons are located in application folder ui/icons

icons

Themes

Note

Apply theme with startup parameter '-t, --theme'

Suomi (default) --theme suomi

themes-1

Dark --theme dark

themes-2

d4n6 --theme d4n6

themes-3

SILTA Wiki | Home |

Clone this wiki locally