-
Notifications
You must be signed in to change notification settings - Fork 0
/
gaps-unraid.xml
48 lines (48 loc) · 2.51 KB
/
gaps-unraid.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
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<Container version="2">
<Name>gaps</Name>
<Repository>housewrecker/gaps</Repository>
<Registry>https://hub.docker.com/r/housewrecker/gaps/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/85461-support-gaps/</Support>
<Project>https://github.com/JasonHHouse/Gaps/</Project>
<Overview>Search your movies and find missing movies from MovieDB collections.</Overview>
<Category>Tools: MediaApp:Other MediaServer:Other Status:Stable</Category>
<WebUI>http://[IP]:[PORT:8484]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/Knoxie/UnraidTemplates/master/gaps-unraid.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/JasonHHouse/Gaps/master/images/gaps.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1574708103</DateInstalled>
<DonateText>All support appreciated.</DonateText>
<DonateLink>https://www.paypal.com/paypalme2/thehousewrecker</DonateLink>
<Description>Search your movies and find missing movies from MovieDB collections.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8484</HostPort>
<ContainerPort>8484</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/gaps/</HostDir>
<ContainerDir>/usr/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="UI" Target="8484" Default="" Mode="tcp" Description="Container Port: 8484" Type="Port" Display="always" Required="true" Mask="false">8484</Config>
<Config Name="Enable https for WebUI" Target="ENABLE_SSL" Default="" Mode="" Description="true/false to enable WebUI https" Type="Variable" Display="always" Required="true" Mask="false">false</Config>
<Config Name="Require login for WebUI" Target="ENABLE_LOGIN" Default="" Mode="" Description="true/false to require login" Type="Variable" Display="always" Required="true" Mask="false">false</Config>
<Config Name="Set Gaps Base URL for WebUI" Target="BASE_URL" Default="" Mode="" Description="The base URL for Gaps WebUI" Type="Variable" Display="always" Required="false" Mask="false">/</Config>
<Config Name="config" Target="/usr/data" Default="" Mode="rw" Description="File path for gaps config and data storage." Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/gaps/</Config>
</Container>