mirror of
https://github.com/YunoHost-Apps/armadietto_ynh.git
synced 2024-09-03 18:06:18 +02:00
15 lines
362 B
TOML
15 lines
362 B
TOML
version = "1.0"
|
|
|
|
[main]
|
|
name = "Settings"
|
|
|
|
[main.global_config]
|
|
name = "Access options"
|
|
|
|
services = ["nginx", "__APP__"]
|
|
|
|
[main.global_config.is_signup]
|
|
ask = "Allow signups?"
|
|
type = "boolean"
|
|
help = "Would you like to allow visitors to register and create an account?"
|
|
bind = "signup:__FINALPATH__/server.js"
|