„ich777/Teeworlds.xml“ hinzufügen

This commit is contained in:
2019-05-15 20:43:38 +02:00
parent 1c6ef1aa5e
commit 3e42ed23d9

79
ich777/Teeworlds.xml Normal file
View File

@@ -0,0 +1,79 @@
<?xml version="1.0"?>
<Container version="2">
<Name>Teeworlds</Name>
<Repository>ich777/teeworldsserver</Repository>
<Registry>https://hub.docker.com/r/ich777/teeworldsserver/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/</Support>
<Project>https://www.teeworlds.com/</Project>
<Overview>This Docker will download and install a simple Teeworlds Dedicated server with a autoexec.cfg, dm.cfg, tdm.cfg &amp;amp; ctf.cfg preconfigured (the only thing that need to be changed is the Server Name and the RCON Password in the autoexec.cfg).&#xD;
&#xD;
ATTENTION: Please don't delete the tar.gz file in the main directory!&#xD;
&#xD;
Update Notice: Simply restart the container if a newer version of the game is available and the container will download and install it.</Overview>
<Category>GameServers:</Category>
<WebUI/>
<TemplateURL>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/Teeworlds.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/teeworlds.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled/>
<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>
<Description>This Docker will download and install a simple Teeworlds Dedicated server with a autoexec.cfg, dm.cfg, tdm.cfg &amp;amp; ctf.cfg preconfigured (the only thing that need to be changed is the Server Name and the RCON Password in the autoexec.cfg).&#xD;
&#xD;
ATTENTION: Please don't delete the tar.gz file in the main directory!&#xD;
&#xD;
Update Notice: Simply restart the container if a newer version of the game is available and the container will download and install it.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8303</HostPort>
<ContainerPort>8303</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>8303</HostPort>
<ContainerPort>8303</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/teeworlds/</HostDir>
<ContainerDir>/serverdata/serverfiles/</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>dm.cfg</Value>
<Name>GAME_CONFIG</Name>
<Mode/>
</Variable>
<Variable>
<Value>99</Value>
<Name>UID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>GID</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="ServerFiles" Target="/serverdata/serverfiles/" Default="" Mode="rw" Description="Container Path: /serverdata/serverfiles" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/teeworlds/</Config>
<Config Name="UDP" Target="8303" Default="" Mode="udp" Description="Container Port: 8303" Type="Port" Display="always" Required="true" Mask="false">8303</Config>
<Config Name="ConfigFile" Target="GAME_CONFIG" Default="" Mode="" Description="Container Variable: GAME_CONFIG" Type="Variable" Display="always" Required="false" Mask="false">dm.cfg</Config>
<Config Name="TCP" Target="8303" Default="" Mode="tcp" Description="Container Port: 8303" Type="Port" Display="always" Required="false" Mask="false">8303</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>
</Container>