AppFeed/templates/ich777sRepository/ich777/ATLAS.xml
2021-02-23 15:49:21 -05:00

152 lines
8.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>ATLAS</Name>
<Repository>ich777/steamcmd:atlas</Repository>
<Registry>https://hub.docker.com/r/ich777/steamcmd2/</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.steampowered.com/</Project>
<Overview>This Docker will download and install SteamCMD. It will also install ATLAS and run it (this docker does also have a built in Redis server for quick server setup, you also can disable it in the variables below).&#13;
&#13;
ATTENTION: 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>
<TemplateURL>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/ATLAS.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/atlas.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>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>57550</HostPort>
<ContainerPort>57550</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>5750</HostPort>
<ContainerPort>5750</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>5751</HostPort>
<ContainerPort>5751</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>32330</HostPort>
<ContainerPort>32330</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>27000</HostPort>
<ContainerPort>27000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>6379</HostPort>
<ContainerPort>6379</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/steamcmd</HostDir>
<ContainerDir>/serverdata/steamcmd</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/cache/appdata/atlas</HostDir>
<ContainerDir>/serverdata/serverfiles</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>1006030</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>Ocean</Value>
<Name>MAP_NAME</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>?ServerX=0?ServerY=0?AltSaveDirectoryName=00?MaxPlayers=50?ReservedPlayerSlots=10?QueryPort=57550?Port=5750</Value>
<Name>GAME_PARAMS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>-log -server -NoBattlEye</Value>
<Name>GAME_PARAMS_EXTRA</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>yes</Value>
<Name>ENA_REDIS</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/cache/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/atlas</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">1006030</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="Map Name" Target="MAP_NAME" Default="" Mode="" Description="Standard Map Name" Type="Variable" Display="always" Required="true" Mask="false">Ocean</Config>
<Config Name="Game Parameters" Target="GAME_PARAMS" Default="" Mode="" Description="Enter your start up commands for the server." Type="Variable" Display="always" Required="true" Mask="false">?ServerX=0?ServerY=0?AltSaveDirectoryName=00?MaxPlayers=50?ReservedPlayerSlots=10?QueryPort=57550?Port=5750</Config>
<Config Name="Extra Game Parameters" Target="GAME_PARAMS_EXTRA" Default="" Mode="" Description="Container Variable: GAME_PARAMS_EXTRA" Type="Variable" Display="always" Required="true" Mask="false">-log -server -NoBattlEye</Config>
<Config Name="Redis Enabled" Target="ENA_REDIS" Default="" Mode="" Description="If you've set up a external Redis server leave this blank, to enable the built in Redis server enter 'yes' (without quotes)." Type="Variable" Display="always" Required="false" Mask="false">yes</Config>
<Config Name="UDP1 - Query Port" Target="57550" Default="" Mode="udp" Description="Container Port: 57550" Type="Port" Display="always" Required="true" Mask="false">57550</Config>
<Config Name="UDP2 - Game Port 1" Target="5750" Default="" Mode="udp" Description="Container Port: 5750" Type="Port" Display="always" Required="true" Mask="false">5750</Config>
<Config Name="UDP3 - Game Porta 2" Target="5751" Default="" Mode="udp" Description="Container Port: 5751" Type="Port" Display="always" Required="true" Mask="false">5751</Config>
<Config Name="TCP1 - RCON Port" Target="32330" Default="" Mode="tcp" Description="Container Port: 32330" Type="Port" Display="always" Required="true" Mask="false">32330</Config>
<Config Name="TCP2 - Seamless Port" Target="27000" Default="" Mode="tcp" Description="Container Port: 27000" Type="Port" Display="always" Required="true" Mask="false">27000</Config>
<Config Name="TCP3 - Redis Server" Target="6379" Default="" Mode="tcp" Description="Container Port: 6379" Type="Port" Display="always" Required="false" Mask="false">6379</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>
<Description>This Docker will download and install SteamCMD. It will also install ATLAS and run it (this docker does also have a built in Redis server for quick server setup, you also can disable it in the variables below).&#13;
&#13;
ATTENTION: 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/ATLAS.xml</templatePath>
</Container>