From 70fcca7e07ec6344a91ebe158f898a53b3b39084 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 12 Mar 2022 16:28:22 +0100 Subject: [PATCH] Fix --- conf/local.yaml | 2 +- manifest.json | 4 ++++ scripts/install | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/conf/local.yaml b/conf/local.yaml index d1d0f77..d23025d 100644 --- a/conf/local.yaml +++ b/conf/local.yaml @@ -8,7 +8,7 @@ security: kimai_ldap: ~ kimai: user: - registration: "__REGISTRATION__" + registration: __REGISTRATION__ ldap: activate: true # more infos about the connection params can be found at: diff --git a/manifest.json b/manifest.json index 9cd58a5..930321e 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,10 @@ "name": "domain", "type": "domain" }, + { + "name": "path", + "type": "path" + }, { "name": "admin", "type": "user" diff --git a/scripts/install b/scripts/install index 583a065..b554e90 100755 --- a/scripts/install +++ b/scripts/install @@ -24,7 +24,7 @@ ynh_abort_if_errors #================================================= domain=$YNH_APP_ARG_DOMAIN -path_url="/" +path_url=$YNH_APP_ARG_PATH admin=$YNH_APP_ARG_ADMIN is_public=$YNH_APP_ARG_IS_PUBLIC registration=$YNH_APP_ARG_REGISTRATION