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.1 KiB
JSON
Raw Normal View History

{
2013-12-09 16:14:08 +01:00
"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"
},
2022-03-26 10:26:54 +01:00
"version": "20220326~ynh1",
2014-12-31 18:11:23 +01:00
"url": "http://tt-rss.org",
2021-12-28 10:42:49 +01:00
"upstream": {
"license": "GPL-3.0-only",
"website": "http://tt-rss.org",
"demo": "https://demo.yunohost.org/ttrss/",
"admindoc": "https://git.tt-rss.org/git/tt-rss/wiki",
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
},
2018-05-27 21:20:39 +02:00
"license": "GPL-3.0-only",
2014-12-31 18:11:23 +01:00
"maintainer": {
2022-03-26 23:07:28 +01:00
"name": "",
2021-03-14 22:09:46 +01:00
"email": ""
},
2017-08-27 14:42:28 +02:00
"requirements": {
"yunohost": ">= 4.3.0"
2017-08-27 14:42:28 +02:00
},
"multi_instance": true,
2015-11-22 16:20:46 +01:00
"services": [
"nginx",
"php7.3-fpm",
2015-11-22 16:20:46 +01:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/ttrss",
"default": "/ttrss"
},
{
"name": "is_public",
"type": "boolean",
"default": true
2020-09-14 13:28:13 +02:00
}
]
}
}