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 diff --git a/manifest.toml b/manifest.toml index adf7a70..8e9df1d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,9 +7,9 @@ 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 = ["eric_G"] +maintainers = [] [upstream] license = "GPL-3.0" @@ -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] 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 #=================================================