Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2021-04-20 08:31:35 +01:00
parent f5aff11337
commit aa5953c32e

View File

@ -23,7 +23,7 @@
<Overview>[Netbootxyz](https://netboot.xyz) is a way to PXE boot various operating system installers or utilities from one place within the BIOS without the need of having to go retrieve the media to run the tool. iPXE is used to provide a user friendly menu from within the BIOS that lets you easily choose the operating system you want along with any specific types of versions or bootable flags.</Overview>
<WebUI>http://[IP]:[PORT:3000]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/netbootxyz.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png</Icon>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/netbootxyz-logo.png</Icon>
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="Web configuration interface." Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Port: 69" Target="69" Default="69" Mode="udp" Description="TFTP Port." Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Port: 80" Target="80" Default="8080" Mode="tcp" Description="NGINX server for hosting assets." Type="Port" Display="always" Required="false" Mask="false"/>