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

54 lines
2.3 KiB
Markdown
Raw Normal View History

# mygpo (gPodder.net) pour YunoHost
2019-01-28 00:21:25 +01:00
2021-03-15 01:36:28 +01:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/mygpo.svg)](https://dash.yunohost.org/appci/app/mygpo) ![](https://ci-apps.yunohost.org/ci/badges/mygpo.status.svg) ![](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)
2019-01-28 00:21:25 +01:00
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
2019-01-28 00:21:25 +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
## 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).
2019-01-28 00:21:25 +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.
2019-01-28 00:21:25 +01:00
**Version incluse :** 2.11.20211020~ynh1
2019-01-28 00:21:25 +01:00
**Démo :** https://gpodder.net
2019-01-28 00:21:25 +01:00
## Captures d'écran
2019-01-28 00:21:25 +01:00
![](./doc/screenshots/screenshot1.png)
2019-01-28 00:21:25 +01:00
## Avertissements / informations importantes
2019-01-28 00:21:25 +01:00
## Limitations
* The feed-parsing service is not included, https://feeds.gpodder.net is used
2019-01-28 00:21:25 +01:00
## Documentations et ressources
2019-01-28 00:21:25 +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
* 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.
```
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
```
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps