From f71bc9a7c18f2c8f0957d7cbcea77c1fe4af6c11 Mon Sep 17 00:00:00 2001 From: don Date: Tue, 4 Oct 2022 13:08:39 -0400 Subject: [PATCH] added valheim server --- template/apps/raspiheim.json | 71 ++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 template/apps/raspiheim.json diff --git a/template/apps/raspiheim.json b/template/apps/raspiheim.json new file mode 100644 index 0000000..20b0756 --- /dev/null +++ b/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" +} \ No newline at end of file