mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
8038889f56
* Apply example_ynh * Fix #49 * Fix #75 * Auto-update README * Update check_process Co-authored-by: yunohost-bot <yunohost@yunohost.org>
51 lines
1.3 KiB
JSON
51 lines
1.3 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": "20220626~ynh1",
|
||
"url": "http://tt-rss.org",
|
||
"upstream": {
|
||
"license": "GPL-3.0-only",
|
||
"website": "https://tt-rss.org",
|
||
"demo": "https://srv.tt-rss.org/tt-rss/",
|
||
"admindoc": "https://tt-rss.org/wiki.php",
|
||
"code": "https://git-gitea.tt-rss.org/fox/tt-rss"
|
||
},
|
||
"license": "GPL-3.0-only",
|
||
"maintainer": {
|
||
"name": "",
|
||
"email": ""
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"php8.0-fpm",
|
||
"mysql"
|
||
],
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/ttrss",
|
||
"default": "/ttrss"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|