-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathboutimus.xml
More file actions
43 lines (43 loc) · 2.92 KB
/
boutimus.xml
File metadata and controls
43 lines (43 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<Container version="2">
<Name>Bootimus</Name>
<Repository>garybowers/bootimus:latest</Repository>
<Registry>ttps://hub.docker.com/r/garybowers/bootimus</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/198435-support-devzwf-bootimus/</Support>
<Project>https://bootimus.com/</Project>
<ReadMe/>
<Overview>A production-ready, self-contained PXE and HTTP boot server written in Go with embedded iPXE bootloaders, SQLite/PostgreSQL support, and a full-featured web admin interface. Deploy in seconds with a single binary or Docker container.
There Be Dragons!
This is an early-stage work-in-progress project - there may be bugs. Please raise an issue for any unexpected behaviour you encounter.</Overview>
<Category>Productivity: Tools: Network:Other</Category>
<WebUI>http://[IP]:[PORT:8081]/</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/bootimus.png</Icon>
<ExtraParams>--cap-add=NET_BIND_SERVICE --restart=unless-stopped</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1777059060</DateInstalled>
<DonateText>Don't donate to me! Instead, please donate the creators of the apps, but if you insist </DonateText>
<DonateLink>https://ko-fi.com/devzwf</DonateLink>
<Requires/>
<Config Name="TFTP Server Port" Target="69" Default="69" Mode="udp" Description="" Type="Port" Display="always" Required="false" Mask="false">69</Config>
<Config Name="Web UI" Target="8081" Default="8081" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">8081</Config>
<Config Name="Data Directory" Target="/data" Default="/mnt/user/appdata/bootimus/data" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/bootimus/data</Config>
<Config Name="Isos Directory" Target="/data/isos" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/isos/</Config>
<Config Name="PXE HTTP port" Target="8080" Default="8080" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Config Name="BOOTIMUS_PROXY_DHCP_ENABLED" Target="BOOTIMUS_PROXY_DHCP_ENABLED" Default="FALSE" Mode="" Description="proxyDHCP coexistence" Type="Variable" Display="advanced" Required="false" Mask="false">FALSE</Config>
<Config Name="BOOTIMUS_WINDOWS_SMB_ENABLED" Target="BOOTIMUS_WINDOWS_SMB_ENABLED" Default="FALSE" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">FALSE</Config>
<TailscaleStateDir/>
<Changes>### 2026.04.25
- fix restart policy to unless-stopped
- added BOOTIMUS_PROXY_DHCP_ENABLED env variable config for proxyDHCP coexistence
- added BOOTIMUS_WINDOWS_SMB_ENABLED env variable config to enable Windows SMB support
### 2026.04.24
- Initial Release</Changes>
</Container>