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

set true false

This commit is contained in:
ericgaspar 2022-01-13 23:52:55 +01:00
parent 57d32e84b0
commit 43546bed50
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 3 deletions

View file

@ -1,15 +1,16 @@
version = "1.0"
[main]
name = "Settings"
name = "Armadietto configuration"
[main.global_config]
name = "Access options"
services = ["nginx", "__APP__"]
[main.global_config.is_signup]
ask = "Allow signups?"
type = "boolean"
yes = "true"
no = "false"
help = "Would you like to allow visitors to register and create an account?"
bind = "signup:__FINALPATH__/server.js"

View file

@ -27,7 +27,7 @@ ynh_abort_if_errors
domain=$YNH_APP_ARG_DOMAIN
path_url="/"
is_public=$YNH_APP_ARG_IS_PUBLIC
is_signup="0"
is_signup="true"
app=$YNH_APP_INSTANCE_NAME