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

51 lines
1.3 KiB
JSON
Raw Normal View History

2021-02-28 08:43:32 +01:00
{
2021-02-28 09:00:39 +01:00
"name": "Komga",
"id": "komga",
2021-02-28 08:43:32 +01:00
"packaging_format": 1,
"description": {
2021-02-28 18:39:07 +01:00
"en": "Media server for your comics, manga and magazines",
"fr": "Serveur multimédia pour vos bandes dessinées, mangas et magazines"
2021-02-28 08:43:32 +01:00
},
2023-03-17 07:14:09 +01:00
"version": "0.165.0~ynh1",
2021-02-28 11:07:04 +01:00
"url": "https://komga.org",
2021-07-08 20:36:37 +02:00
"upstream": {
"license": "MIT",
"website": "https://komga.org",
"demo": "https://demo.komga.org",
"admindoc": "https://komga.org/guides/",
"code": "https://github.com/gotson/komga"
},
2021-03-09 12:54:49 +01:00
"multi_instance": true,
2021-02-28 17:28:03 +01:00
"license": "MIT",
2021-02-28 08:43:32 +01:00
"maintainer": {
2021-02-28 11:07:04 +01:00
"name": "Navan Chauhan",
"email": "navanchauhan@gmail.com",
"url": "https://navan.dev"
2021-02-28 08:43:32 +01:00
},
"requirements": {
2022-03-15 09:26:30 +01:00
"yunohost": ">= 4.3.0"
2021-02-28 08:43:32 +01:00
},
"services": [
2021-02-28 09:00:39 +01:00
"nginx"
2021-02-28 08:43:32 +01:00
],
"arguments": {
2021-09-17 13:36:25 +02:00
"install": [
2021-02-28 08:43:32 +01:00
{
"name": "domain",
2021-09-18 22:34:09 +02:00
"type": "domain"
2021-02-28 08:43:32 +01:00
},
{
"name": "path",
"type": "path",
2021-02-28 11:07:04 +01:00
"example": "/komga",
"default": "/komga"
2021-02-28 08:43:32 +01:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}