mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
68 lines
2 KiB
JSON
68 lines
2 KiB
JSON
{
|
|
"name": "FreshRSS",
|
|
"id": "freshrss",
|
|
"version": "1.14.1",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "FreshRSS is a selfhostable RSS reader",
|
|
"fr": "FreshRSS est un agrégateur de flux RSS à auto-héberger"
|
|
},
|
|
"url": "http://freshrss.org/",
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "plopoyop",
|
|
"email": "plopoyop@gmail.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.0.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for FreshRSS",
|
|
"fr": "Choisissez un domaine pour FreshRSS"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for FreshRSS",
|
|
"fr": "Choisissez un chemin pour FreshRSS"
|
|
},
|
|
"example": "/rss",
|
|
"default": "/rss"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"optional": false,
|
|
"ask": {
|
|
"en": "Choose the default user",
|
|
"fr": "Choisissez l'utilisateur par defaut"
|
|
},
|
|
"example": "homer"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|