2022-01-12 17:57:03 +00:00
<?xml version="1.0"?>
<Container version= "2" >
<Name > Crafty</Name>
2022-04-15 00:38:50 +00:00
<Repository > crafty-controller/crafty-4:latest</Repository>
<Registry > registry.gitlab.com/crafty-controller/crafty-4</Registry>
2022-01-12 17:57:03 +00:00
<Network > bridge</Network>
<MyIP />
<Shell > sh</Shell>
<Privileged > false</Privileged>
<Support > https://discord.gg/9VJPhCE</Support>
<Project > https://craftycontrol.com/</Project>
2022-03-06 18:33:48 +00:00
<Overview > Crafty Controller is a lightweight Minecraft wrapper with great featuers and a awesome GUI, acessible from a modern web browser.
The username and password appear on the first launch in the Docker logs!
Crafty 4 is the successor of Crafty Controller, the Docker image is no longer maintained on DockerHub. (now on GitLab)
2022-01-12 17:57:03 +00:00
For official support join the discord: https://discord.gg/9VJPhCE
2022-04-15 00:38:50 +00:00
For migration from 3.x please refer to the documentation on GitLab: https://wiki.craftycontrol.com/
2022-01-12 17:57:03 +00:00
</Overview>
<Category > GameServers: Other:</Category>
<WebUI > https://[IP]:[PORT:8443]/</WebUI>
2022-04-15 00:38:50 +00:00
<TemplateURL > https://gitlab.com/crafty-controller/crafty-4/-/blob/dev/docker/unraid.xml</TemplateURL>
<Icon > https://gitlab.com/crafty-controller/crafty-4/-/raw/master/app/frontend/static/assets/images/logo_square.jpg</Icon>
2022-01-12 17:57:03 +00:00
<ExtraParams />
<PostArgs />
<CPUset />
2022-03-06 18:33:48 +00:00
<DateInstalled />
2022-01-12 17:57:03 +00:00
<DonateText > Help to support Crafty on Patreon</DonateText>
<DonateLink > https://www.patreon.com/craftycontroller</DonateLink>
2022-03-06 18:33:48 +00:00
<Description > Crafty Controller is a lightweight Minecraft wrapper with great featuers and a awesome GUI, acessible from a modern web browser.
The username and password appear on the first launch in the Docker logs!
Crafty 4 is the successor of Crafty Controller, the Docker image is no longer maintained on DockerHub. (now on GitLab)
2022-01-12 17:57:03 +00:00
For official support join the discord: https://discord.gg/9VJPhCE
2022-04-15 00:38:50 +00:00
For migration from 3.x please refer to the documentation on GitLab: https://gitlab.com/crafty-controller/crafty-4/-/wikis/home
2022-01-12 17:57:03 +00:00
</Description>
<Networking >
<Mode > bridge</Mode>
<Publish >
<Port >
<HostPort > 8443</HostPort>
<ContainerPort > 8443</ContainerPort>
<Protocol > tcp</Protocol>
</Port>
<Port >
<HostPort > 8000</HostPort>
<ContainerPort > 8000</ContainerPort>
<Protocol > tcp</Protocol>
</Port>
<Port >
<HostPort > 25500-25600</HostPort>
<ContainerPort > 25500-25600</ContainerPort>
<Protocol > tcp</Protocol>
</Port>
<Port >
<HostPort > 8123</HostPort>
<ContainerPort > 8123</ContainerPort>
<Protocol > tcp</Protocol>
</Port>
<Port >
<HostPort > 19132</HostPort>
<ContainerPort > 19132</ContainerPort>
<Protocol > udp</Protocol>
</Port>
</Publish>
</Networking>
<Data >
<Volume >
<HostDir > /mnt/user/appdata/Crafty-4/servers/</HostDir>
2022-04-15 00:38:50 +00:00
<ContainerDir > /crafty/servers</ContainerDir>
2022-01-12 17:57:03 +00:00
<Mode > rw</Mode>
</Volume>
<Volume >
<HostDir > /mnt/user/appdata/Crafty-4/backups/</HostDir>
2022-04-15 00:38:50 +00:00
<ContainerDir > /crafty/backups</ContainerDir>
2022-01-12 17:57:03 +00:00
<Mode > rw</Mode>
</Volume>
<Volume >
<HostDir > /mnt/user/appdata/Crafty-4/logs/</HostDir>
2022-04-15 00:38:50 +00:00
<ContainerDir > /crafty/logs</ContainerDir>
2022-01-12 17:57:03 +00:00
<Mode > rw</Mode>
</Volume>
<Volume >
<HostDir > /mnt/user/appdata/Crafty-4/config/</HostDir>
2022-04-15 00:38:50 +00:00
<ContainerDir > /crafty/app/config</ContainerDir>
2022-01-12 17:57:03 +00:00
<Mode > rw</Mode>
</Volume>
2022-03-06 18:33:48 +00:00
<Volume >
<HostDir > /mnt/user/appdata/Crafty-4/import/</HostDir>
2022-04-15 00:38:50 +00:00
<ContainerDir > /crafty/import</ContainerDir>
2022-03-06 18:33:48 +00:00
<Mode > rw</Mode>
</Volume>
2022-01-12 17:57:03 +00:00
</Data>
<Environment />
<Labels />
<Config Name= "Port for https traffic" Target= "8443" Default= "8443" Mode= "tcp" Description= "Port for https traffic to the web Ui" Type= "Port" Display= "always-hide" Required= "true" Mask= "false" > 8443</Config>
<Config Name= "Port for http redirections" Target= "8000" Default= "1800" Mode= "tcp" Description= "http traffic will automatically be redirected to htps" Type= "Port" Display= "always-hide" Required= "true" Mask= "false" > 8000</Config>
<Config Name= "Minecraft ports" Target= "25500-25600" Default= "25500-25600" Mode= "tcp" Description= "Container Port: 25500-25600 yes, 100 ports for 100 possible Servers" Type= "Port" Display= "always-hide" Required= "true" Mask= "false" > 25500-25600</Config>
<Config Name= "Port for dynmap" Target= "8123" Default= "8123" Mode= "tcp" Description= "Dynmap port" Type= "Port" Display= "always-hide" Required= "true" Mask= "false" > 8123</Config>
<Config Name= "Port for bedrock server" Target= "19132" Default= "19132" Mode= "udp" Description= "Bedrock server port" Type= "Port" Display= "always-hide" Required= "true" Mask= "false" > 19132</Config>
2022-04-15 00:38:50 +00:00
<Config Name= "Server files" Target= "/crafty/servers" Default= "/mnt/user/appdata/Crafty-4/servers/" Mode= "rw" Description= "Path to the minecraft server folders" Type= "Path" Display= "always-hide" Required= "true" Mask= "false" > /mnt/user/appdata/Crafty-4/servers/</Config>
<Config Name= "Backup files" Target= "/crafty/backups" Default= "/mnt/user/appdata/Crafty-4/backups/" Mode= "rw" Description= "Server Backups" Type= "Path" Display= "always-hide" Required= "true" Mask= "false" > /mnt/user/appdata/Crafty-4/backups/</Config>
<Config Name= "Server Logs" Target= "/crafty/logs" Default= "/mnt/user/appdata/Crafty-4/logs/" Mode= "rw" Description= "Logs" Type= "Path" Display= "advanced-hide" Required= "true" Mask= "false" > /mnt/user/appdata/Crafty-4/logs/</Config>
<Config Name= "Crafty Configuration" Target= "/crafty/app/config" Default= "/mnt/user/appdata/Crafty-4/config/" Mode= "rw" Description= "Path to the persistent Crafty files" Type= "Path" Display= "advanced-hide" Required= "true" Mask= "false" > /mnt/user/appdata/Crafty-4/config/</Config>
<Config Name= "Import folder" Target= "/crafty/import" Default= "/mnt/user/appdata/Crafty-4/import/" Mode= "rw" Description= "Imports" Type= "Path" Display= "advanced-hide" Required= "true" Mask= "false" > /mnt/user/appdata/Crafty-4/import/</Config>
2022-03-06 18:33:48 +00:00
</Container>