diff --git a/manifest.toml b/manifest.toml index 9cc65f2..edefc56 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,7 +9,7 @@ description.fr = "Serveur de réseautage social fédéré basé sur des protocol version = "2.6.2~ynh1" -maintainers = ["Anmol Sharma", "yalh76"] +maintainers = [] [upstream] license = "AGPL-3.0-only" @@ -26,8 +26,8 @@ multi_instance = false ldap = true sso = false disk = "200M" -ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... -ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... +ram.build = "50M" +ram.runtime = "50M" [install] [install.domain] diff --git a/scripts/upgrade b/scripts/upgrade index 7cf57d7..b7cbe84 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -107,6 +107,7 @@ if [ "$cache" -eq 1 ]; then ynh_add_config --template="../conf/cache.conf" --destination="/etc/nginx/conf.d/$app-cache.conf" cat ../conf/media.conf >> ../conf/nginx.conf fi + # Create a dedicated NGINX config ynh_add_nginx_config diff --git a/tests.toml b/tests.toml index 6df4ead..ae63e1e 100644 --- a/tests.toml +++ b/tests.toml @@ -4,5 +4,4 @@ test_format = 1.0 [default] - test_upgrade_from.e6d9935af254018baf326281662c55407170694d.name = "2.4.1" test_upgrade_from.ba16bc8bee7715c479a7ee575ec5f7d9970a84f8.name = "2.4.3"