From d2f0555c707eebd91930e52ec84463a2fa677d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 5 Oct 2023 22:42:58 +0200 Subject: [PATCH 1/5] Update change_url --- scripts/change_url | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scripts/change_url b/scripts/change_url index 3a9b28d..a429f4c 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -25,6 +25,18 @@ ynh_script_progression --message="Updating NGINX web server configuration..." -- ynh_change_url_nginx_config +#================================================= +# SPECIFIC MODIFICATIONS +#================================================= +# UPDATE CONFIGURATION FILE +#================================================= + +ynh_exec_warn_less 'ynh_add_config --template="../conf/config.xml" --destination="$data_dir/config.xml"' + +chmod 750 "$data_dir/config.xml" +chmod o-rwx "$data_dir/config.xml" +chown $app "$data_dir/config.xml" + #================================================= # GENERIC FINALISATION #================================================= From f529321cc478ddf7f32280a40c1562d1f459781c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:41:31 +0100 Subject: [PATCH 2/5] Stepping down as maintainer --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index adf7a70..d2f59a9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,7 +9,7 @@ description.fr = "Gestionnaire de livres et automatisation (Sonarr pour livres version = "0.3.6.2232~ynh1" -maintainers = ["eric_G"] +maintainers = [] [upstream] license = "GPL-3.0" From 54ec3729572155bc0df3cf95178a2877868b3c90 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Feb 2024 16:41:36 +0000 Subject: [PATCH 3/5] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 24addac..74b91bc 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Readarr is an eBook and audiobook collection manager for Usenet and BitTorrent u * 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 6215c56..461fab6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,6 +30,7 @@ Readarr est un gestionnaire de collections de livres électroniques et de livres * 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 From 33657216285880f528097c81f1ca97c29022ebbc Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 23 Feb 2024 00:10:22 +0100 Subject: [PATCH 4/5] Update to 0.3.19.2437 and disabling the autoupdater --- manifest.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index d2f59a9..8e9df1d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Readarr" description.en = "Book Manager and Automation (Sonarr for Ebooks)" description.fr = "Gestionnaire de livres et automatisation (Sonarr pour livres électroniques)" -version = "0.3.6.2232~ynh1" +version = "0.3.19.2437~ynh1" maintainers = [] @@ -48,9 +48,12 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Readarr/Readarr/releases/download/v0.3.6.2232/Readarr.develop.0.3.6.2232.linux-core-x64.tar.gz" - sha256 = "1f8f168ea4401bb23e20f84200db89d77ec8c025e44dae6fadf8795a6e2d3b21" - autoupdate.strategy = "latest_github_tag" + url = "https://github.com/Readarr/Readarr/releases/download/v0.3.19.2437/Readarr.develop.0.3.19.2437.linux-core-x64.tar.gz" + sha256 = "b8d6508b3bce3f280ff8b5720401ac84171f8c2e2bad7f661ad6aabfca4158a0" + + # autoupdater disabled as we're using pre releases + # autoupdate.strategy = "latest_github_tag" + # autoupdate.asset = "^Readarr.develop.*linux-core-x64.tar.gz$" [resources.system_user] From 5507d254a8c4aeaae9a3c0d946d2c09d4be44d15 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Feb 2024 23:10:26 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 6 +++--- README_fr.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 74b91bc..c89d41e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Readarr is an eBook and audiobook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. It does not manage comics or magazines. -**Shipped version:** 0.3.6.2232~ynh1 +**Shipped version:** 0.3.19.2437~ynh1 ## Screenshots @@ -44,4 +44,4 @@ or sudo yunohost app upgrade readarr -u https://github.com/YunoHost-Apps/readarr_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 461fab6..954ec95 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Readarr est un gestionnaire de collections de livres électroniques et de livres audio pour les utilisateurs Usenet et BitTorrent. Il peut surveiller plusieurs flux RSS pour les nouveaux livres de vos auteurs préférés et les récupérer, les trier et les renommer. Notez qu'un seul type d'un livre donné est pris en charge. Si vous souhaitez à la fois un livre audio et un livre électronique d'un livre donné, vous aurez besoin de plusieurs instances. -**Version incluse :** 0.3.6.2232~ynh1 +**Version incluse :** 0.3.19.2437~ynh1 ## Captures d’écran