2022-01-16 16:12:55 +01:00
|
|
|
version = "1.0"
|
|
|
|
|
|
|
|
[main]
|
|
|
|
name = "Vikunja configuration"
|
|
|
|
services = ["__APP__"]
|
|
|
|
|
|
|
|
[main.config]
|
|
|
|
name = "Configuration Options"
|
|
|
|
|
|
|
|
[main.config.set_motd]
|
|
|
|
ask = "Set MOTD"
|
|
|
|
type = "string"
|
2022-01-16 17:44:04 +01:00
|
|
|
help = "Set the MOTD message shown in Vikunja login page"
|
2022-01-16 16:12:55 +01:00
|
|
|
bind = "motd:/etc/vikunja/config.yml"
|
|
|
|
|
2022-01-16 17:00:45 +01:00
|
|
|
[main.config.enable_registration]
|
|
|
|
ask = "Enable registration"
|
|
|
|
type = "boolean"
|
|
|
|
yes = "true"
|
|
|
|
no = "false"
|
|
|
|
help = "Whether to let new users registering themselves or not"
|
|
|
|
bind = "enableregistration:/etc/vikunja/config.yml"
|
|
|
|
|