AppFeed/templates/ich777sRepository/ich777/Dawn-Of-Light-Server.xml
2021-02-23 15:49:21 -05:00

86 lines
4.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>Dawn-of-Light-Server</Name>
<Repository>ich777/dawn-of-light-server</Repository>
<Registry>https://hub.docker.com/r/ich777/down-of-light-server/</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 Dawn of Light Server and run it.&#13;
&#13;
ATTENTION: First Startup can take very long since it downloads the gameserver files!&#13;
&#13;
CONSOLE: To connect to the console open up the terminal on the host machine and type in: 'docker exec -u dol -ti NAMEOFYOURCONTAINER screen -xS DoL' (without quotes) to exit the screen session press CTRL+A and then CTRL+D or simply close the terminal window in the first place.&#13;
&#13;
Update Notice: Simply restart the container if a newer version of the game is available.</Overview>
<WebUI></WebUI>
<TemplateURL>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/Dawn-Of-Light-Server.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/DoL.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>10300</HostPort>
<ContainerPort>10300</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>10400</HostPort>
<ContainerPort>10400</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>10400</HostPort>
<ContainerPort>10400</ContainerPort>
<Protocol>udp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/dawn-of-light</HostDir>
<ContainerDir>/dol</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>GAME_PARAMS</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="ServerFiles" Target="/dol" Default="" Mode="rw" Description="Container Path: /dol" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/dawn-of-light</Config>
<Config Name="GAME_PARAMS" Target="GAME_PARAMS" Default="" Mode="" Description="Enter your start up commands for the server (if not needed leave empty)." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="TCP1 - GamePort" Target="10300" Default="" Mode="tcp" Description="Container Port: 10300" Type="Port" Display="always" Required="true" Mask="false">10300</Config>
<Config Name="TCP2 - RegionPort" Target="10400" Default="" Mode="tcp" Description="Container Port: 10400" Type="Port" Display="always" Required="true" Mask="false">10400</Config>
<Config Name="UDP - GamePort" Target="10400" Default="" Mode="udp" Description="Container Port: 10400" Type="Port" Display="always" Required="true" Mask="false">10400</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 Dawn of Light Server and run it.&#13;
&#13;
ATTENTION: First Startup can take very long since it downloads the gameserver files!&#13;
&#13;
CONSOLE: To connect to the console open up the terminal on the host machine and type in: 'docker exec -u dol -ti NAMEOFYOURCONTAINER screen -xS DoL' (without quotes) to exit the screen session press CTRL+A and then CTRL+D or simply close the terminal window in the first place.&#13;
&#13;
Update Notice: Simply restart the container if a newer version of the game is available.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Dawn-Of-Light-Server.xml</templatePath>
</Container>