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

70 lines
1.9 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
},
2021-08-28 16:08:00 +02:00
"version": "1.18.1~ynh3",
"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/",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/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": {
"yunohost": ">= 4.2.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",
2016-02-17 18:56:28 +01:00
"type": "domain",
2014-07-23 15:52:50 +02:00
"example": "domain.org"
},
{
"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",
2017-03-05 17:17:14 +01:00
"optional": false,
2016-02-17 18:00:37 +01:00
"example": "homer"
2019-02-21 08:05:10 +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"],
"default": "fr"
2016-02-17 18:00:37 +01:00
}
2014-07-23 15:52:50 +02:00
]
}
}