AppFeed/lsio_categories/tautulli.xml
2023-08-10 11:19:06 -04:00

60 lines
3.4 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>tautulli</Name>
<Repository>linuxserver/tautulli</Repository>
<Registry>https://hub.docker.com/r/linuxserver/tautulli/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/40750-support-linuxserverio-tautulli/</Support>
<Project>http://tautulli.com/</Project>
<Overview>Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.[br][br]&#xD;
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&#xD;
[b]8181[/b] The webui for Tautulli's webui [br]&#xD;
[b]/config[/b] Storing Configuration and the Tautulli database[br]&#xD;
[b]/logs[/b] Map to you plex logs (required for IP logging)[br]&#xD;
&#xD;
</Overview>
<Category>MediaServer:Other Tools:</Category>
<WebUI>http://[IP]:[PORT:8181]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/tautulli.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tautulli-icon.png</Icon>
<Description>Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8181</HostPort>
<ContainerPort>8181</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<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>
</Environment>
<Config Name="Host Port 1" Target="8181" Default="8181" Mode="tcp" Description="Container Port: 8181" Type="Port" Display="always" Required="true" Mask="false"></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="AppData Config Path" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false"></Config>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<BaseImage>lsiobase/python</BaseImage>
</Container>