mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
bfa19308b6
Update name
33 lines
642 B
JSON
33 lines
642 B
JSON
{
|
|
"name": "Tiny Tiny RSS",
|
|
"id": "ttrss",
|
|
"description": {
|
|
"en": "A PHP and Ajax feed reader",
|
|
"fr": "Lecteur de flux en PHP et Ajax"
|
|
},
|
|
"developer": {
|
|
"name": "titoko",
|
|
"email": "titoko@titoko.fr",
|
|
"url": "http://dev.yunohost.org"
|
|
},
|
|
"multi_instance": "true",
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Tiny-Tiny-RSS"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Tiny-Tiny-RSS"
|
|
},
|
|
"example": "/ttrss",
|
|
"default": "/ttrss"
|
|
}
|
|
]
|
|
}
|
|
}
|