Selaa lähdekoodia

added valheim server

don 2 vuotta sitten
vanhempi
commit
f71bc9a7c1
1 muutettua tiedostoa jossa 71 lisäystä ja 0 poistoa
  1. 71 0
      template/apps/raspiheim.json

+ 71 - 0
template/apps/raspiheim.json

@@ -0,0 +1,71 @@
+{
+	"categories": [
+		"Game"
+	],
+	"description": "This container lets you run a Valheim server on a Raspberry Pi.",
+	"env": [
+		{
+			"default": "1000",
+			"label": "PUID",
+			"name": "PUID"
+		},
+		{
+			"default": "1000",
+			"label": "PGID",
+			"name": "PGID"
+		},
+		{
+			"default": "Raspiheim",
+			"label": "SERVER_NAME",
+			"name": "SERVER_NAME"
+		},
+		{
+			"default": "Raspiworld",
+			"label": "WORLD_NAME",
+			"name": "WORLD_NAME"
+		},
+		{
+			"default": "Raspipass",
+			"label": "SERVER_PASS",
+			"name": "SERVER_PASS"
+		},
+		{
+			"default": "0",
+			"label": "PUBLIC",
+			"name": "PUBLIC"
+		},
+		{
+			"default": "false",
+			"label": "UPDATE",
+			"name": "UPDATE"
+		},
+		{
+			"default": "false",
+			"label": "PAUSE",
+			"name": "PAUSE"
+		}
+	],
+	"image_arm64": "arokan/raspiheim:latest",
+	"logo": "https://static.wikia.nocookie.net/valheim/images/b/bf/Valheim-logo.png/revision/latest?cb=20210317083440&path-prefix=de",
+	"name": "Raspiheim",
+	"officialDoc": "https://hub.docker.com/r/arokan/raspiheim",
+	"platform": "linux",
+	"ports": [
+		"2456:2456/udp",
+		"2457:2457/udp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "Raspiheim",
+	"type": 1,
+	"volumes": [
+		{
+			"bind": "/portainer/Files/AppData/Config/Raspiheim/data",
+			"container": "/data"
+		},
+		{
+			"bind": "/portainer/Files/AppData/Config/Raspiheim/server",
+			"container": "/valheim"
+		}
+	],
+	"webpage": "https://hub.docker.com/r/arokan/raspiheim"
+}