2013-11-24 11:35:48 +01:00
|
|
|
|
{
|
2022-07-06 06:41:20 +02:00
|
|
|
|
"name": "Tiny Tiny RSS",
|
|
|
|
|
"id": "ttrss",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "News feed (RSS/Atom) reader and aggregator",
|
|
|
|
|
"fr": "Lecteur de flux d’actualité utilisant les protocoles RSS et Atom"
|
|
|
|
|
},
|
2022-08-12 13:11:40 +02:00
|
|
|
|
"version": "20220812~ynh1",
|
2022-07-06 06:41:20 +02:00
|
|
|
|
"url": "http://tt-rss.org",
|
|
|
|
|
"upstream": {
|
2021-12-28 10:42:49 +01:00
|
|
|
|
"license": "GPL-3.0-only",
|
2022-07-06 06:41:20 +02:00
|
|
|
|
"website": "https://tt-rss.org",
|
2022-06-26 23:29:21 +02:00
|
|
|
|
"demo": "https://srv.tt-rss.org/tt-rss/",
|
2022-07-06 06:41:20 +02:00
|
|
|
|
"admindoc": "https://tt-rss.org/wiki.php",
|
2022-04-14 18:15:12 +02:00
|
|
|
|
"code": "https://git-gitea.tt-rss.org/fox/tt-rss"
|
2021-12-28 10:42:49 +01:00
|
|
|
|
},
|
2022-07-06 06:41:20 +02:00
|
|
|
|
"license": "GPL-3.0-only",
|
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "",
|
|
|
|
|
"email": ""
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
|
|
|
|
"yunohost": ">= 4.3.0"
|
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx",
|
|
|
|
|
"php8.0-fpm",
|
|
|
|
|
"mysql"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install": [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
|
|
|
|
"example": "/ttrss",
|
|
|
|
|
"default": "/ttrss"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2013-11-24 11:35:48 +01:00
|
|
|
|
}
|