This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
tautulli-unRAID-template.xml
83 lines (83 loc) · 3.92 KB
/
tautulli-unRAID-template.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
80
81
82
83
<?xml version="1.0"?>
<Container version="2">
<Name>tautulli</Name>
<Repository>tautulli/tautulli</Repository>
<Registry>https://registry.hub.docker.com/u/tautulli/tautulli/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://tautulli.com/#support</Support>
<Project>http://tautulli.com/</Project>
<Overview>Tautulli is a 3rd party application that you can run alongside your Plex Media Server to monitor activity and track various statistics.

This container supports the ability to use the Beta branch of Tautulli.

This is the official container supported by the Tautulli devs. Excess packages, dependencies, and base images have been removed to keep the size as small as possible.</Overview>
<Category>Tools: MediaServer:Other</Category>
<WebUI>http://[IP]:[PORT:8181]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/Tautulli/docker-template/master/tautulli.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/Tautulli/docker-template/master/img/logo-circle.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText/>
<DonateLink>https://tautulli.com/#donate</DonateLink>
<Description>Tautulli is a 3rd party application that you can run alongside your Plex Media Server to monitor activity and track various statistics.

This container supports the ability to use the Beta branch of Tautulli.

This is the official container supported by the Tautulli devs. Excess packages, dependencies, and base images have been removed to keep the size as small as possible.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8181</HostPort>
<ContainerPort>8181</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>path to plex logs</HostDir>
<ContainerDir>/plex_logs</ContainerDir>
<Mode>ro</Mode>
</Volume>
<Volume>
<HostDir>/mnt/cache/appdata/tautulli</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>UTC</Value>
<Name>TZ</Name>
<Mode/>
</Variable>
<Variable>
<Value>master</Value>
<Name>ADVANCED_GIT_BRANCH</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="HTTP Port" Target="8181" Default="" Mode="tcp" Description="Container Port: 8181" Type="Port" Display="always" Required="false" Mask="false">8181</Config>
<Config Name="Timezone" Target="TZ" Default="" Mode="" Description="Container Variable: TZ" Type="Variable" Display="always" Required="false" Mask="false">UTC</Config>
<Config Name="Plex Logs" Target="/plex_logs" Default="" Mode="ro" Description="Container Path: /plex_logs" Type="Path" Display="always" Required="false" Mask="false">path to plex logs</Config>
<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="Config" Target="/config" Default="/mnt/cache/appdata/tautulli" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/cache/appdata/tautulli</Config>
<Config Name="GIT Branch" Target="ADVANCED_GIT_BRANCH" Default="master" Mode="" Description="Please use this field instead of the in app settings. Use Beta and Nightly at your own risk!" Type="Variable" Display="advanced-hide" Required="true" Mask="false">master</Config>
</Container>