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

49 lines
1.5 KiB
JSON
Raw Normal View History

2014-10-20 18:55:53 +02:00
{
2021-03-15 01:36:28 +01:00
"name": "mygpo (gPodder.net)",
"id": "mygpo",
2016-04-28 17:53:17 +02:00
"packaging_format": 1,
2014-10-20 18:55:53 +02:00
"description": {
2021-03-15 01:36:28 +01:00
"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"
2014-10-20 18:55:53 +02:00
},
"version": "2.11.1~ynh2",
2021-03-15 01:36:28 +01:00
"url": "https://github.com/gpodder/mygpo",
"license": "AGPL-3.0-only",
2015-06-22 12:40:00 +02:00
"maintainer": {
2021-03-15 01:36:28 +01:00
"name": "Jules Bertholet",
"email": "jules.bertholet@gmail.com"
2014-10-20 18:55:53 +02:00
},
"requirements": {
2021-01-07 10:09:49 +01:00
"yunohost": ">= 4.1.3"
},
2021-03-15 01:36:28 +01:00
"multi_instance": false,
2015-11-22 19:48:18 +01:00
"services": [
"nginx",
2021-03-15 01:36:28 +01:00
"postgresql",
"redis-server"
2015-11-22 19:48:18 +01:00
],
2014-10-20 18:55:53 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2017-02-03 21:13:25 +01:00
"type": "domain",
2014-10-20 18:55:53 +02:00
"example": "example.com"
},
{
"name": "admin",
2017-02-03 21:13:25 +01:00
"type": "user",
2014-10-20 18:55:53 +02:00
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
2018-06-28 22:05:35 +02:00
"help": {
2021-03-15 01:36:28 +01:00
"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"
2018-06-28 22:05:35 +02:00
},
2021-03-15 01:36:28 +01:00
"default": true
2014-10-20 18:55:53 +02:00
}
]
}
}