AppFeed/lsio_categories/embystat.xml
2022-01-20 15:35:40 -05:00

58 lines
2.5 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>embystat</Name>
<Repository>linuxserver/embystat</Repository>
<Registry>https://hub.docker.com/r/linuxserver/embystat/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/84191-support-linuxserverio-embystat/</Support>
<Project>https://github.com/mregni/EmbyStat</Project>
<Overview>Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let him calculate all kinds of fun stuff.</Overview>
<Category>MediaApp:Other MediaServer:Other</Category>
<WebUI>http://[IP]:[PORT:6555]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/embystat.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/embystat-logo.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText>Donate</DonateText>
<DonateLink>https://www.linuxserver.io/donate/</DonateLink>
<Description>Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let it calculate all kinds of fun stuff.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6555</HostPort>
<ContainerPort>6555</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>
<Labels/>
<Config Name="Webui Port" Target="6555" Default="6555" Mode="tcp" Description="Webui Port" Type="Port" Display="always" Required="false" Mask="false">6555</Config>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Appdata" Type="Path" Display="advanced" Required="false" Mask="false"></Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
</Container>