forked from plexinc/pms-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plex-unRAID.xml
64 lines (63 loc) · 1.86 KB
/
plex-unRAID.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?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>
<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>