forked from plexinc/pms-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add inital unRAID xml file and image file.
- Loading branch information
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |