From e0b4fd54d7878cf20ad53e3c1d2853da950c2a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:20:13 +0100 Subject: [PATCH 1/6] Fix --- doc/DISCLAIMER.md | 4 ++++ manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 8face07..d8a9a58 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,3 +1,7 @@ ## Limitations * The feed-parsing service is not included, https://feeds.gpodder.net is used + +## Configuration + +Edit files under `/opt/yunohost/APPDIR/envs/prod` to set environment variables. There is an admin interface at `yourdomain.tld/admin` that the admin user can log in to. diff --git a/manifest.json b/manifest.json index 85baa4b..cee5a63 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "jules.bertholet@gmail.com" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [ From a04e1c7834d0a95afbb6fb3c24dbad960d3106da Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 18 Jan 2023 14:20:19 +0000 Subject: [PATCH 2/6] Auto-update README --- README.md | 4 ++++ README_fr.md | 24 ++++++++++++++---------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5b6d5d4..0c76fb2 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ Edit files under `/opt/yunohost/APPDIR/envs/prod` to set environment variables. * The feed-parsing service is not included, https://feeds.gpodder.net is used +## Configuration + +Edit files under `/opt/yunohost/APPDIR/envs/prod` to set environment variables. There is an admin interface at `yourdomain.tld/admin` that the admin user can log in to. + ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index e3df16f..3e2c7bb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,15 @@ It shall NOT be edited by hand. # mygpo (gPodder.net) pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/mygpo.svg)](https://dash.yunohost.org/appci/app/mygpo) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/mygpo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/mygpo.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/mygpo.svg)](https://dash.yunohost.org/appci/app/mygpo) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/mygpo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/mygpo.maintain.svg) [![Installer mygpo (gPodder.net) avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mygpo) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer mygpo (gPodder.net) 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 mygpo (gPodder.net) 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.* -## Vue d'ensemble +## Vue d’ensemble This is the webservice powering the https://gpodder.net website. It can be used to sync podcast subscriptions with [supported clients](https://gpoddernet.readthedocs.io/en/latest/user/clients.html). @@ -26,9 +26,9 @@ Edit files under `/opt/yunohost/APPDIR/envs/prod` to set environment variables. **Démo :** https://gpodder.net -## Captures d'écran +## Captures d’écran -![Capture d'écran de mygpo (gPodder.net)](./doc/screenshots/screenshot1.png) +![Capture d’écran de mygpo (gPodder.net)](./doc/screenshots/screenshot1.png) ## Avertissements / informations importantes @@ -36,11 +36,15 @@ Edit files under `/opt/yunohost/APPDIR/envs/prod` to set environment variables. * The feed-parsing service is not included, https://feeds.gpodder.net is used +## Configuration + +Edit files under `/opt/yunohost/APPDIR/envs/prod` to set environment variables. There is an admin interface at `yourdomain.tld/admin` that the admin user can log in to. + ## Documentations et ressources -* Site officiel de l'app : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Site officiel de l’app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -56,4 +60,4 @@ ou sudo yunohost app upgrade mygpo -u https://github.com/YunoHost-Apps/mygpo_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file From bdf55b189b95c3fa5ff848caf22929cfd2d12f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:40:26 +0100 Subject: [PATCH 3/6] Update DESCRIPTION.md --- doc/DESCRIPTION.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index ea1b39a..b6a310c 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,5 +1 @@ This is the webservice powering the https://gpodder.net website. It can be used to sync podcast subscriptions with [supported clients](https://gpoddernet.readthedocs.io/en/latest/user/clients.html). - -## Configuration - -Edit files under `/opt/yunohost/APPDIR/envs/prod` to set environment variables. There is an admin interface at `yourdomain.tld/admin` that the admin user can log in to. From 9b41cabbd09cc91af5f5241bd771033c659f912a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 18 Jan 2023 14:40:36 +0000 Subject: [PATCH 4/6] Auto-update README --- README.md | 4 ---- README_fr.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/README.md b/README.md index 0c76fb2..4c02492 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in This is the webservice powering the https://gpodder.net website. It can be used to sync podcast subscriptions with [supported clients](https://gpoddernet.readthedocs.io/en/latest/user/clients.html). -## Configuration - -Edit files under `/opt/yunohost/APPDIR/envs/prod` to set environment variables. There is an admin interface at `yourdomain.tld/admin` that the admin user can log in to. - **Shipped version:** 2.11.20220622~ynh1 diff --git a/README_fr.md b/README_fr.md index 3e2c7bb..2b44ee7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,10 +17,6 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po This is the webservice powering the https://gpodder.net website. It can be used to sync podcast subscriptions with [supported clients](https://gpoddernet.readthedocs.io/en/latest/user/clients.html). -## Configuration - -Edit files under `/opt/yunohost/APPDIR/envs/prod` to set environment variables. There is an admin interface at `yourdomain.tld/admin` that the admin user can log in to. - **Version incluse :** 2.11.20220622~ynh1 From a6764160d785ff9657217aeccffd46a09ecbdc53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:40:45 +0100 Subject: [PATCH 5/6] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cee5a63..72abf38 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage podcast subscriptions, and sync them between apps and devices", "fr": "Gérez vos sousciptions balado, et sychronisez-lez entre vos applis et appareils" }, - "version": "2.11.20220622~ynh1", + "version": "2.11.20220622~ynh2", "url": "https://github.com/gpodder/mygpo", "upstream": { "license": "AGPL-3.0-only", From 035d99afbba027011f475ea2afd5d5c18c3b242b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 18 Jan 2023 14:40:57 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c02492..629b4eb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in This is the webservice powering the https://gpodder.net website. It can be used to sync podcast subscriptions with [supported clients](https://gpoddernet.readthedocs.io/en/latest/user/clients.html). -**Shipped version:** 2.11.20220622~ynh1 +**Shipped version:** 2.11.20220622~ynh2 **Demo:** https://gpodder.net diff --git a/README_fr.md b/README_fr.md index 2b44ee7..47e2e47 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po This is the webservice powering the https://gpodder.net website. It can be used to sync podcast subscriptions with [supported clients](https://gpoddernet.readthedocs.io/en/latest/user/clients.html). -**Version incluse :** 2.11.20220622~ynh1 +**Version incluse :** 2.11.20220622~ynh2 **Démo :** https://gpodder.net