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