mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
16 lines
333 B
TOML
16 lines
333 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"
|
||
|
|