1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zap_ynh.git synced 2024-09-03 20:36:07 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-11-13 12:02:39 +01:00 committed by Félix Piédallu
parent 8d38050f07
commit cc7abb268d

View file

@ -29,10 +29,11 @@ ram.runtime = "50M"
[install] [install]
[install.domain] [install.domain]
help.en = "ZAP must run in the root of this domain. It means no other app can be accessed/run from this domain. We advise to use a dedicated subdomain such as zap.domain.tld"
help.fr = "ZAP doit être installé à la racine du domaine. Cela implique qu'aucune autre app ne pourra être installée ou accessible sur ce domain. Nous conseillons un sous-domaine dédié par exemple zap.domain.tld."
type = "domain" type = "domain"
full_domain = true
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin] [install.admin]
type = "user" type = "user"
@ -65,7 +66,6 @@ ram.runtime = "50M"
[resources.apt] [resources.apt]
packages = "php7.4-mbstring, php7.4-cli, php7.4-imagick, php7.4-xml, php7.4-zip, php7.4-json, php7.4-gd" packages = "php7.4-mbstring, php7.4-cli, php7.4-imagick, php7.4-xml, php7.4-zip, php7.4-json, php7.4-gd"
packages_from_raw_bash = """ packages_from_raw_bash = """
if [[ "$database" == "mysql" ]]; then if [[ "$database" == "mysql" ]]; then
echo "mariadb-server, php7.4-mysql" echo "mariadb-server, php7.4-mysql"