AppFeed/templates/ich777sRepository/ich777/DontStarveTogether.xml
Squidly271 9f3346099a Update
2021-02-16 16:58:23 -05:00

125 lines
6.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>DontStarveTogether</Name>
<Repository>ich777/steamcmd:dontstarve</Repository>
<Registry>https://hub.docker.com/r/ich777/steamcmd/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/</Support>
<Project>https://www.klei.com/games/dont-starve-together</Project>
<Overview>This Docker will download and install SteamCMD. It will also install Don't Starve Together and run it.&#13;
&#13;
ATTENTION: After the first complete startup (you can see it in the log) copy your 'cluster_token.txt' in the 'token/Cluster_1' folder and restart the container.&#13;
First Startup can take very long since it downloads the gameserver files!&#13;
&#13;
Update Notice: Simply restart the container if a newer version of the game is available.&#13;
&#13;
You can also run multiple servers with only one SteamCMD directory!</Overview>
<WebUI></WebUI>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/dontstarve.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>If you like my work please </DonateText>
<DonateLink>https://www.paypal.me/chips777</DonateLink>
<DonateImg>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/donate.png</DonateImg>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>10890</HostPort>
<ContainerPort>10890</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>27016</HostPort>
<ContainerPort>27016</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>8766</HostPort>
<ContainerPort>8766</ContainerPort>
<Protocol>udp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/steamcmd</HostDir>
<ContainerDir>/serverdata/steamcmd</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/cache/appdata/dontstarve/serverfiles</HostDir>
<ContainerDir>/serverdata/serverfiles</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/cache/appdata/dontstarve/token</HostDir>
<ContainerDir>/serverdata/.klei/DoNotStarveTogether</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>343050</Value>
<Name>GAME_ID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>USERNAME</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>VALIDATE</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>PASSWRD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>true</Value>
<Name>CAVES</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>99</Value>
<Name>UID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>GID</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="SteamCMD" Target="/serverdata/steamcmd" Default="" Mode="rw" Description="Container Path: /serverdata/steamcmd" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/steamcmd</Config>
<Config Name="ServerFiles" Target="/serverdata/serverfiles" Default="" Mode="rw" Description="Container Path: /serverdata/serverfiles" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/dontstarve/serverfiles</Config>
<Config Name="GAME_ID" Target="GAME_ID" Default="" Mode="" Description="The GAME_ID that the container download at startup.&#13;&#10;(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" Type="Variable" Display="always" Required="true" Mask="false">343050</Config>
<Config 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="always-hide" Required="false" Mask="false"></Config>
<Config Name="Validate Installation" Target="VALIDATE" Default="" Mode="" Description="Set the Variable to 'true' if you want to validate the installation otherwise leave it blank." Type="Variable" Display="always-hide" Required="false" Mask="false"></Config>
<Config Name="Steam-Password" Target="PASSWRD" Default="" Mode="" Description="Your Steam password 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="always-hide" Required="false" Mask="true"></Config>
<Config Name="Token" Target="/serverdata/.klei/DoNotStarveTogether" Default="" Mode="rw" Description="Put your created 'cluster_token.txt' in the 'Cluster_1' subfolder." Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/dontstarve/token</Config>
<Config Name="Caves" Target="CAVES" Default="" Mode="" Description="Delete 'true' if you don't want Caves on your Server." Type="Variable" Display="always" Required="false" Mask="false">true</Config>
<Config Name="UDP1 - Game" Target="10890" Default="" Mode="udp" Description="Container Port: 10890" Type="Port" Display="always" Required="true" Mask="false">10890</Config>
<Config Name="UDP2 - Master Server" Target="27016" Default="" Mode="udp" Description="Container Port: 27016" Type="Port" Display="always" Required="true" Mask="false">27016</Config>
<Config Name="UDP3 - Authentication" Target="8766" Default="" Mode="udp" Description="Container Port: 8766" Type="Port" Display="always" Required="true" Mask="false">8766</Config>
<Config Name="UID" Target="UID" Default="" Mode="" Description="Container Variable: UID" Type="Variable" Display="advanced-hide" Required="true" Mask="false">99</Config>
<Config Name="GID" Target="GID" Default="" Mode="" Description="Container Variable: GID" Type="Variable" Display="advanced-hide" Required="true" Mask="false">100</Config>
<Category>GameServers:</Category>
<Description>This Docker will download and install SteamCMD. It will also install Don't Starve Together and run it.&#13;
&#13;
ATTENTION: After the first complete startup (you can see it in the log) copy your 'cluster_token.txt' in the 'token/Cluster_1' folder and restart the container.&#13;
First Startup can take very long since it downloads the gameserver files!&#13;
&#13;
Update Notice: Simply restart the container if a newer version of the game is available.&#13;
&#13;
You can also run multiple servers with only one SteamCMD directory!</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/DontStarveTogether.xml</templatePath>
</Container>