-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
binner.xml
31 lines (31 loc) · 1.58 KB
/
binner.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
<?xml version="1.0"?>
<Container version="2">
<Name>Binner</Name>
<Repository>devzwf/binner:latest</Repository>
<Registry>https://hub.docker.com/r/devzwf/binner</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/130478-support-devzwf-binner</Support>
<Project>https://github.com/replaysMike/Binner</Project>
<Overview>Binner is a free open-source parts inventory tracking system you can run locally in Windows or Unix environments. It was created for makers (like myself), hobbyists or professionals to keep track of your parts inventory.</Overview>
<Category>Productivity: Tools:</Category>
<WebUI>https://[IP]:[PORT:8090]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/binner-logo.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1667448208</DateInstalled>
<DonateText>If you like my work please </DonateText>
<DonateLink>https://ko-fi.com/devzwf</DonateLink>
<Requires/>
<Config Name="DB Directory" Target="/app/db" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Logs Directory" Target="/app/logs" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="WebUI" Target="8090" Default="8090" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8090</Config>
<Changes>### 2022.11.03
- Adding support thread
### 2022.11.02
- Initial Release</Changes>
</Container>