AppFeed/templates/EmbyRepository/unraid-templates/emby/EmbyServerBeta.xml
Squidly271 9f3346099a Update
2021-02-16 16:58:23 -05:00

60 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<Beta>true</Beta>
<Name>EmbyServerBeta</Name>
<Registry>https://registry.hub.docker.com/r/emby/embyserver/</Registry>
<Repository>emby/embyserver:beta</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment>
<Variable>
<Name>UID</Name>
<Value>2</Value>
</Variable>
<Variable>
<Name>GID</Name>
<Value>2</Value>
</Variable>
<Variable>
<Name>GIDLIST</Name>
<Value>2</Value>
</Variable>
</Environment>
<Networking>
<Mode>host</Mode>
<Publish>
<Port>
<HostPort>8096</HostPort>
<ContainerPort>8096</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/emby/</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt</HostDir>
<ContainerDir>/mnt</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8096]/</WebUI>
<Icon>https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/images/Logos/logoicon.png</Icon>
<Support>https://lime-technology.com/forum/index.php?topic=45444.0</Support>
<TemplateURL>https://raw.githubusercontent.com/MediaBrowser/Emby.Build/master/unraid-templates/emby/EmbyServerBeta.xml</TemplateURL>
<Overview>
Emby Server is a home media server built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. Bringing together movies, music, television and more in one dazzling interface.[br][br]
[b][span style='color: #E80000;']Directories:[/span][/b][br]
[b]/config[/b] : this path is used to store Emby's configuration.[br]
[b]/mnt[/b] : this path is used to add library locations to Emby.[br]
[b][span style='color: #E80000;']This is beta.[/span][/b][br]
</Overview>
<Category>MediaServer:Video MediaServer:Music MediaServer:Photos Status:Beta</Category>
<Description>Emby Server is a home media server built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. Bringing together movies, music, television and more in one dazzling interface.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/EmbyRepository/unraid-templates/emby/EmbyServerBeta.xml</templatePath>
</Container>