All Projects → binhex → Arch Plex

binhex / Arch Plex

Licence: gpl-3.0
Docker build script for Arch Linux base with Plex Media Server

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Arch Plex

arch-plexpass
Docker build script for Arch Linux base with Plex Pass Media Server installed
Stars: ✭ 21 (+110%)
Mutual labels:  movies, plex, media-server
Awesome Piracy
A curated list of awesome warez and piracy links
Stars: ✭ 13,911 (+139010%)
Mutual labels:  music, movies
Airsonic
📡 ☁️ 🎶Airsonic, a Free and Open Source community driven media server (fork of Subsonic and Libresonic)
Stars: ✭ 1,876 (+18660%)
Mutual labels:  music, media-server
libDrive
libDrive is a Google Drive media library manager and indexer, similar to Plex, that organizes Google Drive media to offer an intuitive and user-friendly experience.
Stars: ✭ 14 (+40%)
Mutual labels:  movies, plex
Mellow
Mellow can communicate with several APIs like Ombi, Sonarr, Radarr and Tautulli which are related to home streaming to use those services directly in your Discord client.
Stars: ✭ 193 (+1830%)
Mutual labels:  plex, movies
Docker Compose Usenet
Docker-powered usenet pipeline
Stars: ✭ 240 (+2300%)
Mutual labels:  plex, media-server
Gnome Shell Extension Cast To Tv
Cast files to Chromecast, web browser or media player app over local network.
Stars: ✭ 200 (+1900%)
Mutual labels:  music, media-server
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (+5540%)
Mutual labels:  music, movies
Matchering
🎚️ Open Source Audio Matching and Mastering
Stars: ✭ 398 (+3880%)
Mutual labels:  music, docker-image
Warezz
It's illegal cuz they can't tax you!
Stars: ✭ 386 (+3760%)
Mutual labels:  music, movies
Go Plex Client
A Plex.tv and Plex Media Server Go client
Stars: ✭ 85 (+750%)
Mutual labels:  plex, media-server
Bobarr
🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
Stars: ✭ 697 (+6870%)
Mutual labels:  plex, movies
Ppp
Sync music playlists between your local music library and Plex!
Stars: ✭ 57 (+470%)
Mutual labels:  plex, media-server
Navidrome
🎧☁️ Modern Music Server and Streamer compatible with Subsonic/Airsonic
Stars: ✭ 932 (+9220%)
Mutual labels:  music, media-server
Magic Cards
🎩 Queue music, play movies, or trigger events with RFID cards.
Stars: ✭ 372 (+3620%)
Mutual labels:  music, movies
Janus Webrtc Gateway Docker
Perfect Docker Image for Media Streaming Expert User ( https://github.com/meetecho/janus-gateway )
Stars: ✭ 582 (+5720%)
Mutual labels:  media-server, docker-image
Flox
Self Hosted Movie, Series and Anime Watch List
Stars: ✭ 901 (+8910%)
Mutual labels:  plex, movies
Docker Images
Out-of-box Data Science / AI platform | AI/数据科学的瑞士军刀
Stars: ✭ 25 (+150%)
Mutual labels:  docker-image
Docker Oracle 12c R1
Oracle 12c Release 1 with web console and startup initdb
Stars: ✭ 8 (-20%)
Mutual labels:  docker-image
Randompicker
一个动态权重的随机算法
Stars: ✭ 24 (+140%)
Mutual labels:  music

Application

Plex

Description

The Plex Media Server enriches your life by organizing all your personal media, presenting it beautifully and streaming it to all of your devices. It's easy to use, it's awesome, and it's free![

Build notes

Latest stable Plex Media Server release from Arch Linux AUR.

Usage

docker run -d \
    --net="host" \
    --name=<container name> \
    -v <path for media files>:/media \
    -v <path for config files>:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=<umask for created files> \
    -e PUID=<uid for user> \
    -e PGID=<gid for user> \
    binhex/arch-plex

Please replace all user variables in the above command defined by <> with the correct values.

Access application

http://<host ip>:32400/web

Example

docker run -d \
    --net="host" \
    --name=plex \
    -v /media/movies:/media \
    -v /apps/docker/plex:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=000 \
    -e PUID=0 \
    -e PGID=0 \
    binhex/arch-plex

Notes

User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-

id <username>

You cannot specify the port the docker container uses, it requires full access to the hosts nic and thus the -p flag is not used.


If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Documentation | Support forum

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].