1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/komga_ynh.git synced 2024-09-03 19:36:07 +02:00
komga_ynh/manifest.json
2023-01-20 06:15:39 +00:00

50 lines
1.3 KiB
JSON

{
"name": "Komga",
"id": "komga",
"packaging_format": 1,
"description": {
"en": "Media server for your comics, manga and magazines",
"fr": "Serveur multimédia pour vos bandes dessinées, mangas et magazines"
},
"version": "0.160.0~ynh1",
"url": "https://komga.org",
"upstream": {
"license": "MIT",
"website": "https://komga.org",
"demo": "https://demo.komga.org",
"admindoc": "https://komga.org/guides/",
"code": "https://github.com/gotson/komga"
},
"multi_instance": true,
"license": "MIT",
"maintainer": {
"name": "Navan Chauhan",
"email": "navanchauhan@gmail.com",
"url": "https://navan.dev"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/komga",
"default": "/komga"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}