Git Product home page Git Product logo

plex's People

Contributors

esvinson avatar needo37 avatar thomasleveil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

plex's Issues

/tmp not writable

For some reason, /tmp stopped being writable within the plex container. Since this is where plex stores transcodes, videos couldn't be played. As a workaround, I made /tmp into a volume, i.e. I ran

docker run -d --net="host" --privileged="false" --name="plex" -v /path/to/plex/config:/config -v /path/to/video/files:/data -v /path/to/temporary/directory:/tmp needo/plex

Maybe I should mention that I'm running docker on Fedora 21 in SELinux mode enforcing. I also had to remove the link to /etc/localtime. Otherwise, docker-run would fail with System error: Relabeling content in /usr is not allowed.

Locking version at 1.14.1.5488

The URL I maintain for the latest versions (http://plex.baconopolis.net/latest.php) will be locked at version 1.14.1.5488
This docker instance isn't maintained anymore and changes are needed in loaded library paths to make it work. It's recommended to switch to the linuxserver version as it's updated regularly with security updates, and uses a Plex authorized way of updating to the latest plex pass version.

Change WebUI to https://

Would there be anyway for you to change the WebUI Docker link to use https:// instead of http://?

unRaid: Privileged flag ignored?

Hi, I'm running this docker on unRaid. When installing via the web gui, I removed the privileged tick box, yet the container can see all of my partitions. That should only happen when the container runs as privileged, rright?

autoupdate not working?

I run your image using

docker run -d --net="host" --name="plex" -v /plexconfig:/config -v /movies:/data -v /etc/localtime:/etc/localtime:ro --restart=always needo/plex

however It does not seem to be updating to the latest version when restarting

docker command line needed tweaking for ubuntu

In README.md

docker run flags need to be: --name="plex" and --net="host"
instead of: -name=“plex” -net=“host”
not the the double dashes and the different quotes characters around the values

-v /etc/local time:/etc/localtime:ro
please remove the space between local and time in the docker command line example for a specific version of plex

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.