mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
256a54bcb7
Co-authored-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com>
48 lines
1,022 B
JSON
48 lines
1,022 B
JSON
{
|
|
"name": "Tiny Tiny RSS",
|
|
"id": "ttrss",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A news feed (RSS/Atom) reader and aggregator",
|
|
"fr": "Un lecteur de flux RSS"
|
|
},
|
|
"version": "20200618~ynh1",
|
|
"url": "http://tt-rss.org",
|
|
"license": "GPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "YunoHost Contributors",
|
|
"email": "apps@yunohost.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.5"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php5-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Tiny-Tiny-RSS",
|
|
"fr": "Choisissez un domaine pour Tiny-Tiny-RSS"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Tiny-Tiny-RSS",
|
|
"fr": "Choisissez un chemin pour Tiny-Tiny-RSS"
|
|
},
|
|
"example": "/ttrss",
|
|
"default": "/ttrss"
|
|
}
|
|
]
|
|
}
|
|
}
|