Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

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

About

No description or website provided.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.