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:
parent
57d32e84b0
commit
43546bed50
2 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue