1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/miniflux_ynh.git synced 2024-09-03 19:45:58 +02:00
miniflux_ynh/manifest.json

64 lines
1.9 KiB
JSON
Raw Normal View History

2021-05-21 14:13:08 +02:00
{
"name": "Miniflux",
"id": "miniflux",
"packaging_format": 1,
"description": {
"en": "Minimalist and opinionated RSS feed reader",
"fr": "Agrégateur de flux RSS minimaliste"
},
2022-05-28 08:24:08 +02:00
"version": "2.0.37~ynh1",
2021-05-21 14:13:08 +02:00
"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": {
2021-11-16 20:34:36 +01:00
"yunohost": ">= 4.3.0"
2021-05-21 14:13:08 +02:00
},
2021-05-21 18:27:26 +02:00
"multi_instance": true,
2021-05-21 14:13:08 +02:00
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-21 23:54:06 +02:00
"type": "domain"
2021-05-21 14:13:08 +02:00
},
{
"name": "path",
"type": "path",
"example": "/miniflux",
"default": "/miniflux"
},
{
"name": "admin",
2021-09-21 23:54:06 +02:00
"type": "user"
2021-05-21 14:13:08 +02:00
},
2021-12-18 14:52:49 +01:00
{
"name": "password",
"type": "password",
"help": {
"en": "Password must be more than 6 characters.",
"fr": "Le mot de passe doit contenir plus de 6 caractères."
}
},
2021-05-21 14:13:08 +02:00
{
"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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
2022-01-18 15:11:06 +01:00
}
2021-05-21 14:13:08 +02:00
]
}
}