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

53 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
},
2021-08-30 11:36:11 +02:00
"version": "0.119.2~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/",
"userdoc": "https://yunohost.org/apps",
"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": {
2021-07-08 18:57:02 +02:00
"yunohost": ">= 4.2.4"
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": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"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
}
]
}
}