A python based web application for monitoring, analytics and notifications for Plex Media Server.
4.9K
This image is derived from sgtsquiggs/alpine.
PlexPy - A Python based monitoring and tracking tool for Plex Media Server.
docker run \
--name=plexpy \
-v <path to data>:/config \
-e PGID=<gid> -e PUID=<uid> \
-p 8181:8181 \
sgtsquiggs/plexpy
-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)Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.
Content type
Image
Digest
Size
30.2 MB
Last updated
over 9 years ago
docker pull sgtsquiggs/plexpy