mirror of
https://github.com/YunoHost-Apps/mygpo_ynh.git
synced 2024-09-03 19:55:52 +02:00
commit
161a5f0968
5 changed files with 26 additions and 26 deletions
10
README.md
10
README.md
|
@ -17,12 +17,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
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.
|
||||
|
||||
|
||||
**Shipped version:** 2.11.20220622~ynh1
|
||||
**Shipped version:** 2.11.20220622~ynh2
|
||||
|
||||
**Demo:** https://gpodder.net
|
||||
|
||||
|
@ -36,6 +32,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>
|
||||
|
|
30
README_fr.md
30
README_fr.md
|
@ -5,30 +5,26 @@ It shall NOT be edited by hand.
|
|||
|
||||
# mygpo (gPodder.net) pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/mygpo)  
|
||||
[](https://dash.yunohost.org/appci/app/mygpo)  
|
||||
[](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 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
|
||||
## 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.20220622~ynh1
|
||||
**Version incluse :** 2.11.20220622~ynh2
|
||||
|
||||
**Démo :** https://gpodder.net
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -36,11 +32,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 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>
|
||||
|
||||
|
@ -56,4 +56,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 d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1 @@
|
|||
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.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Limitations
|
||||
|
||||
* 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.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Manage podcast subscriptions, and sync them between apps and devices",
|
||||
"fr": "Gérez vos sousciptions balado, et sychronisez-lez entre vos applis et appareils"
|
||||
},
|
||||
"version": "2.11.20220622~ynh1",
|
||||
"version": "2.11.20220622~ynh2",
|
||||
"url": "https://github.com/gpodder/mygpo",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"email": "jules.bertholet@gmail.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue