mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
c0545e336a
- Add recommended PHP extentions : https://git.tt-rss.org/fox/tt-rss/wiki/PhpCompatibilityNotes - Upgrade to the rolling upstream version
48 lines
1 KiB
JSON
48 lines
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": "20200916~ynh1",
|
||
"url": "http://tt-rss.org",
|
||
"license": "GPL-3.0-only",
|
||
"maintainer": {
|
||
"name": "YunoHost Contributors",
|
||
"email": "apps@yunohost.org"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 3.8.1"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"php7.0-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"
|
||
}
|
||
]
|
||
}
|
||
}
|