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

52 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "Tiny Tiny RSS",
"id": "ttrss",
"packaging_format": 1,
"description": {
"en": "News feed (RSS/Atom) reader and aggregator",
"fr": "Lecteur de flux dactualité utilisant les protocoles RSS et Atom"
},
2023-02-27 12:47:46 +01:00
"version": "20230227~ynh1",
"url": "http://tt-rss.org",
"upstream": {
2021-12-28 10:42:49 +01:00
"license": "GPL-3.0-only",
"website": "https://tt-rss.org",
2022-06-26 23:29:21 +02:00
"demo": "https://srv.tt-rss.org/tt-rss/",
"admindoc": "https://tt-rss.org/wiki.php",
2022-04-14 18:15:12 +02:00
"code": "https://git-gitea.tt-rss.org/fox/tt-rss"
2021-12-28 10:42:49 +01:00
},
"license": "GPL-3.0-only",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
2023-02-27 12:47:46 +01:00
"yunohost": ">= 11.1.11"
},
"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
}
]
}
}