mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
Fix admin permission
This commit is contained in:
parent
7d1e625008
commit
37d274ac93
1 changed files with 4 additions and 1 deletions
|
@ -49,7 +49,9 @@ ram.runtime = "50M"
|
||||||
choices = ["en_EN", "fr_FR"]
|
choices = ["en_EN", "fr_FR"]
|
||||||
default = "fr_FR"
|
default = "fr_FR"
|
||||||
|
|
||||||
[install.admin]
|
[install.init_admin_permission]
|
||||||
|
ask.en = "Select an administrator for the app"
|
||||||
|
ask.fr = "Sélectionnez un administrateur pour l'application"
|
||||||
type = "user"
|
type = "user"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
@ -75,6 +77,7 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
admin.show_tile = false
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "php7.4, php7.4-zip, php7.4-mbstring, php7.4-curl, php7.4-dom, php7.4-gd, php7.4-xml, php7.4-ldap"
|
packages = "php7.4, php7.4-zip, php7.4-mbstring, php7.4-curl, php7.4-dom, php7.4-gd, php7.4-xml, php7.4-ldap"
|
||||||
|
|
Loading…
Reference in a new issue