2022-06-21 00:23:11 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2022-02-02 21:42:33 +01:00
# mygpo (gPodder.net) pour YunoHost
2019-01-28 00:21:25 +01:00
2023-09-26 17:07:15 +02:00
[![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 )
2022-02-02 21:42:33 +01:00
[![Installer mygpo (gPodder.net) avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=mygpo)
2019-01-28 00:21:25 +01:00
2022-02-02 21:42:33 +01:00
*[Read this readme in english.](./README.md)*
2019-01-28 00:21:25 +01:00
2023-01-18 15:20:19 +01:00
> *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.*
2019-01-28 00:21:25 +01:00
2023-01-18 15:20:19 +01:00
## Vue d’ ensemble
2019-01-28 00:21:25 +01:00
2022-02-02 21:42:33 +01:00
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 ).
2019-01-28 00:21:25 +01:00
2023-09-26 21:30:35 +02:00
**Version incluse :** 2.11.20221222~ynh1
2019-01-28 00:21:25 +01:00
2022-02-02 21:42:33 +01:00
**Démo :** https://gpodder.net
2019-01-28 00:21:25 +01:00
2023-01-18 15:20:19 +01:00
## Captures d’ écran
2019-01-28 00:21:25 +01:00
2023-01-18 15:20:19 +01:00
![Capture d’ écran de mygpo (gPodder.net) ](./doc/screenshots/screenshot1.png )
2019-01-28 00:21:25 +01:00
2022-02-02 21:42:33 +01:00
## Avertissements / informations importantes
2019-01-28 00:21:25 +01:00
## Limitations
2022-02-02 21:42:33 +01:00
* The feed-parsing service is not included, https://feeds.gpodder.net is used
2019-01-28 00:21:25 +01:00
2023-01-18 15:20:19 +01:00
## 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.
2022-02-02 21:42:33 +01:00
## Documentations et ressources
2019-01-28 00:21:25 +01:00
2023-01-18 15:20:19 +01:00
* 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 >
2022-06-21 00:23:11 +02:00
* Documentation YunoHost pour cette app : < https: // yunohost . org / app_mygpo >
* Signaler un bug : < https: // github . com / YunoHost-Apps / mygpo_ynh / issues >
2019-01-28 00:21:25 +01:00
2020-08-02 15:41:28 +02:00
## Informations pour les développeurs
2019-01-28 00:21:25 +01:00
2021-03-15 01:36:28 +01:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/mygpo_ynh/tree/testing ).
2019-01-28 00:21:25 +01:00
Pour essayer la branche testing, procédez comme suit.
2022-06-21 00:23:11 +02:00
``` bash
2021-03-15 01:36:28 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/mygpo_ynh/tree/testing --debug
2019-01-28 00:21:25 +01:00
ou
2021-03-15 01:36:28 +01:00
sudo yunohost app upgrade mygpo -u https://github.com/YunoHost-Apps/mygpo_ynh/tree/testing --debug
2019-01-28 00:21:25 +01:00
```
2022-02-02 21:42:33 +01:00
2023-01-18 15:20:19 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >