2021-03-15 01:36:28 +01:00
# `mygpo` (gPodder.net) for YunoHost
2018-07-01 09:57:16 +02:00
2021-03-15 01:36:28 +01:00
[![Integration level ](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)
[![Install mygpo with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=mygpo)
2017-02-03 21:12:24 +01:00
2019-01-28 00:21:25 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2021-03-15 01:36:28 +01:00
> *This package allows you to install mygpo quickly and simply on a YunoHost server.
> If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2014-10-20 18:55:53 +02:00
2018-06-28 22:05:35 +02:00
## Overview
2021-03-15 01:36:28 +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 ).
**Shipped version:** f9a89d37ad53eb688c7d7256f32fe230f95b9046
2018-06-28 22:05:35 +02:00
## Screenshots
2021-03-15 01:36:28 +01:00
![](https://github.com/YunoHost-Apps/mygpo_ynh/raw/master/screenshot.png)
2018-06-28 22:05:35 +02:00
## Demo
2021-03-15 01:36:28 +01:00
* [Official demo ](https://gpodder.net )
2018-06-28 22:05:35 +02:00
## Configuration
2021-03-15 01:36:28 +01:00
Edit files under `/opt/yunohost/APPDIR/envs/prod` to set environment variables.
2018-06-28 22:05:35 +02:00
## Documentation
2021-03-15 01:36:28 +01:00
* Official documentation: https://gpoddernet.readthedocs.io/
2018-06-28 22:05:35 +02:00
2020-01-28 06:30:10 +01:00
#### Multi-user support
2018-06-28 22:05:35 +02:00
2021-03-15 01:36:28 +01:00
Are LDAP and HTTP auth supported? **No**
Can the app be used by multiple users? **Yes**
2018-06-28 22:05:35 +02:00
#### Supported architectures
2021-03-15 01:36:28 +01:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/mygpo%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/mygpo/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/mygpo%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/mygpo/)
2018-06-28 22:05:35 +02:00
## Limitations
2021-03-15 01:36:28 +01:00
* The feed-parsing service is not included, https://feeds.gpodder.net is used
2018-06-28 22:05:35 +02:00
2021-03-15 01:36:28 +01:00
**More info on the documentation page:**
2014-10-20 19:36:04 +02:00
https://yunohost.org/packaging_apps
2017-02-03 21:12:24 +01:00
2018-06-28 22:05:35 +02:00
## Links
2021-03-15 01:36:28 +01:00
* Report a bug: https://github.com/YunoHost-Apps/mygpo_ynh/issues
* App website: https://gpodder.net
* Upstream app repository: https://github.com/gpodder/mygpo
* YunoHost website: https://yunohost.org/
2018-06-28 22:05:35 +02:00
---
2020-08-02 15:41:28 +02:00
## Developer info
2018-06-28 22:05:35 +02:00
2021-03-15 01:36:28 +01:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/mygpo_ynh/tree/testing ).
2017-02-03 21:12:24 +01:00
2018-06-28 22:05:35 +02:00
To try the testing branch, please proceed like that.
```
2021-03-15 01:36:28 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/mygpo_ynh/tree/testing --debug
2018-06-28 22:05:35 +02:00
or
2021-03-15 01:36:28 +01:00
sudo yunohost app upgrade mygpo -u https://github.com/YunoHost-Apps/mygpo_ynh/tree/testing --debuggit
2018-06-28 22:05:35 +02:00
```