mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-05 19:08:07 +08:00
Create embystat.xml
Needs an icon `embystat-logo.png` and a support thread.
This commit is contained in:
parent
3b20f03b66
commit
a8d4e9761e
57
linuxserver.io/embystat.xml
Normal file
57
linuxserver.io/embystat.xml
Normal file
@ -0,0 +1,57 @@
|
||||
<?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/xxxxx-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>
|
||||
Loading…
x
Reference in New Issue
Block a user