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-02-04 15:33:40 +01:00
|
|
|
"version": "1.19.2~ynh1",
|
2016-02-17 18:20:35 +01:00
|
|
|
"url": "http://freshrss.org/",
|
2021-06-28 22:23:04 +02:00
|
|
|
"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"
|
|
|
|
},
|
2019-01-29 21:21:59 +01:00
|
|
|
"license": "AGPL-3.0-only",
|
2016-02-17 18:20:35 +01:00
|
|
|
"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,
|
2016-02-17 18:20:35 +01:00
|
|
|
"services": [
|
|
|
|
"nginx",
|
2021-06-28 22:23:04 +02:00
|
|
|
"php7.3-fpm",
|
2016-02-17 18:20:35 +01:00
|
|
|
"mysql"
|
|
|
|
],
|
2014-07-23 15:52:50 +02:00
|
|
|
"arguments": {
|
2016-02-17 18:20:35 +01:00
|
|
|
"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": "admin",
|
2016-02-17 18:56:28 +01:00
|
|
|
"type": "user",
|
2021-11-13 16:54:36 +01:00
|
|
|
"optional": false
|
2019-02-21 08:05:10 +01:00
|
|
|
},
|
2021-06-28 22:23:04 +02: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"],
|
|
|
|
"default": "fr"
|
2016-02-17 18:00:37 +01:00
|
|
|
}
|
2014-07-23 15:52:50 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|