-
Notifications
You must be signed in to change notification settings - Fork 1
/
unmanic.xml
79 lines (79 loc) · 3.06 KB
/
unmanic.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0"?>
<Container version="2">
<Name>unmanic</Name>
<Repository>josh5/unmanic:latest</Repository>
<Registry>https://hub.docker.com/r/josh5/unmanic</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support/>
<Project>https://github.com/Josh5/unmanic</Project>
<Overview>Unmanic - Library Optimiser

Unmanic is a simple tool for converting your video library to a single format. </Overview>
<Category>MediaApp:Video Status:Beta</Category>
<WebUI>http://[IP]:[PORT:8888]/</WebUI>
<TemplateURL/>
<Icon>https://github.com/Josh5/unmanic/raw/master/webserver/assets/icon-clear_bg.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText/>
<DonateLink/>
<Description>Unmanic - Library Optimiser

Unmanic is a simple tool for converting your video library to a single format. </Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8888</HostPort>
<ContainerPort>8888</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/library</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/tmp/unmanic</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
<Variable>
<Value>false</Value>
<Name>DEBUGGING</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Key 1" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false">99</Config>
<Config Name="Key 2" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false">100</Config>
<Config Name="Library" Target="/library" Default="" Mode="rw" Description="Container Path: /library" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Encoding Cache" Target="/tmp/unmanic" Default="" Mode="rw" Description="Container Path: /tmp/unmanic" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Port" Target="8888" Default="8888" Mode="tcp" Description="WebUI" Type="Port" Display="always" Required="true" Mask="false">8888</Config>
<Config Name="Debugging" Target="DEBUGGING" Default="false" Mode="" Description="Enable debugging: true/false" Type="Variable" Display="always-hide" Required="false" Mask="false">false</Config>
<Config Name="AppData Config Path" Target="/config" Default="/mnt/user/appdata/unmanic" Mode="rw" Description="Container Path: /config Location where all settings are saved" Type="Path" Display="advanced-hide" Required="true" Mask="false"></Config>
</Container>