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

134 lines
7.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>PlanetaryAnnihilation</Name>
<Repository>ich777/planetaryannihilationserver</Repository>
<Registry>https://hub.docker.com/r/ich777/planetaryannihilationserver</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 Planetary Annihilation.&#13;
&#13;
ATTENTION: First Startup can take very long since it downloads the gameserver files!&#13;
&#13;
This Docker supports the original version of Planetary Annihilation and the expansion Planetary Annihilation Titans.&#13;
&#13;
Update Notice: Set the Variable 'Update on Start' to 'true' (without quotes) then the docker will check every restart if there is a newer version available otherwise leave it blank.</Overview>
<WebUI></WebUI>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/pa.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>20545</HostPort>
<ContainerPort>20545</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>8192</HostPort>
<ContainerPort>8192</ContainerPort>
<Protocol>udp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/planetaryannihilation</HostDir>
<ContainerDir>/serverdata/serverfiles</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>PA_ACC_NAME</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>PA_ACC_PWD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>stable</Value>
<Name>GAME_STREAM</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>GAME_PARAMS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>DockerServer</Value>
<Name>SERVER_NAME</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>Docker</Value>
<Name>SERVER_PWD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>12</Value>
<Name>MAX_PLAYERS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>UPDATE_ON_START</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>lobby</Value>
<Name>GAME_MODE</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>20545</Value>
<Name>GAME_PORT</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="/serverdata/serverfiles" Default="" Mode="rw" Description="Container Path: /serverdata/serverfiles" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/planetaryannihilation</Config>
<Config Name="Your PA Account name" Target="PA_ACC_NAME" Default="" Mode="" Description="Your PA account name goes here, if you don't have one got to this link: https://service.planetaryannihilation.net/user/LinkSteam?TitleId=4 create an account and link your Steam account to it." Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Your PA Account Password" Target="PA_ACC_PWD" Default="" Mode="" Description="Your PA password goes here" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Game Stream" Target="GAME_STREAM" Default="" Mode="" Description="Choose between 'stable' and 'PTE' (without quotes)" Type="Variable" Display="always" Required="true" Mask="false">stable</Config>
<Config Name="Extra Startup Parameters" Target="GAME_PARAMS" Default="" Mode="" Description="Extra startup parameters, if not needed leave it blank." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Server Name" Target="SERVER_NAME" Default="" Mode="" Description="Here goes the name of you PA Server" Type="Variable" Display="always" Required="true" Mask="false">DockerServer</Config>
<Config Name="Server Password" Target="SERVER_PWD" Default="" Mode="" Description="Here goes the Password of the Server" Type="Variable" Display="always" Required="true" Mask="false">Docker</Config>
<Config Name="Maximum Players" Target="MAX_PLAYERS" Default="" Mode="" Description="Enter the maximum players on the server." Type="Variable" Display="always" Required="true" Mask="false">12</Config>
<Config Name="Update on start" Target="UPDATE_ON_START" Default="" Mode="" Description="Set to 'true' (withoute quotes) if you want to check for updates, otherwise leave it blank." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Game Mode" Target="GAME_MODE" Default="" Mode="" Description="For the standard Planetary Annihilation fill in 'lobby', for the extension Planetary Annihilation Titans fill in 'PAExpansion1:lobby' (without quotes)." Type="Variable" Display="always" Required="true" Mask="false">lobby</Config>
<Config Name="TCP - Server Port" Target="20545" Default="" Mode="tcp" Description="TCP Serverport (if you need another port, please delete this entry and create a new TCP Port with the required port number, also don't forget to click an 'Show more settings ...' and change the port number" Type="Port" Display="always" Required="true" Mask="false">20545</Config>
<Config Name="UDP - LAN Beacon" Target="8192" Default="" Mode="udp" Description="Container Port: 8192" Type="Port" Display="always" Required="true" Mask="false">8192</Config>
<Config Name="GAME_PORT" Target="GAME_PORT" Default="20545" Mode="" Description="Container Variable: GAME_PORT" Type="Variable" Display="advanced" Required="false" Mask="false">20545</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 Planetary Annihilation.&#13;
&#13;
ATTENTION: First Startup can take very long since it downloads the gameserver files!&#13;
&#13;
This Docker supports the original version of Planetary Annihilation and the expansion Planetary Annihilation Titans.&#13;
&#13;
Update Notice: Set the Variable 'Update on Start' to 'true' (without quotes) then the docker will check every restart if there is a newer version available otherwise leave it blank.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/PlanetaryAnnihilation.xml</templatePath>
</Container>