mirror of
https://gh.con.sh/https://github.com/plexinc/pms-docker
synced 2025-04-22 20:12:57 +00:00
Add inital unRAID xml file and image file.
This commit is contained in:
parent
0cdcee1204
commit
8db104bcc9
BIN
img/plex-server.png
Normal file
BIN
img/plex-server.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
63
plex-unRAID.xml
Normal file
63
plex-unRAID.xml
Normal file
@ -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>
|
Loading…
x
Reference in New Issue
Block a user