mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "FreshRSS",
|
|
"id": "freshrss",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "RSS aggregator with a nice and mobile-friendly design",
|
|
"fr": "Agrégateur de flux RSS avec une interface adaptée au mobile"
|
|
},
|
|
"version": "1.18.1~ynh2",
|
|
"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"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "plopoyop",
|
|
"email": "plopoyop@gmail.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/rss",
|
|
"default": "/rss"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"optional": false,
|
|
"example": "homer"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|