AppFeed/templates/EmbyRepository/unraid-templates/emby/EmbyServer.xml
Squidly271 b3878cd225 Redo
2020-12-03 07:42:32 -05:00

58 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<Name>EmbyServer</Name>
<Registry>https://registry.hub.docker.com/r/emby/embyserver/</Registry>
<Repository>emby/embyserver:latest</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/EmbyServer.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]
</Overview>
<Category>MediaServer:Video MediaServer:Music MediaServer:Photos</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/EmbyServer.xml</templatePath>
</Container>