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/manifest.json
Jules Bertholet 8284155ea3
Update to 2021-10-20 (#13)
* 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 <>
2022-02-02 15:42:33 -05:00

53 lines
1.7 KiB
JSON

{
"name": "mygpo (gPodder.net)",
"id": "mygpo",
"packaging_format": 1,
"description": {
"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.20211020~ynh1",
"url": "https://github.com/gpodder/mygpo",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://gpodder.net",
"demo": "https://gpodder.net",
"admindoc": "https://gpoddernet.readthedocs.io/",
"code": "https://github.com/gpodder/mygpo"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "Jules Bertholet",
"email": "jules.bertholet@gmail.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx",
"postgresql",
"redis-server"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If set to public, anybody will be able to create an account and access some statistics about usage of the app. If set to private, some parts of the API will be blocked off",
"fr": "Si public, n'importe-qui pourra créer un compte et accéder a certaines statistiques d'utilization. Si privé, certaines parties de l'API seront inaccessibles"
},
"default": true
}
]
}
}