1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00
This commit is contained in:
ericgaspar 2022-03-12 16:28:22 +01:00
parent 9fc5067a0f
commit 70fcca7e07
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 6 additions and 2 deletions

View file

@ -8,7 +8,7 @@ security:
kimai_ldap: ~ kimai_ldap: ~
kimai: kimai:
user: user:
registration: "__REGISTRATION__" registration: __REGISTRATION__
ldap: ldap:
activate: true activate: true
# more infos about the connection params can be found at: # more infos about the connection params can be found at:

View file

@ -38,6 +38,10 @@
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
}, },
{
"name": "path",
"type": "path"
},
{ {
"name": "admin", "name": "admin",
"type": "user" "type": "user"

View file

@ -24,7 +24,7 @@ ynh_abort_if_errors
#================================================= #=================================================
domain=$YNH_APP_ARG_DOMAIN domain=$YNH_APP_ARG_DOMAIN
path_url="/" path_url=$YNH_APP_ARG_PATH
admin=$YNH_APP_ARG_ADMIN admin=$YNH_APP_ARG_ADMIN
is_public=$YNH_APP_ARG_IS_PUBLIC is_public=$YNH_APP_ARG_IS_PUBLIC
registration=$YNH_APP_ARG_REGISTRATION registration=$YNH_APP_ARG_REGISTRATION