selfhosters / unRAID-CA-templates

An Unraid community repo where you can request unRAID container templates to be added to Community Applications: Squidly271/community.applications.
MIT License
146 stars 77 forks source link

CA Template Request - Kubek #493

Closed Rxflex closed 1 month ago

Rxflex commented 1 month ago
<?xml version="1.0"?>
<Container version="2">
  <Name>Kubek</Name>
  <Repository>ghcr.io/rxflex/kubek-minecraft-dashboard:main</Repository>
  <Network>bridge</Network>
  <Privileged>false</Privileged>
  <Support>https://github.com/Rxflex/kubek-minecraft-dashboard/issues</Support>
  <Project>https://github.com/Rxflex/kubek-minecraft-dashboard</Project>
  <Overview>Kubek - Web Minecraft servers dashboard</Overview>
  <Category>GameServers</Category>
  <WebUI>http://[IP]:[PORT:3000]</WebUI>
  <Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="Container Port: 3000" Type="Port" Display="always" Required="true" Mask="false"/>
  <Config Name="Minecraft Server Port" Target="25565" Default="25565" Mode="tcp" Description="Minecraft Port" Type="Port" Display="always" Required="true" Mask="false"/>
  <Config Name="Servers Directory" Target="/usr/kubek/servers" Default="/mnt/user/appdata/kubek/servers" Mode="rw" Description="Container Path: /usr/kubek/servers" Type="Path" Display="advanced" Required="true" Mask="false"/>
</Container>
nwithan8 commented 1 month ago

Can you submit this as a PR to this repo?

Rxflex commented 1 month ago

Sure, https://github.com/selfhosters/unRAID-CA-templates/pull/494

nwithan8 commented 1 month ago

Moving discussion to PR.