1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00
freshrss_ynh/manifest.json

83 lines
2.2 KiB
JSON
Raw Normal View History

2014-07-23 15:52:50 +02:00
{
"name": "FreshRSS",
"id": "freshrss",
2017-02-14 17:12:34 +01:00
"packaging_format": 1,
2014-07-23 15:52:50 +02:00
"description": {
2020-09-04 22:39:46 +02:00
"en": "RSS aggregator with a nice and mobile-friendly design",
"fr": "Agrégateur de flux RSS avec une interface adaptée au mobile"
2014-07-23 15:52:50 +02:00
},
2022-12-09 07:07:03 +01:00
"version": "1.20.2~ynh1",
"url": "http://freshrss.org/",
"upstream": {
"license": "AGPL-3.0-only",
"website": "http://freshrss.org/",
"demo": "https://demo.freshrss.org",
"admindoc": "https://freshrss.github.io/FreshRSS/",
"code": "https://github.com/FreshRSS/FreshRSS",
"cpe": "cpe:2.3:a:freshrss:freshrss"
},
2019-01-29 21:21:59 +01:00
"license": "AGPL-3.0-only",
"maintainer": {
2014-07-23 15:52:50 +02:00
"name": "plopoyop",
"email": "plopoyop@gmail.com"
},
2017-02-14 17:12:34 +01:00
"requirements": {
2021-11-21 23:15:26 +01:00
"yunohost": ">= 4.3.0"
2017-02-14 17:12:34 +01:00
},
2017-03-05 17:17:14 +01:00
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
2014-07-23 15:52:50 +02:00
"arguments": {
"install": [
2014-07-23 15:52:50 +02:00
{
"name": "domain",
2021-11-13 16:54:36 +01:00
"type": "domain"
2014-07-23 15:52:50 +02:00
},
{
"name": "path",
2016-02-17 18:56:28 +01:00
"type": "path",
2014-07-23 15:52:50 +02:00
"example": "/rss",
"default": "/rss"
2016-02-17 18:00:37 +01:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
2019-02-21 08:05:10 +01:00
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": [
"cz",
"de",
"en",
"es",
"fr",
"he",
"it",
"kr",
"nl",
"oc",
"pt",
"ru",
"tr",
"zh-cn"
],
2019-02-21 08:05:10 +01:00
"default": "fr"
2022-10-02 23:03:44 +02:00
},
{
"name": "admin",
"type": "user",
"optional": false
2016-02-17 18:00:37 +01:00
}
2014-07-23 15:52:50 +02:00
]
}
2022-10-02 23:03:44 +02:00
}