Sign inSign up

sgtsquiggs/plexpy

By sgtsquiggs

Updated over 9 years ago

A python based web application for monitoring, analytics and notifications for Plex Media Server.

Image
1

4.9K

sgtsquiggs/plexpy repository overview

plexpy

This image is derived from sgtsquiggs/alpine.

PlexPy - A Python based monitoring and tracking tool for Plex Media Server.

Usage

docker run \
    --name=plexpy \
    -v <path to data>:/config \
    -e PGID=<gid> -e PUID=<uid> \
    -p 8181:8181 \
    sgtsquiggs/plexpy

Parameters

  • -p 8181:8181 external port 8181 mapping to internal port 8181
  • -v <path>:/config where configuation files are stored.
  • -e PGID=<gid> for Group ID (see below)
  • -e PUID=<uid> for User ID (see below)

User and Group ID

Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.

Acknowledgements

Tag summary

Content type

Image

Digest

Size

30.2 MB

Last updated

over 9 years ago

docker pull sgtsquiggs/plexpy