added valheim server
This commit is contained in:
parent
7b84c6e844
commit
f71bc9a7c1
1 changed files with 71 additions and 0 deletions
71
template/apps/raspiheim.json
Normal file
71
template/apps/raspiheim.json
Normal file
|
@ -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"
|
||||
}
|
Loading…
Add table
Reference in a new issue