1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00
vikunja_ynh/config_panel.toml
2022-01-16 17:00:45 +01:00

23 lines
611 B
TOML

version = "1.0"
[main]
name = "Vikunja configuration"
services = ["__APP__"]
[main.config]
name = "Configuration Options"
[main.config.set_motd]
ask = "Set MOTD"
type = "string"
help = "Set the motd message, available from the /info endpoint"
bind = "motd:/etc/vikunja/config.yml"
[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"