Giter Site home page Giter Site logo

docker-plexrequests's Introduction

Plex Requests

Install On unRaid:

On unRaid, install from the Community Repositories and enter the app folder location and the port for the webUI.

For configuration instructions, please visit https://github.com/lokenx/plexrequests-meteor

Install On Other Platforms (like Ubuntu, Synology 5.2 DSM, etc.):

On other platforms, you can run this docker with the following command (by default installs the stable master):

docker run -d --name="PlexRequests" -v /path/to/config:/config:rw -v /etc/localtime:/etc/localtime:ro -e BRANCH="master" -p XXXX:3000 aptalca/docker-plexrequests

Setup Instructions

  • Replace the variable "/path/to/config" with your choice of folder on your system. That is where the config and the library files will reside, and they will survive an update, reinstallation, etc. of the container.
  • Replace the "XXXX" with your port of choice.
  • If you would like to use a different branch (for testing or development), modify the BRANCH variable and replace "master" with your choice of branch
  • Visit https://github.com/lokenx/plexrequests-meteor for configuration instructions
  • You can access the web gui at the following address: http://SERVERIP:PORT

Change Log

  • 2016-04-06 - Increased verbosity of the log. Really slow meteor update could fool users into thinking it wasn't working
  • 2015-11-02 - Previous meteor update was preventing a git pull, this version fixes that issue
Note:

If you'd like to use this with reverse proxy, you need a url prefix. You can set one by adding the following to your run command: -e ROOT_URL="http://localhost/requests" just modify the "requests" part as you please. Then you can access the web page at http://SERVERIP:PORT/requests

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.