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:
parent
059205b2d5
commit
7a73f893e1
2 changed files with 6 additions and 3 deletions
|
@ -20,8 +20,8 @@ code = "https://github.com/zusam/zusam"
|
|||
yunohost = ">= 11.1.21"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = "no"
|
||||
sso = "no"
|
||||
ldap = false
|
||||
sso = false
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
@ -79,4 +79,4 @@ ram.runtime = "50M"
|
|||
[resources.ports]
|
||||
|
||||
[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"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
test_format = 1.0
|
||||
|
||||
[default]
|
||||
|
||||
args.first_user = "package_checker"
|
||||
args.first_group = "SuperGroup"
|
||||
|
|
Loading…
Reference in a new issue