AppFeed/templates/ich777sRepository/ich777/Starbound.xml

121 lines
7.3 KiB
XML
Raw Normal View History

2020-12-03 12:42:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>Starbound</Name>
<Repository>ich777/steamcmd:starbound</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.steampowered.com/</Project>
<Overview>This Docker will download and install SteamCMD. It will also install Starbound (Valid Steam useraccount with the game purchased and Steam Guard disabled required) and run it.&#13;
&#13;
ATTENTION: For this Docker you have to specify a valid Steam user with Steam Guard disabled and the game purchased otherwise you will get a no subscription error and the gamefiles won't download!&#13;
If you don't want to disable Steam Guard you can install the Docker as normal, click on it and open a console window and type in: '${STEAMCMD_DIR}/steamcmd.sh +login USERNAME PASSWORD +force_install_dir ${SERVER_DIR} +app_update ${GAME_ID} +quit' (without quotes and replace 'USERNAME' and 'PASSWORD' with your credentials), then enter the Steam Guard key and after the command finishes just restart the Docker.&#13;
&#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/starbound.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>21025</HostPort>
<ContainerPort>21025</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>21025</HostPort>
<ContainerPort>21025</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>21026</HostPort>
<ContainerPort>21026</ContainerPort>
<Protocol>tcp</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/starbound</HostDir>
<ContainerDir>/serverdata/serverfiles</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>533830</Value>
<Name>GAME_ID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>GAME_PARAMS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>USERNAME</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>PASSWRD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>VALIDATE</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/starbound</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">533830</Config>
<Config Name="GAME_PARAMS" Target="GAME_PARAMS" Default="" Mode="" Description="Enter your start up commands for the server." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Steam-Username" Target="USERNAME" Default="" Mode="" Description="ATTENTION: For this Docker you have to specify a valid Steam user with Steam Guard disabled and the game purchased otherwise you will get a no subscription error and the gamefiles won't download!" Type="Variable" Display="always-hide" Required="false" Mask="false"></Config>
<Config Name="Steam-Password" Target="PASSWRD" Default="" Mode="" Description="ATTENTION: For this Docker you have to specify a valid Steam user with Steam Guard disabled and the game purchased otherwise you will get a no subscription error and the gamefiles won't download!" Type="Variable" Display="always-hide" Required="false" Mask="true"></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="TCP - GamePort" Target="21025" Default="" Mode="tcp" Description="Container Port: 21025" Type="Port" Display="always" Required="true" Mask="false">21025</Config>
<Config Name="UDP - GamePort" Target="21025" Default="" Mode="udp" Description="Container Port: 21025" Type="Port" Display="always" Required="true" Mask="false">21025</Config>
<Config Name="TCP - RCON Port" Target="21026" Default="" Mode="tcp" Description="Only if needed, else delete this entry" Type="Port" Display="always" Required="false" Mask="false">21026</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 Starbound (Valid Steam useraccount with the game purchased and Steam Guard disabled required) and run it.&#13;
&#13;
ATTENTION: For this Docker you have to specify a valid Steam user with Steam Guard disabled and the game purchased otherwise you will get a no subscription error and the gamefiles won't download!&#13;
If you don't want to disable Steam Guard you can install the Docker as normal, click on it and open a console window and type in: '${STEAMCMD_DIR}/steamcmd.sh +login USERNAME PASSWORD +force_install_dir ${SERVER_DIR} +app_update ${GAME_ID} +quit' (without quotes and replace 'USERNAME' and 'PASSWORD' with your credentials), then enter the Steam Guard key and after the command finishes just restart the Docker.&#13;
&#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/Starbound.xml</templatePath>
</Container>