From 43546bed509c22ae3bb4436c66dd46ccea55db9d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 13 Jan 2022 23:52:55 +0100 Subject: [PATCH] set true false --- config_panel.toml | 5 +++-- scripts/install | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 989695b..361d91f 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -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" diff --git a/scripts/install b/scripts/install index 44c30c5..56940c3 100755 --- a/scripts/install +++ b/scripts/install @@ -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