Files
pi-hosted/template/apps/komga.json
John H b3e16401da add in komga (#305)
adding in komga
2022-03-15 22:22:38 -04:00

35 lines
791 B
JSON

{
"categories": [
"Books",
"Tools"
],
"description": "Komga is a free and open source comics/mangas/magazines server.",
"image32": "gotson/komga",
"image64": "gotson/komga",
"logo": "https://raw.githubusercontent.com/tuta23/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"
}