mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Fix
This commit is contained in:
parent
9fc5067a0f
commit
70fcca7e07
3 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -38,6 +38,10 @@
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "path",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user"
|
"type": "user"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue