1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mygpo_ynh.git synced 2024-09-03 19:55:52 +02:00

Merge branch 'testing' of https://github.com/YunoHost-Apps/mygpo_ynh into testing

This commit is contained in:
Éric Gaspar 2023-01-18 15:40:31 +01:00
commit 91d19571e5
2 changed files with 18 additions and 10 deletions

View file

@ -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: <https://gpodder.net>

View file

@ -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 dinté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 dinstaller mygpo (gPodder.net) rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
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 : <https://gpodder.net>
* Documentation officielle de l'admin : <https://gpoddernet.readthedocs.io/>
* Dépôt de code officiel de l'app : <https://github.com/gpodder/mygpo>
* Site officiel de lapp : <https://gpodder.net>
* Documentation officielle de ladmin : <https://gpoddernet.readthedocs.io/>
* Dépôt de code officiel de lapp : <https://github.com/gpodder/mygpo>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_mygpo>
* Signaler un bug : <https://github.com/YunoHost-Apps/mygpo_ynh/issues>
@ -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 :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>