2013-11-24 11:35:48 +01:00
|
|
|
|
{
|
2013-12-09 16:14:08 +01:00
|
|
|
|
"name": "Tiny Tiny RSS",
|
2013-11-24 11:35:48 +01:00
|
|
|
|
"id": "ttrss",
|
2016-03-28 18:50:20 +02:00
|
|
|
|
"packaging_format": 1,
|
2013-11-24 11:35:48 +01:00
|
|
|
|
"description": {
|
2020-06-18 13:50:08 +02:00
|
|
|
|
"en": "News feed (RSS/Atom) reader and aggregator.",
|
|
|
|
|
"fr": "Lecteur de flux d’actualité utilisant les protocoles RSS et Atom."
|
2013-11-24 11:35:48 +01:00
|
|
|
|
},
|
2020-09-17 11:20:32 +02:00
|
|
|
|
"version": "20200916~ynh1",
|
2014-12-31 18:11:23 +01:00
|
|
|
|
"url": "http://tt-rss.org",
|
2018-05-27 21:20:39 +02:00
|
|
|
|
"license": "GPL-3.0-only",
|
2014-12-31 18:11:23 +01:00
|
|
|
|
"maintainer": {
|
2019-07-21 23:14:29 +02:00
|
|
|
|
"name": "YunoHost Contributors",
|
2019-07-21 23:12:57 +02:00
|
|
|
|
"email": "apps@yunohost.org"
|
2013-11-24 11:35:48 +01:00
|
|
|
|
},
|
2017-08-27 14:42:28 +02:00
|
|
|
|
"requirements": {
|
2020-08-14 14:12:38 +02:00
|
|
|
|
"yunohost": ">= 3.8.1"
|
2017-08-27 14:42:28 +02:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
2015-11-22 16:20:46 +01:00
|
|
|
|
"services": [
|
|
|
|
|
"nginx",
|
2020-08-14 12:29:45 +02:00
|
|
|
|
"php7.0-fpm",
|
2015-11-22 16:20:46 +01:00
|
|
|
|
"mysql"
|
|
|
|
|
],
|
2013-11-24 11:35:48 +01:00
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2014-12-31 18:11:23 +01:00
|
|
|
|
"type": "domain",
|
2013-11-24 11:35:48 +01:00
|
|
|
|
"ask": {
|
2020-06-18 13:50:08 +02:00
|
|
|
|
"en": "Choose a domain for Tiny Tiny RSS",
|
|
|
|
|
"fr": "Choisissez un domaine pour Tiny Tiny RSS"
|
2013-11-24 11:35:48 +01:00
|
|
|
|
},
|
|
|
|
|
"example": "domain.org"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
2014-12-31 18:11:23 +01:00
|
|
|
|
"type": "path",
|
2013-11-24 11:35:48 +01:00
|
|
|
|
"ask": {
|
2020-06-18 13:50:08 +02:00
|
|
|
|
"en": "Choose a path for Tiny Tiny RSS",
|
|
|
|
|
"fr": "Choisissez un chemin pour Tiny Tiny RSS"
|
2013-11-24 11:35:48 +01:00
|
|
|
|
},
|
|
|
|
|
"example": "/ttrss",
|
|
|
|
|
"default": "/ttrss"
|
2020-09-14 13:28:13 +02:00
|
|
|
|
}
|
2013-11-24 11:35:48 +01:00
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|