Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plex related #5

Open
daviddwlee84 opened this issue May 11, 2021 · 3 comments
Open

Plex related #5

daviddwlee84 opened this issue May 11, 2021 · 3 comments

Comments

@daviddwlee84
Copy link
Owner

daviddwlee84 commented May 11, 2021

Transcode

@daviddwlee84
Copy link
Owner Author

HDHomeRun & Plex DVR

@daviddwlee84
Copy link
Owner Author

daviddwlee84 commented Apr 6, 2022

Docker

How to install Plex Media Server on OpenMediaVault 5 using Docker with Portainer on Raspberry Pi 4 - YouTube

docker run -d \
  --name=plex2 \
  --net=host \
  -e PUID=1000 \
  -e PGID=1000 \
  -e VERSION=docker \
  -e PLEX_CLAIM= `#optional` \
  -v /home/pi/Plex:/config \
  -v /home/pi/Videos:/data \
  --restart unless-stopped \
  lscr.io/linuxserver/plex
docker run \
-d \
--name plex \
--network=host \
-e PLEX_CLAIM="<claimToken>" \
-v /home/pi/Plex:/config \
-v /home/pi/Videos:/data \
plexinc/pms-docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant