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
2022-12-09 06:07:05 +00:00

82 lines
2.2 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.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"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "plopoyop",
"email": "plopoyop@gmail.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/rss",
"default": "/rss"
},
{
"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"
},
{
"name": "admin",
"type": "user",
"optional": false
}
]
}
}