AppFeed/templates/EmbyRepository/unraid-templates/emby/EmbyServerBeta.xml
2021-02-23 15:49:21 -05:00

59 lines
2.3 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>
<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>