mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
23 lines
604 B
TOML
23 lines
604 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 shown in Vikunja login page"
|
|
bind = "motd:/opt/__APP__/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:/opt/__APP__/config.yml"
|
|
|