All Projects → pierre-emmanuelJ → plex-traefik

pierre-emmanuelJ / plex-traefik

Licence: MIT License
Plex media server with traefik 2 in docker and docker-compose

Projects that are alternatives of or similar to plex-traefik

PlexServerAutoUpdater
Automatically update Plex when running the Plex service.
Stars: ✭ 94 (+213.33%)
Mutual labels:  plex, plex-server, plex-media-server
plex-utills
Manage your Plex library automatically
Stars: ✭ 258 (+760%)
Mutual labels:  plex, plex-server, plex-media-server
plexmedia-downloader
Offline download media from Plex Media Server
Stars: ✭ 15 (-50%)
Mutual labels:  plex, plex-server, plex-media-server
UpdateTool
A tool to update the IMDB ratings for Plex libraries that contain movies/series and use the IMDB agent to receive ratings
Stars: ✭ 195 (+550%)
Mutual labels:  plex, plex-server, plex-media-server
conv2mp4-py
Python script that recursively searches through a user-defined file path and converts all videos of user-specified file types to MP4 with H264 video and AAC audio using ffmpeg. If a conversion failure is detected, the script re-encodes the file with HandbrakeCLI. Upon successful encoding, Plex libraries are refreshed and source file is deleted. …
Stars: ✭ 37 (+23.33%)
Mutual labels:  plex, plex-server, plex-media-server
plex-music
Web/Desktop app for streaming music from your Plex Media Server
Stars: ✭ 42 (+40%)
Mutual labels:  plex, plex-media-server
flixctl
A toolkit for controlling the infrastructure necessary for a true MaSaS (Movies and Shows as a Service) architecture.
Stars: ✭ 43 (+43.33%)
Mutual labels:  plex, plex-media-server
rpi-nas
🌐👨‍💻💻 Setup your own NAS on a Raspberry Pi
Stars: ✭ 29 (-3.33%)
Mutual labels:  plex, plex-media-server
clusterplex
ClusterPlex is basically an extended version of Plex, which supports distributed Workers across a cluster to handle transcoding requests.
Stars: ✭ 123 (+310%)
Mutual labels:  plex, plex-media-server
traefik-workshop
Getting started with Traefik on Kubernetes. A few exercises that help you to start the journey with Traefik Proxy.
Stars: ✭ 83 (+176.67%)
Mutual labels:  traefik, traefik2
PlexAutoSkip
Automatically skip content in Plex
Stars: ✭ 95 (+216.67%)
Mutual labels:  plex, plex-media-server
traefik-proxy
One-step (secure) configuration for Traefik edge router.
Stars: ✭ 20 (-33.33%)
Mutual labels:  traefik, traefik-v2
plex-api
.NET Core SDK for Plex Media Server
Stars: ✭ 70 (+133.33%)
Mutual labels:  plex, plex-media-server
Youtube-DL-Agent.bundle
A plex metadata agent for Youtube-DL downloads
Stars: ✭ 92 (+206.67%)
Mutual labels:  plex, plex-media-server
discord-rich-presence-plex
Display your Plex status on Discord using Rich Presence
Stars: ✭ 180 (+500%)
Mutual labels:  plex, plex-media-server
TvShuffleForPlex
The purpose of this application is to allow a chronological shuffling of tv shows. The selected TV Shows maybe shuffled however the episodes will be selected based on next unwatched.
Stars: ✭ 16 (-46.67%)
Mutual labels:  plex, plex-server
multi-scrobbler
Scrobble plays from multiple sources to multiple clients
Stars: ✭ 54 (+80%)
Mutual labels:  plex, plex-media-server
Ultimate Media Server Core
A bunch of scripts that I've collected, written, and forked for the ultimate administration & automation of your Media Server - Think of this as your "Media server in a box"
Stars: ✭ 188 (+526.67%)
Mutual labels:  plex, plex-media-server
BPfM
unofficial Plex web client wrapper for macOS
Stars: ✭ 15 (-50%)
Mutual labels:  plex, plex-media-server
traefik-private-plugins
Automatic patch for Traefik supporting private plugins
Stars: ✭ 21 (-30%)
Mutual labels:  traefik, traefik-v2

plex-traefik

Plex media server with traefik in docker and docker-compose

Installation

Clone the repo

$ git clone https://github.com/pierre-emmanuelJ/plex-traefik.git
$ cd plex-traefik
$ mkdir config \
        && mkdir data \
        && mkdir transcode \
        && mkdir -p Traefik/etc/traefik \
        && mkdir -p Traefik/log

In docker-compose.yml replace all plex.example.com by your desired domain.

Get a claim token on this link https://plex.tv/claim and replace in docker-compose.yml

- PLEX_CLAIM=claim-xxx....

/!\ important if you want Plex Apps access your server remotely:

Make sure to replace the env variable value ADVERTISE_IP=https://<plex.example.com>:443 with your desired domain.

Run it now

$ docker-compose up -d
$ sudo chown -R $USER * # or chown only created folders recursively 

Then

Go to https://plex.example.com/web and follow plex installation.

enable remote access during installation

Don't worry about remote access in red, you can access your plex server anyway with your server url or passing by https://app.plex.tv

Enjoy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].