diff --git a/manifest.toml b/manifest.toml index 1b8610b..52ce39f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://libreddit.spike.codes/" code = "https://github.com/spikecodes/libreddit" [integration] -yunohost = ">= 11.2.18" +yunohost = ">= 11.2.29" helpers_version = "2.1" architectures = ["amd64"] multi_instance = true @@ -43,7 +43,7 @@ ram.runtime = "50M" extract = false in_subdir = false rename = "redlib" - autoupdate.strategy = "latest_github_tag" + #autoupdate.strategy = "latest_github_tag" [resources.system_user] diff --git a/scripts/backup b/scripts/backup index 4ed49b4..50e701d 100755 --- a/scripts/backup +++ b/scripts/backup @@ -12,7 +12,7 @@ ynh_print_info "Declaring files to be backed up..." ynh_backup "$install_dir" #================================================= -# BACKUP THE NGINX CONFIGURATION +# SYSTEM CONFIGURATION #================================================= ynh_backup "/etc/nginx/conf.d/$domain.d/$app.conf"