mirror of
https://github.com/YunoHost-Apps/mygpo_ynh.git
synced 2024-09-03 19:55:52 +02:00
8284155ea3
* Update to 1627ed9d3dddb2a6d0fb85b598d7736f19a06b47 * Update to 2021-06-16 * Update to 2021-09-13 * Update to version 2021-10-11 * use `makemigrations --merge` on migrate * Update 20 version 2021-10-20 * Apply example_ynh * Auto-update README * Fix upgrade * fix datadir Co-authored-by: Jules Bertholet <jules.bertholet@quoi.xyz> Co-authored-by: yalh76 <yalh@yahoo.com> Co-authored-by: Yunohost-Bot <>
54 lines
No EOL
2.3 KiB
Markdown
54 lines
No EOL
2.3 KiB
Markdown
# mygpo (gPodder.net) pour YunoHost
|
||
|
||
[![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)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
*[Lire ce readme en français.](./README_fr.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.*
|
||
|
||
## 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).
|
||
|
||
## 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.20211020~ynh1
|
||
|
||
**Démo :** https://gpodder.net
|
||
|
||
## Captures d'écran
|
||
|
||
![](./doc/screenshots/screenshot1.png)
|
||
|
||
## Avertissements / informations importantes
|
||
|
||
## Limitations
|
||
|
||
* The feed-parsing service is not included, https://feeds.gpodder.net is used
|
||
|
||
## 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
|
||
* Documentation YunoHost pour cette app : https://yunohost.org/app_mygpo
|
||
* Signaler un bug : https://github.com/YunoHost-Apps/mygpo_ynh/issues
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/mygpo_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
```
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/mygpo_ynh/tree/testing --debug
|
||
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 |