mirror of
https://github.com/YunoHost-Apps/komga_ynh.git
synced 2024-09-03 19:36:07 +02:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "Komga",
|
|
"id": "komga",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Komga is a free and open source comics/mangas/magazines 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.75.1~ynh1",
|
|
"url": "https://komga.org",
|
|
"license": "free",
|
|
"maintainer": {
|
|
"name": "Navan Chauhan",
|
|
"email": "navanchauhan@gmail.com",
|
|
"url": "https://navan.dev"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.3"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for Komga",
|
|
"fr": "Choisissez un nom de domaine pour Komga"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Komga",
|
|
"fr": "Choisissez un chemin pour Komga"
|
|
},
|
|
"example": "/komga",
|
|
"default": "/komga"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?",
|
|
"fr": "Est-ce une application publique ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|