1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zusam_ynh.git synced 2024-09-03 18:05:54 +02:00

Last commit before running package_check

This commit is contained in:
dragondaddy 2023-08-09 20:03:16 +02:00
parent 059205b2d5
commit 7a73f893e1
2 changed files with 6 additions and 3 deletions

View file

@ -20,8 +20,8 @@ code = "https://github.com/zusam/zusam"
yunohost = ">= 11.1.21" yunohost = ">= 11.1.21"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = "no" ldap = false
sso = "no" sso = false
disk = "50M" disk = "50M"
ram.build = "50M" ram.build = "50M"
ram.runtime = "50M" ram.runtime = "50M"
@ -79,4 +79,4 @@ ram.runtime = "50M"
[resources.ports] [resources.ports]
[resources.apt] [resources.apt]
packages = "unzip ffmpeg php8.1 php8.1-fpm php8.1-xml php8.1-curl php8.1-mbstring php8.1-sqlite3 php-imagick php8.1-intl curl" packages = "unzip ffmpeg php php-fpm php-xml php-curl php-mbstring php-sqlite3 php-imagick php-intl curl"

View file

@ -1,3 +1,6 @@
test_format = 1.0 test_format = 1.0
[default] [default]
args.first_user = "package_checker"
args.first_group = "SuperGroup"