mirror of
https://github.com/YunoHost-Apps/kavita_ynh.git
synced 2024-09-03 19:26:30 +02:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "Kavita",
|
||
|
"id": "kavita",
|
||
|
"packaging_format": 1,
|
||
|
"description": {
|
||
|
"en": "Fast, feature rich, cross platform reading server",
|
||
|
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
|
||
|
},
|
||
|
"version": "0.6.1~ynh1",
|
||
|
"url": "www.kavitareader.com",
|
||
|
"upstream": {
|
||
|
"license": "MIT",
|
||
|
"website": "www.kavitareader.com",
|
||
|
"demo": "https://demo.kavitareader.com/",
|
||
|
"admindoc": "https://wiki.kavitareader.com/en",
|
||
|
"code": "https://github.com/Kareadita/Kavita"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"maintainer": {
|
||
|
"name": "eric_G",
|
||
|
"email": ""
|
||
|
},
|
||
|
"requirements": {
|
||
|
"yunohost": ">= 11.0.9"
|
||
|
},
|
||
|
"multi_instance": true,
|
||
|
"services": [
|
||
|
"nginx"
|
||
|
],
|
||
|
"arguments": {
|
||
|
"install": [
|
||
|
{
|
||
|
"name": "domain",
|
||
|
"type": "domain"
|
||
|
},
|
||
|
{
|
||
|
"name": "is_public",
|
||
|
"type": "boolean",
|
||
|
"default": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|