mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
8b794917a9
Following the decision taken during last meeting. See "## Format version (packaging_version)" here http://pv.yunohost.org/meeting/63-yunohost-3-2016/
43 lines
892 B
JSON
43 lines
892 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"
|
|
},
|
|
"url": "http://tt-rss.org",
|
|
"maintainer": {
|
|
"name": "titoko",
|
|
"email": "titoko@titoko.fr"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|