Skip to content

Commit

Permalink
Add inital unRAID xml file and image file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggimon committed Feb 12, 2017
1 parent 0cdcee1 commit 8db104b
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
Binary file added img/plex-server.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions plex-unRAID.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="utf-8"?>
<Container>
<Beta>False</Beta>
<Category>MediaServer:Video MediaServer:Music MediaServer:Photos</Category>
<Date>2017-01-30</Date>
<Changes>
[a href='https://forums.plex.tv/discussion/62832/plex-media-server#latest' target='_blank']Latest Plex Media Server changes[/a]
</Changes>
<Name>Plex Media Server</Name>
<Support>https://forums.plex.tv/categories/docker</Support>
<Description>
[b]Plex Media Server[/b][br][br]

Enjoy your media on all your devices.[br]
All your movie, TV Show, music, and photo collections at your fingertips, anywhere you go on all the devices you love.
</Description>
<Project>https://plex.tv/</Project>
<Registry>https://hub.docker.com/r/plexinc/pms-docker/</Registry>
<Repository>plexinc/pms-docker</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment>
<Variable>
<Name>PLEX_CLAIM</Name>
<Value>Insert Token from https://plex.tv/claim</Value>
</Variable>
<Variable>
<Name>PLEX_UID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>PLEX_GID</Name>
<Value>100</Value>
</Variable>
<Variable>
<Name>VERSION</Name>
<Value>latest</Value>
</Variable>
</Environment>
<Networking>
<Mode>host</Mode>
<Publish/>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<HostDir></HostDir>
<ContainerDir>/transcode</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:32400]/web</WebUI>
<Icon>https://raw.githubusercontent.com/plexinc/pms-docker/master/img/plex-server.png</Icon>
<ExtraParams></ExtraParams>
</Container>

0 comments on commit 8db104b

Please sign in to comment.