1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00
leed_ynh/manifest.json

76 lines
1.7 KiB
JSON
Raw Normal View History

2014-06-17 23:41:24 +02:00
{
2016-07-16 13:05:02 +02:00
"name": "Leed",
"id": "leed",
"packaging_format": 1,
"description": {
2021-09-10 22:10:09 +02:00
"en": "Minimalistic RSS feed aggregator which allows quick and non-intrusive reading of feeds",
"fr": "Agrégateur RSS minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive"
2016-07-16 13:05:02 +02:00
},
2021-12-05 12:13:59 +01:00
"version": "1.9.0~ynh3",
2015-01-18 14:47:25 +01:00
"url": "http://leed.idleman.fr/",
2021-11-19 23:19:35 +01:00
"upstream": {
"license": "AGPL-3.0",
"website": "http://leed.idleman.fr/",
"code": "http://git.idleman.fr/LeedRSS/Leed"
},
2017-03-20 18:28:12 +01:00
"license": "AGPL-3.0",
2016-07-16 13:05:02 +02:00
"maintainer": {
2021-03-14 21:26:08 +01:00
"name": "",
"email": ""
},
"previous_maintainers": [{
2016-07-16 13:05:02 +02:00
"name": "Maniack Crudelis",
"email": "maniackc_dev@crudelis.fr"
}],
2017-09-05 00:24:01 +02:00
"requirements": {
2021-11-19 23:19:35 +01:00
"yunohost": ">= 4.3.0"
2017-09-05 00:24:01 +02:00
},
2016-07-16 13:05:02 +02:00
"multi_instance": true,
"services": [
"nginx",
2021-09-10 22:10:09 +02:00
"php7.3-fpm",
2016-07-16 13:05:02 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-25 16:03:35 +02:00
"type": "domain"
2016-07-16 13:05:02 +02:00
},
{
"name": "path",
"type": "path",
"example": "/leed",
"default": "/leed"
},
{
"name": "admin",
2021-09-25 16:03:35 +02:00
"type": "user"
2016-07-16 13:05:02 +02:00
},
{
2021-05-16 16:15:54 +02:00
"name": "is_public",
"type": "boolean",
"default": false,
"help": {
"en": "A public Leed will be accessible for third party apps. By turning on 'anonymous readers' in Leed configuration, you can made your feeds public.",
"fr": "Un Leed public sera accessible pour les applications tierces. En autorisant 'la lecture anonyme' dans la configuration de Leed, vous pouvez rendre vos flux publics."
}
2016-07-16 13:05:02 +02:00
},
{
"name": "language",
2019-03-12 20:09:45 +01:00
"type": "string",
2016-07-16 13:05:02 +02:00
"ask": {
"en": "Choose your agregator's language",
"fr": "Choisissez la langue de votre agrégateur"
},
"choices" : ["en", "fr", "es"],
"default" : "en"
},
{
2021-05-16 16:15:54 +02:00
"name": "password",
2021-09-25 16:03:35 +02:00
"type": "password"
2016-07-16 13:05:02 +02:00
}
]
}
2014-06-17 23:41:24 +02:00
}