AppFeed/templates/BinhexsRepository/binhex/minecraftbedrockserver.xml

103 lines
4.4 KiB
XML
Raw Normal View History

2020-12-03 12:42:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/minecraftbedrockserver.xml</TemplateURL>
<Name>binhex-minecraftbedrockserver</Name>
<Overview>
Minecraft is a sandbox video game created by Swedish game developer Markus Persson and released by Mojang in 2011. The game allows players to build with a variety of different blocks in a 3D procedurally generated world, requiring creativity from players. Other activities in the game include exploration, resource gathering, crafting, and combat. Multiple game modes that change gameplay are available, including—but not limited to—a survival mode, in which players must acquire resources to build the world and maintain health, and a creative mode, where players have unlimited resources to build with.
</Overview>
<Support>https://forums.unraid.net/topic/84905-support-binhex-minecraftbedrockserver/</Support>
<Registry>https://registry.hub.docker.com/r/binhex/arch-minecraftbedrockserver/</Registry>
<GitHub>https://github.com/binhex/arch-minecraftbedrockserver</GitHub>
<Repository>binhex/arch-minecraftbedrockserver</Repository>
<Project>https://www.minecraft.net/en-us/download/server/bedrock</Project>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>19132</HostPort>
<ContainerPort>19132</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>19132</HostPort>
<ContainerPort>19132</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>19133</HostPort>
<ContainerPort>19133</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>19133</HostPort>
<ContainerPort>19133</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>8222</HostPort>
<ContainerPort>8222</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>CREATE_BACKUP_HOURS</Name>
<Value>12</Value>
</Variable>
<Variable>
<Name>PURGE_BACKUP_DAYS</Name>
<Value>14</Value>
</Variable>
<Variable>
<Name>ENABLE_WEBUI_CONSOLE</Name>
<Value>yes</Value>
</Variable>
<Variable>
<Name>ENABLE_WEBUI_AUTH</Name>
<Value>yes</Value>
</Variable>
<Variable>
<Name>WEBUI_USER</Name>
<Value>admin</Value>
</Variable>
<Variable>
<Name>WEBUI_PASS</Name>
<Value></Value>
</Variable>
<Variable>
<Name>WEBUI_CONSOLE_TITLE</Name>
<Value>Minecraft Bedrock</Value>
</Variable>
<Variable>
<Name>UMASK</Name>
<Value>000</Value>
</Variable>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
</Environment>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/config</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8222]/</WebUI>
<Icon>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/minecraftbedrockserver-icon.png</Icon>
<DonateText>If you appreciate my work, then please consider buying me a beer :D</DonateText>
<DonateLink>https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=MM5E27UX6AUU4</DonateLink>
<DonateImg>https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif</DonateImg>
<Category>GameServers:</Category>
<Description>Minecraft is a sandbox video game created by Swedish game developer Markus Persson and released by Mojang in 2011. The game allows players to build with a variety of different blocks in a 3D procedurally generated world, requiring creativity from players. Other activities in the game include exploration, resource gathering, crafting, and combat. Multiple game modes that change gameplay are available, including—but not limited to—a survival mode, in which players must acquire resources to build the world and maintain health, and a creative mode, where players have unlimited resources to build with.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/minecraftbedrockserver.xml</templatePath>
</Container>