From 7e6e7100cdb6d749ac542690bb35098375d7ffcf Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 13 Feb 2024 02:31:13 +0100 Subject: [PATCH 1/6] fix log folder perms --- scripts/install | 6 ++++++ scripts/restore | 6 ++++++ scripts/upgrade | 3 +++ 3 files changed, 15 insertions(+) diff --git a/scripts/install b/scripts/install index 842843d..85cacff 100755 --- a/scripts/install +++ b/scripts/install @@ -32,6 +32,12 @@ ynh_add_nginx_config # Create a dedicated systemd config ynh_add_systemd_config +mkdir -p "/var/log/$app" +chmod 640 "/var/log/$app" + +# Use logrotate to manage app-specific logfile(s) +ynh_use_logrotate --non-append + yunohost service add "$app" --description="Cross platform reading server" --log="/var/log/$app/$app.log" #================================================= diff --git a/scripts/restore b/scripts/restore index ea8d31e..b139591 100755 --- a/scripts/restore +++ b/scripts/restore @@ -48,6 +48,12 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_restore_file --origin_path="/etc/systemd/system/$app.service" systemctl enable "$app".service --quiet +mkdir -p "/var/log/$app" +chmod 640 "/var/log/$app" + +# Use logrotate to manage app-specific logfile(s) +ynh_use_logrotate --non-append + yunohost service add "$app" --description="Cross platform reading server" --log="/var/log/$app/$app.log" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index b39a7d0..94b9df5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,6 +77,9 @@ ynh_add_nginx_config # Create a dedicated systemd config ynh_add_systemd_config +mkdir -p "/var/log/$app" +chmod 640 "/var/log/$app" + # Use logrotate to manage app-specific logfile(s) ynh_use_logrotate --non-append From 5a3d5883f996b5efa8f49d02ce4f93c41d9ec1c0 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 13 Feb 2024 20:37:36 +0100 Subject: [PATCH 2/6] add manifest schema --- manifest.toml | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7222669..2bb8921 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json + packaging_format = 2 id = "kavita" @@ -7,7 +9,7 @@ description.fr = "Serveur multimédia pour vos bandes dessinées, mangas et livr version = "0.7.14~ynh1" -maintainers = ["eric_G"] +maintainers = [ "eric_G" ] [upstream] license = "MIT" @@ -18,7 +20,7 @@ code = "https://github.com/Kareadita/Kavita" [integration] yunohost = ">= 11.2" -architectures = ["amd64", "arm64", "armhf"] +architectures = [ "amd64", "arm64", "armhf" ] multi_instance = true ldap = false @@ -59,27 +61,27 @@ ram.runtime = "50M" autoupdate.asset.arm64 = "kavita-linux-arm64.tar.gz" autoupdate.asset.armhf = "kavita-linux-arm.tar.gz" - [resources.ports] - main.default = 5000 +[resources.ports] +main.default = 5000 - [resources.system_user] +[resources.system_user] - [resources.install_dir] +[resources.install_dir] - [resources.permissions] - main.url = "/" +[resources.permissions] +main.url = "/" - api.url = "/api" - api.show_tile = false - api.protected= true - api.allowed = ["visitors", "all_users"] - api.auth_header = false +api.url = "/api" +api.show_tile = false +api.protected = true +api.allowed = [ "visitors", "all_users" ] +api.auth_header = false - hubs.url = "/hubs" - hubs.show_tile = false - hubs.protected= true - hubs.auth_header = false - hubs.allowed = ["visitors", "all_users"] +hubs.url = "/hubs" +hubs.show_tile = false +hubs.protected = true +hubs.auth_header = false +hubs.allowed = [ "visitors", "all_users" ] - [resources.apt] - packages = "sqlite3" +[resources.apt] +packages = "sqlite3" From 725b36e824222fadd14d5b1b168cd7c8848fc885 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 7 Mar 2024 22:55:19 +0100 Subject: [PATCH 3/6] fix website link --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 2bb8921..bea37ad 100644 --- a/manifest.toml +++ b/manifest.toml @@ -13,7 +13,7 @@ maintainers = [ "eric_G" ] [upstream] license = "MIT" -website = "www.kavitareader.com" +website = "https://www.kavitareader.com/" demo = "https://demo.kavitareader.com/" admindoc = "https://wiki.kavitareader.com/en" code = "https://github.com/Kareadita/Kavita" From 9bd547a18a3a3a4eda31377848f448e83a2d0d2d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Mar 2024 21:55:25 +0000 Subject: [PATCH 4/6] Auto-update README --- README.md | 12 ++++++------ README_fr.md | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 4227560..bd8f286 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -41,11 +41,11 @@ Kavita is a fast, feature rich, cross platform reading server. Built with a focu ## Documentation and resources -* Official app website: -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- 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 7646354..016c974 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -40,11 +40,11 @@ Kavita est un serveur de lecture multiplateforme rapide et riche en fonctionnali ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- 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 @@ -58,4 +58,4 @@ ou sudo yunohost app upgrade kavita -u https://github.com/YunoHost-Apps/kavita_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** From c81f1fda4f7f6399370340c7d410f4b7ae6fe515 Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:55:38 +0100 Subject: [PATCH 5/6] [autopatch] ynh_setup_source --full_replace=1 (#42) Co-authored-by: OniriCorpe Co-authored-by: Yunohost-Bot <> --- scripts/restore | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index b139591..423f1ae 100755 --- a/scripts/restore +++ b/scripts/restore @@ -31,7 +31,7 @@ then ynh_script_progression --message="Migrating binary architecture..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep="config/appsettings.json" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config" fi chmod -R o-rwx "$install_dir" diff --git a/scripts/upgrade b/scripts/upgrade index 94b9df5..6500482 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -33,7 +33,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="config/appsettings.json" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config" fi chmod -R o-rwx "$install_dir" From 8bc19cf4ab75a6414dbdc6441d6864499f4df2ef Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Sat, 13 Apr 2024 04:58:29 +0200 Subject: [PATCH 6/6] Upgrade to v0.8.0 (#43) --- ALL_README.md | 7 +++++ README.md | 22 +++++++++------- README_eu.md | 66 +++++++++++++++++++++++++++++++++++++++++++++++ README_fr.md | 36 ++++++++++++++------------ README_gl.md | 66 +++++++++++++++++++++++++++++++++++++++++++++++ README_zh_Hans.md | 66 +++++++++++++++++++++++++++++++++++++++++++++++ manifest.toml | 14 +++++----- 7 files changed, 245 insertions(+), 32 deletions(-) create mode 100644 ALL_README.md create mode 100644 README_eu.md create mode 100644 README_gl.md create mode 100644 README_zh_Hans.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..a01b345 --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,7 @@ +# All available README files by language + +- [Read the README in English](README.md) +- [Irakurri README euskaraz](README_eu.md) +- [Lire le README en français](README_fr.md) +- [Le o README en galego](README_gl.md) +- [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README.md b/README.md index bd8f286..18e2509 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,10 +9,10 @@ It shall NOT be edited by hand. [![Install Kavita with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kavita) -*[Lire ce readme en français.](./README_fr.md)* +*[Read this README in other languages.](./ALL_README.md)* -> *This package allows you to install Kavita quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* +> *This package allows you to install Kavita quickly and simply on a YunoHost server.* +> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* ## Overview @@ -31,14 +31,18 @@ Kavita is a fast, feature rich, cross platform reading server. Built with a focu - OPDS-PS Support -**Shipped version:** 0.7.14~ynh1 +**Shipped version:** 0.8.0~ynh1 -**Demo:** https://demo.kavitareader.com/ +**Demo:** ## Screenshots ![Screenshot of Kavita](./doc/screenshots/screenshot.png) +## :red_circle: Antifeatures + +- **Paid content**: Promotes or depends, entirely or partially, on a paid service. + ## Documentation and resources - Official app website: @@ -49,11 +53,11 @@ Kavita is a fast, feature rich, cross platform reading server. Built with a focu ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/kavita_ynh/tree/testing). +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/kavita_ynh/tree/testing). -To try the testing branch, please proceed like that. +To try the `testing` branch, please proceed like that: -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/kavita_ynh/tree/testing --debug or sudo yunohost app upgrade kavita -u https://github.com/YunoHost-Apps/kavita_ynh/tree/testing --debug diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..dcebf74 --- /dev/null +++ b/README_eu.md @@ -0,0 +1,66 @@ + + +# Kavita YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/kavita.svg)](https://dash.yunohost.org/appci/app/kavita) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/kavita.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/kavita.maintain.svg) + +[![Instalatu Kavita YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kavita) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek Kavita YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +Kavita is a fast, feature rich, cross platform reading server. Built with a focus for manga and the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family. + +### Features + +- Extensive File support +- Manga/Comic Reader +- Book Reader +- User Management and Sharing +- Cross Platform with no dependencies - Everything in the box +- Full-text search to quickly find what you want to read +- Mixed media Libraries - Light Novels and Manga can be right next to each other +- Fast and efficient library scans. Don't perform I/O if the underlying file hasn't changed. +- OPDS-PS Support + + +**Paketatutako bertsioa:** 0.8.0~ynh1 + +**Demoa:** + +## Pantaila-argazkiak + +![Kavita(r)en pantaila-argazkia](./doc/screenshots/screenshot.png) + +## :red_circle: Ezaugarri zalantzagarriak + +- **Ordainpeko edukia**: Ordainpeko zerbitzu bat sustatzen du edo bere mende dago, osorik edo neurri batean. + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune ofiziala: +- Administratzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/kavita_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/kavita_ynh/tree/testing --debug +edo +sudo yunohost app upgrade kavita -u https://github.com/YunoHost-Apps/kavita_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index 016c974..77a1ac0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # Kavita pour YunoHost @@ -9,10 +9,10 @@ It shall NOT be edited by hand. [![Installer Kavita avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kavita) -*[Read this readme in english.](./README.md)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer Kavita rapidement et simplement sur un serveur YunoHost. -Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* +> *Ce package vous permet d’installer Kavita rapidement et simplement sur un serveur YunoHost.* +> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.* ## Vue d’ensemble @@ -30,32 +30,36 @@ Kavita est un serveur de lecture multiplateforme rapide et riche en fonctionnali - Analyses de bibliothèque rapides et efficaces. N'effectuez pas d'E/S si le fichier sous-jacent n'a pas changé. - Prise en charge OPDS-PS -**Version incluse :** 0.7.14~ynh1 +**Version incluse :** 0.8.0~ynh1 -**Démo :** https://demo.kavitareader.com/ +**Démo :** ## Captures d’écran ![Capture d’écran de Kavita](./doc/screenshots/screenshot.png) +## :red_circle: Anti-fonctionnalités + +- **Contenu payant **: Promeut ou dépend, entièrement ou partiellement, d'un service payant. + ## Documentations et ressources -- Site officiel de l’app : -- Documentation officielle de l’admin : -- Dépôt de code officiel de l’app : -- YunoHost Store : -- Signaler un bug : +- 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 -Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/kavita_ynh/tree/testing). +Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/kavita_ynh/tree/testing). -Pour essayer la branche testing, procédez comme suit. +Pour essayer la branche `testing`, procédez comme suit : -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/kavita_ynh/tree/testing --debug ou sudo yunohost app upgrade kavita -u https://github.com/YunoHost-Apps/kavita_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** +**Plus d’infos sur le packaging d’applications :** diff --git a/README_gl.md b/README_gl.md new file mode 100644 index 0000000..8986729 --- /dev/null +++ b/README_gl.md @@ -0,0 +1,66 @@ + + +# Kavita para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/kavita.svg)](https://dash.yunohost.org/appci/app/kavita) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/kavita.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/kavita.maintain.svg) + +[![Instalar Kavita con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kavita) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar Kavita de xeito rápido e doado nun servidor YunoHost.* +> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.* + +## Vista xeral + +Kavita is a fast, feature rich, cross platform reading server. Built with a focus for manga and the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family. + +### Features + +- Extensive File support +- Manga/Comic Reader +- Book Reader +- User Management and Sharing +- Cross Platform with no dependencies - Everything in the box +- Full-text search to quickly find what you want to read +- Mixed media Libraries - Light Novels and Manga can be right next to each other +- Fast and efficient library scans. Don't perform I/O if the underlying file hasn't changed. +- OPDS-PS Support + + +**Versión proporcionada:** 0.8.0~ynh1 + +**Demo:** + +## Capturas de pantalla + +![Captura de pantalla de Kavita](./doc/screenshots/screenshot.png) + +## :red_circle: Caraterísticas cuestionables + +- **Paid content**: Promotes or depends, entirely or partially, on a paid service. + +## Documentación e recursos + +- Web oficial da app: +- Documentación oficial para admin: +- Repositorio de orixe do código: +- Tenda YunoHost: +- Informar dun problema: + +## Info de desenvolvemento + +Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/kavita_ynh/tree/testing). + +Para probar a rama `testing`, procede deste xeito: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/kavita_ynh/tree/testing --debug +ou +sudo yunohost app upgrade kavita -u https://github.com/YunoHost-Apps/kavita_ynh/tree/testing --debug +``` + +**Máis info sobre o empaquetado da app:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..b76df3b --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,66 @@ + + +# YunoHost 的 Kavita + +[![集成程度](https://dash.yunohost.org/integration/kavita.svg)](https://dash.yunohost.org/appci/app/kavita) ![工作状态](https://ci-apps.yunohost.org/ci/badges/kavita.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/kavita.maintain.svg) + +[![使用 YunoHost 安装 Kavita](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kavita) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Kavita。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +Kavita is a fast, feature rich, cross platform reading server. Built with a focus for manga and the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family. + +### Features + +- Extensive File support +- Manga/Comic Reader +- Book Reader +- User Management and Sharing +- Cross Platform with no dependencies - Everything in the box +- Full-text search to quickly find what you want to read +- Mixed media Libraries - Light Novels and Manga can be right next to each other +- Fast and efficient library scans. Don't perform I/O if the underlying file hasn't changed. +- OPDS-PS Support + + +**分发版本:** 0.8.0~ynh1 + +**演示:** + +## 截图 + +![Kavita 的截图](./doc/screenshots/screenshot.png) + +## :red_circle: 负面特征 + +- **Paid content**: Promotes or depends, entirely or partially, on a paid service. + +## 文档与资源 + +- 官方应用网站: +- 官方管理文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/kavita_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/kavita_ynh/tree/testing --debug +或 +sudo yunohost app upgrade kavita -u https://github.com/YunoHost-Apps/kavita_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** diff --git a/manifest.toml b/manifest.toml index bea37ad..a850d80 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Kavita" description.en = "Media server for your comics, manga and books" description.fr = "Serveur multimédia pour vos bandes dessinées, mangas et livres" -version = "0.7.14~ynh1" +version = "0.8.0~ynh1" maintainers = [ "eric_G" ] @@ -48,12 +48,12 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] in_subdir = true - amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.14/kavita-linux-x64.tar.gz" - amd64.sha256 = "385e75ce4e6faae5a09b50ac0c3ebda6a5374d51c249dfcf045e1e44bb49b22b" - arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.14/kavita-linux-arm64.tar.gz" - arm64.sha256 = "d0514a54537f18b3cfdc385f06796806e77a69f91825ec914cd50809a423a902" - armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.14/kavita-linux-arm.tar.gz" - armhf.sha256 = "e8201324ee8cd6ad6f65d1437cc95ef194fd9518b794465c93c36e2e05b016f4" + amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.0/kavita-linux-x64.tar.gz" + amd64.sha256 = "84702cce150403fb4830e29e13097b395887b58cc487bf0701388b306a22c647" + arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.0/kavita-linux-arm64.tar.gz" + arm64.sha256 = "6c4d87af649dc79b8004b687f5ceb78a4c09efb7f9ef2b80a4e243cb55b0b9bc" + armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.0/kavita-linux-arm.tar.gz" + armhf.sha256 = "c7d8ac8c59bb1551a434a545db02771bc5eda301344e03f801bea78e9e22b43e" # https://yunohost.org/fr/packaging_apps_resources#regarding-autoupdate autoupdate.strategy = "latest_github_release"