Pārlūkot izejas kodu

add in komga (#305)

adding in komga
John H 3 gadi atpakaļ
vecāks
revīzija
b3e16401da
2 mainītis faili ar 35 papildinājumiem un 0 dzēšanām
  1. BIN
      images/komga.png
  2. 35 0
      template/apps/komga.json

BIN
images/komga.png


+ 35 - 0
template/apps/komga.json

@@ -0,0 +1,35 @@
+{
+	"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"
+}