1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00
This commit is contained in:
Éric Gaspar 2023-06-06 23:48:26 +02:00
parent 9001c74df6
commit 5dbe302aed
3 changed files with 2 additions and 7 deletions

View file

@ -17,7 +17,7 @@ admindoc = "https://wiki.webtrees.net"
code = "https://github.com/fisharebest/webtrees"
[integration]
yunohost = ">= 11.1.18"
yunohost = ">= 11.1.19"
architectures = "all"
multi_instance = true
ldap = false

View file

@ -50,11 +50,6 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..."
# Create a dedicated NGINX config
ynh_add_nginx_config
#=================================================
# PHP-FPM CONFIGURATION
#=================================================
ynh_script_progression --message="Upgrading PHP-FPM configuration..."
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low

View file

@ -14,4 +14,4 @@ test_format = 1.0
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.7931d052.name = "Upgrade from 2.0.23"
test_upgrade_from.dfcde24cce4db0527465acbc16dcecf9a3082858.name = "Upgrade from 2.1.16"