-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
homebox.xml
39 lines (39 loc) · 2.34 KB
/
homebox.xml
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
<?xml version="1.0"?>
<Container version="2">
<Name>Homebox</Name>
<Repository>ghcr.io/sysadminsmedia/homebox:latest</Repository>
<Registry>https://github.com/sysadminsmedia/homebox</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/129521-support-devzwf-homebox</Support>
<Project>https://github.com/sysadminsmedia/homebox</Project>
<Overview>Homebox is the inventory and organization system built for the Home User! With a focus on simplicity and ease of use, Homebox is the perfect solution for your home inventory, organization, and management needs</Overview>
<Category>Productivity: Tools:</Category>
<WebUI>http://[IP]:[PORT:7745]/</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/homebox_logo.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1665594206</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="Data Dir" Target="/data" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Log Level" Target="HBOX_LOG_LEVEL" Default="info" Mode="" Description="log level to use, can be one of: trace, debug, info, warn, error, critical" Type="Variable" Display="always" Required="false" Mask="false">info</Config>
<Config Name="Log Format" Target="HBOX_LOG_FORMAT" Default="text" Mode="" Description="log format to use, can be one of: text, json" Type="Variable" Display="always" Required="false" Mask="false">text</Config>
<Config Name="Maximum fil upload size" Target="HBOX_WEB_MAX_UPLOAD_SIZE" Default="10" Mode="" Description="maximum file upload size supported in MB" Type="Variable" Display="always" Required="false" Mask="false">10</Config>
<Config Name="Web UI port" Target="7745" Default="3100" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">3100</Config>
<Changes>### 2024.06.19
- reflect the change of maintainer (new repo)
### 2022.10.13
- Fix incorrect xml
- Fix Webui Port
### 2022.10.12
- Fix Typo
- Add Support thread Link
### 2022.10.11
- Initial Release</Changes>
</Container>