diff --git a/manifest.toml b/manifest.toml index 4af53b3..b98efd3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,9 +7,9 @@ name = "PHPLicenseWatcher" description.en = "License manager" description.fr = "Gestionnaire de licences" -version = "2.210916~ynh1" +version = "2.210916~ynh2" -maintainers = ["liberodark"] +maintainers = [] [upstream] license = "GPL-3.0" @@ -18,11 +18,14 @@ admindoc = "https://phplicensewatch.sourceforge.io/index.html#Documentation" code = "https://github.com/rpi-dotcio/phpLicenseWatcher" [integration] -yunohost = ">= 4.3.0" +yunohost = ">= 11.2" architectures = "all" multi_instance = false + ldap = "not_relevant" + sso = "not_relevant" + disk = "50M" ram.build = "50M" ram.runtime = "50M" diff --git a/scripts/remove b/scripts/remove index 46b7d81..12bf97c 100644 --- a/scripts/remove +++ b/scripts/remove @@ -21,11 +21,6 @@ if ynh_exec_warn_less yunohost service status $app >/dev/null; then yunohost service remove "$app" fi -#================================================= -# REMOVE SYSTEM CONFIGURATIONS -#================================================= -ynh_script_progression --message="Removing system configurations related to $app..." --weight=1 - # Remove the dedicated NGINX config ynh_remove_nginx_config