don 2 gadi atpakaļ
vecāks
revīzija
51f7852b0e
1 mainītis faili ar 38 papildinājumiem un 0 dzēšanām
  1. 38 0
      template/apps/iobroker.json

+ 38 - 0
template/apps/iobroker.json

@@ -0,0 +1,38 @@
+{
+	"categories": [
+		"HomeAutomation"
+	],
+	"description": "IoBroker is a open source IoT platform written in JavaScript that easily connects smarthome components from different manufactures. With the help of plugins (called: adapters) ioBroker is able to communicate with a big variety of IoT hardware and services using different protocols and APIs.",
+	"env": [
+		{
+			"default": "1000",
+			"label": "PUID",
+			"name": "PUID"
+		},
+		{
+			"default": "1000",
+			"label": "PGID",
+			"name": "PGID"
+		}
+	],
+	"image_arm32": "buanet/iobroker:latest",
+	"image_arm64": "buanet/iobroker:latest",
+	"image_amd64": "buanet/iobroker:latest",
+	"logo": "https://github.com/buanet/ioBroker.docker/raw/main/docs/img/iobroker_logo.png",
+	"name": "iobroker",
+	"officialDoc": "https://github.com/buanet/ioBroker.docker",
+	"platform": "linux",
+	"ports": [
+		"8081:8081/tcp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "iobroker",
+	"type": 1,
+	"volumes": [
+		{
+			"bind": "/portainer/Files/AppData/Config/iobrokerdata",
+			"container": "/opt/iobroker"
+		}
+	],
+	"webpage": "https://github.com/buanet/ioBroker.docker"
+}