This commit is contained in:
Andrew Z 2024-01-08 08:05:56 -05:00
parent 3806800b65
commit a2efd3d874
4 changed files with 103 additions and 113 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1704704745
"last_updated_timestamp": 1704719155
}

View File

@ -118960,14 +118960,11 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/",
"Project": "https://www.steampowered.com/",
"Overview": "This Docker will download and install SteamCMD. It will also install Stationeers and run it.\r\n\r\nATTENTION: First Startup can take very long since it downloads the gameserver files!\r\n\r\nUpdate Notice: Simply restart the container if a newer version of the game is available.\r\n\r\nYou can also run multiple servers with only one SteamCMD directory!",
"Overview": "This Docker will download and install SteamCMD. It will also install Stationeers and run it.\r\n\r\n**Configuration:** To configure your server edit the file 'settings.xml' which lives in the main directory from the container (please don't forget to stop the container before editing the file).\r\n\r\n**ATTENTION:** First Startup can take very long since it downloads the gameserver files!\r\n\r\nUpdate Notice: Simply restart the container if a newer version of the game is available.\r\n\r\nYou can also run multiple servers with only one SteamCMD directory!",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/stationeers.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/chips777",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
@ -118975,7 +118972,7 @@
"Target": "/serverdata/steamcmd",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /serverdata/steamcmd",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
@ -118989,7 +118986,7 @@
"Target": "/serverdata/serverfiles",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /serverdata/serverfiles",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
@ -119003,7 +119000,7 @@
"Target": "GAME_ID",
"Default": "",
"Mode": "",
"Description": "The GAME_ID that the container download at startup.\r\n(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)",
"Description": "The GAME_ID that the container downloads at startup. If you want to install a static or beta version of the game change the value to: '600760 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install).",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -119020,24 +119017,10 @@
"Description": "Enter your start up commands for the server.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Required": "true",
"Mask": "false"
},
"value": "AutoSave true SaveInterval 300"
},
{
"@attributes": {
"Name": "Steam-Username",
"Target": "USERNAME",
"Default": "",
"Mode": "",
"Description": "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION: You have to disable Steam Guard).",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
"value": "-difficulty easy -loadlatest Mars Mars"
},
{
"@attributes": {
@ -119053,6 +119036,48 @@
},
"value": ""
},
{
"@attributes": {
"Name": "UDP1 - Steam Port",
"Target": "27015",
"Default": "",
"Mode": "udp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "27015"
},
{
"@attributes": {
"Name": "UDP2 - Game Port",
"Target": "27500",
"Default": "",
"Mode": "udp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "27500"
},
{
"@attributes": {
"Name": "Steam-Username",
"Target": "USERNAME",
"Default": "",
"Mode": "",
"Description": "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION: You have to disable Steam Guard).",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Steam-Password",
@ -119067,41 +119092,13 @@
},
"value": ""
},
{
"@attributes": {
"Name": "UDP1 - Steam Port",
"Target": "27015",
"Default": "",
"Mode": "udp",
"Description": "Container Port: 27015",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "27015"
},
{
"@attributes": {
"Name": "UDP2 - Game Port",
"Target": "27500",
"Default": "",
"Mode": "udp",
"Description": "Container Port: 27500",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "27500"
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "Container Variable: UID",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
@ -119115,7 +119112,7 @@
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "Container Variable: GID",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",

View File

@ -1,7 +1,7 @@
{
"apps": 2212,
"last_updated_timestamp": 1704704745,
"last_updated": "2024-01-08 04:05",
"last_updated_timestamp": 1704719155,
"last_updated": "2024-01-08 08:05",
"categories": [
{
"Cat": "Backup:",
@ -119122,14 +119122,11 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/",
"Project": "https://www.steampowered.com/",
"Overview": "This Docker will download and install SteamCMD. It will also install Stationeers and run it.\r\n\r\nATTENTION: First Startup can take very long since it downloads the gameserver files!\r\n\r\nUpdate Notice: Simply restart the container if a newer version of the game is available.\r\n\r\nYou can also run multiple servers with only one SteamCMD directory!",
"Overview": "This Docker will download and install SteamCMD. It will also install Stationeers and run it.\r\n\r\n**Configuration:** To configure your server edit the file 'settings.xml' which lives in the main directory from the container (please don't forget to stop the container before editing the file).\r\n\r\n**ATTENTION:** First Startup can take very long since it downloads the gameserver files!\r\n\r\nUpdate Notice: Simply restart the container if a newer version of the game is available.\r\n\r\nYou can also run multiple servers with only one SteamCMD directory!",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/stationeers.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/chips777",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
@ -119137,7 +119134,7 @@
"Target": "/serverdata/steamcmd",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /serverdata/steamcmd",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
@ -119151,7 +119148,7 @@
"Target": "/serverdata/serverfiles",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /serverdata/serverfiles",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
@ -119165,7 +119162,7 @@
"Target": "GAME_ID",
"Default": "",
"Mode": "",
"Description": "The GAME_ID that the container download at startup.\r\n(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)",
"Description": "The GAME_ID that the container downloads at startup. If you want to install a static or beta version of the game change the value to: '600760 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install).",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -119182,24 +119179,10 @@
"Description": "Enter your start up commands for the server.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Required": "true",
"Mask": "false"
},
"value": "AutoSave true SaveInterval 300"
},
{
"@attributes": {
"Name": "Steam-Username",
"Target": "USERNAME",
"Default": "",
"Mode": "",
"Description": "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION: You have to disable Steam Guard).",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
"value": "-difficulty easy -loadlatest Mars Mars"
},
{
"@attributes": {
@ -119215,6 +119198,48 @@
},
"value": ""
},
{
"@attributes": {
"Name": "UDP1 - Steam Port",
"Target": "27015",
"Default": "",
"Mode": "udp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "27015"
},
{
"@attributes": {
"Name": "UDP2 - Game Port",
"Target": "27500",
"Default": "",
"Mode": "udp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "27500"
},
{
"@attributes": {
"Name": "Steam-Username",
"Target": "USERNAME",
"Default": "",
"Mode": "",
"Description": "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION: You have to disable Steam Guard).",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Steam-Password",
@ -119229,41 +119254,13 @@
},
"value": ""
},
{
"@attributes": {
"Name": "UDP1 - Steam Port",
"Target": "27015",
"Default": "",
"Mode": "udp",
"Description": "Container Port: 27015",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "27015"
},
{
"@attributes": {
"Name": "UDP2 - Game Port",
"Target": "27500",
"Default": "",
"Mode": "udp",
"Description": "Container Port: 27500",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "27500"
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "Container Variable: UID",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
@ -119277,7 +119274,7 @@
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "Container Variable: GID",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",

View File

@ -3949,9 +3949,5 @@ Updating stats on containers
Privileged: 105
No change to feed
Updating GitHub