mirror of
https://github.com/YunoHost-Apps/miniflux_ynh.git
synced 2024-09-03 19:45:58 +02:00
67 lines
2 KiB
JSON
67 lines
2 KiB
JSON
|
{
|
|||
|
"name": "Miniflux",
|
|||
|
"id": "miniflux",
|
|||
|
"packaging_format": 1,
|
|||
|
"description": {
|
|||
|
"en": "Minimalist and opinionated RSS feed reader",
|
|||
|
"fr": "Agrégateur de flux RSS minimaliste"
|
|||
|
},
|
|||
|
"version": "2.0.30~ynh1",
|
|||
|
"url": "https://miniflux.app/",
|
|||
|
"upstream": {
|
|||
|
"license": "Apache-2.0",
|
|||
|
"website": "https://miniflux.app/",
|
|||
|
"admindoc": "https://miniflux.app/docs/index.html",
|
|||
|
"code": "https://github.com/miniflux/v2"
|
|||
|
},
|
|||
|
"license": "Apache-2.0",
|
|||
|
"maintainer": {
|
|||
|
"name": "eric_G"
|
|||
|
},
|
|||
|
"requirements": {
|
|||
|
"yunohost": ">= 4.2.4"
|
|||
|
},
|
|||
|
"multi_instance": false,
|
|||
|
"services": [
|
|||
|
"nginx"
|
|||
|
],
|
|||
|
"arguments": {
|
|||
|
"install" : [
|
|||
|
{
|
|||
|
"name": "domain",
|
|||
|
"type": "domain",
|
|||
|
"example": "domain.org"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "path",
|
|||
|
"type": "path",
|
|||
|
"example": "/miniflux",
|
|||
|
"default": "/miniflux"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "admin",
|
|||
|
"type": "user",
|
|||
|
"example": "johndoe"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "is_public",
|
|||
|
"type": "boolean",
|
|||
|
"help": {
|
|||
|
"en": "If enabled, Miniflux will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
|||
|
"fr": "Si cette case est cochée, Miniflux sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|||
|
},
|
|||
|
"default": true
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "password",
|
|||
|
"type": "password",
|
|||
|
"help": {
|
|||
|
"en": "Must be more than 6 characters.",
|
|||
|
"fr": "Doit contenir plus de 6 caractères."
|
|||
|
},
|
|||
|
"example": "Choose a password"
|
|||
|
}
|
|||
|
]
|
|||
|
}
|
|||
|
}
|