Code Monkey home page Code Monkey logo

plexarr's Introduction

Plexarr Stack

Compose with all you need to be free :) Here is Plexarr stack services and exposed ports in the compose :

  • Plex
    • UDP: 1900 (access to the Plex DLNA Server)
    • UDP: 5353 (older Bonjour/Avahi network discovery)
    • TCP: 8324 (controlling Plex for Roku via Plex Companion)
    • UDP: 32410, 32412, 32413, 32414 (current GDM network discovery)
    • TCP: 32469 (access to the Plex DLNA Server)
  • Sonarr
    • Port : 7989
  • Radarr
    • 6878
  • qBitorrent
    • 7000 (web access)
  • flaresolverr
    • 7191
  • overseerr
    • 7055
  • tautulli
    • 7181
  • bazarr
    • 6767
  • prowlarr
    • 9696
  • readarr
    • 8787
  • lidarr
    • 8686

Prerequisites :

Plex is an host network and Servarr on a user defined bridge.

Volumes folder creation example : 
mkdir /seedbox /docker
cd /seedbox
mkdir -p Downloads/InProgress \
Downloads/movies \
Downloads/tv \
comics \
tv \
movies

cd /docker
mkdir -p plex/transcode \
qbitorrent/config \
sonarrv3 \
radarr \
overseerr \
tautulli \
bazarr \
prowlarr \
readarr \
audiobookshelf/audiobooks \
lidarr

Installation

  1. Install docker and compose on your host
curl -fsSL https://get.docker.com | sh; >/dev/null
curl -sL "https://github.com/docker/compose/releases/download/v2.17.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
  1. Assume all folders are created
  2. Clone the repo to get the compose inside your host
  3. Then up the compose :
cd plexarr
docker-compose up -d

plexarr's People

Contributors

vlaine5 avatar

Stargazers

Luc avatar  avatar

Watchers

Bourbasquet Kévin avatar  avatar

plexarr's Issues

The Plex server is not accessible, but everything else works fine

Hello,

I'm looking to use this project as the basis for setting up a media server, but I'm having trouble figuring out how to connect to the Plex server... any resources on how to use it?

Based on what I've already seen, I've added a PLEX_CLAIM environment variable for the Plex container, so that I can link the server to my Plex account. When I run the docker-compose file, I can access all the services and I can see on my Plex account that my new server is now in my list of recognized devices.

But then, the new server in the list on the left is simply not accessible and I can't find any indication of how to specify a particular port or IP.

Thanks in advance for your feedback! :)

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.