1
0
Fork 0
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:
tituspijean 2023-04-27 23:27:16 +02:00
parent 7d1e625008
commit 37d274ac93
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -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"