1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00
ttrss_ynh/manifest.json
2019-12-10 17:17:22 +01:00

48 lines
1,015 B
JSON

{
"name": "Tiny Tiny RSS",
"id": "ttrss",
"packaging_format": 1,
"description": {
"en": "A PHP and Ajax feed reader",
"fr": "Un lecteur de flux en PHP et Ajax"
},
"version": "20191209~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"
}
]
}
}