1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00
This commit is contained in:
Éric Gaspar 2024-08-28 10:50:05 +02:00
parent cdf5f1765d
commit ff2fbf1722
2 changed files with 15 additions and 18 deletions

View file

@ -21,7 +21,7 @@ code = "https://github.com/Dolibarr/dolibarr"
cpe = "cpe:2.3:a:dolibarr:dolibarr" cpe = "cpe:2.3:a:dolibarr:dolibarr"
[integration] [integration]
yunohost = ">= 11.2" yunohost = ">= 11.2.27"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = true ldap = true
@ -105,20 +105,20 @@ ram.runtime = "150M"
[resources.apt] [resources.apt]
packages = [ packages = [
"php8.1-mysql", "php8.3-mysql",
"php8.1-imagick", "php8.3-imagick",
"php8.1-gd", "php8.3-gd",
"php8.1-mbstring", "php8.3-mbstring",
"php8.1-soap", "php8.3-soap",
"php8.1-curl", "php8.3-curl",
"php8.1-intl", "php8.3-intl",
"php8.1-ldap", "php8.3-ldap",
"php8.1-opcache", "php8.3-opcache",
"php8.1-calendar", "php8.3-calendar",
"php8.1-zip", "php8.3-zip",
"php8.1-xml", "php8.3-xml",
"php8.1-fileinfo", "php8.3-fileinfo",
"php8.1-imap", "php8.3-imap",
"mariadb-server", "mariadb-server",
] ]

View file

@ -33,9 +33,6 @@ fi
# Remove a directory securely # Remove a directory securely
ynh_secure_remove --file="/etc/$app" ynh_secure_remove --file="/etc/$app"
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================