pi-hosted/template/apps/komga.json
2022-08-23 12:02:30 -04:00

36 lines
856 B
JSON

{
"categories": [
"Books",
"Tools"
],
"description": "Komga is a free and open source comics/mangas/magazines server.",
"image_arm32": "gotson/komga:latest",
"image_arm64": "gotson/komga:latest",
"image_amd64": "gotson/komga:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/komga.png",
"name": "komga",
"officialDoc": "https://komga.org/",
"platform": "linux",
"ports": [
"8995:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Komga",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/komga/config",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Config/komga/data",
"container": "/data"
},
{
"bind": "/etc/timezone",
"container": "/etc/timezone",
"read_only": "true"
}
],
"webpage": "https://github.com/gotson/komga"
}