mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
||
"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"
|
||
},
|
||
"version": "20220301~ynh1",
|
||
"url": "http://tt-rss.org",
|
||
"upstream": {
|
||
"license": "GPL-3.0-only",
|
||
"website": "http://tt-rss.org",
|
||
"demo": "https://demo.yunohost.org/ttrss/",
|
||
"admindoc": "https://git.tt-rss.org/git/tt-rss/wiki",
|
||
"code": "https://git.tt-rss.org/git/tt-rss"
|
||
},
|
||
"license": "GPL-3.0-only",
|
||
"maintainer": {
|
||
"name": "",
|
||
"email": ""
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"php7.3-fpm",
|
||
"mysql"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/ttrss",
|
||
"default": "/ttrss"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|