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

18 lines
388 B
TOML
Raw Normal View History

version = "1.0"
[main]
name = "Settings"
2021-12-21 01:17:31 +01:00
[main.is_signup]
name = "Signup configuration"
services = ["__APP__"]
[main.is_signup.is_signup]
ask = "Allow signups?"
2021-12-21 01:17:31 +01:00
type = "boolean"
yes = '1'
no = ''
help = "Would you like to allow visitors to register and create an account?"
2024-01-05 15:42:00 +01:00
bind = "signup:/var/www/__APP__/server.js"