From 0d75355f7167f3c70871191d52878a9ada0892bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:12:22 +0200 Subject: [PATCH 1/4] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d003c44..0a25c65 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -29,7 +29,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep="database.json" + ynh_setup_source --dest_dir="$install_dir" fi chown -R $app:www-data "$install_dir" From 063f239a618ab88efabaa30b530fb60354edb730 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Fri, 3 Nov 2023 17:48:13 +0100 Subject: [PATCH 2/4] Change autoupdate strategy. --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index fd9ba27..3e57b44 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,7 +55,7 @@ ram.runtime = "50M" arm64.sha256 = "5e747fb93ef796e292a58afa89e672bb49a33b2db75c6b395150e47b4214f4f4" armhf.url = "https://github.com/Ombi-app/Ombi/releases/download/v4.43.5/linux-arm.tar.gz" armhf.sha256 = "7c8fc3a079395c645c4e514e6f4987844fc45eea3ea7679948adee1ccf7f4435" - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" [resources.system_user] From dc09dd93eb746b34972dfd705e6532b957e78931 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Sat, 4 Nov 2023 23:01:58 +0100 Subject: [PATCH 3/4] Add asset regexes --- manifest.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.toml b/manifest.toml index 3e57b44..b7be281 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,7 +55,11 @@ ram.runtime = "50M" arm64.sha256 = "5e747fb93ef796e292a58afa89e672bb49a33b2db75c6b395150e47b4214f4f4" armhf.url = "https://github.com/Ombi-app/Ombi/releases/download/v4.43.5/linux-arm.tar.gz" armhf.sha256 = "7c8fc3a079395c645c4e514e6f4987844fc45eea3ea7679948adee1ccf7f4435" + autoupdate.strategy = "latest_github_release" + autoupdate.asset.arm64 = "linux-arm64\\.tar\\.gz" + autoupdate.asset.amd64 = "linux-x64\\.tar\\.gz" + autoupdate.asset.armhf = "linux-arm\\.tar\\.gz" [resources.system_user] From da067da469a06bed9c6d21f808737ec3e6cc0bbe Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 6 Nov 2023 11:55:00 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 331e20a..42fc92b 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Ombi is a self-hosted web application that automatically gives your shared Plex * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index fd4004a..91fb0cc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,6 +31,7 @@ Ombi est une application Web auto-hébergée qui donne automatiquement à vos ut * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs