1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00
This commit is contained in:
ericgaspar 2021-08-23 10:19:47 +02:00
parent dea451a658
commit 595865d626
3 changed files with 2 additions and 9 deletions

View file

@ -5,7 +5,7 @@
admin="john"
language="fr"
is_public=1
password="pass"
password="password"
; Checks
pkg_linter=1
setup_sub_dir=1

View file

@ -35,13 +35,6 @@
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/",
"default": "/"
},
{
"name": "is_public",
"type": "boolean",

View file

@ -22,7 +22,7 @@ ynh_abort_if_errors
domain=$YNH_APP_ARG_DOMAIN
is_public=$YNH_APP_ARG_IS_PUBLIC
path_url=$YNH_APP_ARG_PATH
path_url="/"
secret=$(ynh_string_random)
app=$YNH_APP_INSTANCE_NAME