1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/armadietto_ynh.git synced 2024-09-03 18:06:18 +02:00
armadietto_ynh/config_panel.toml

16 lines
362 B
TOML
Raw Normal View History

version = "1.0"
[main]
name = "Settings"
2021-12-21 01:17:31 +01:00
[main.global_config]
name = "Access options"
2021-12-21 01:17:31 +01:00
services = ["nginx", "__APP__"]
[main.global_config.is_signup]
ask = "Allow signups?"
2021-12-21 01:17:31 +01:00
type = "boolean"
help = "Would you like to allow visitors to register and create an account?"
bind = "signup:__FINALPATH__/server.js"