initial commit: Plex Age Limit Setter
FastAPI service that syncs content ratings on Plex libraries, with MCP tool server, scheduled sync, and Podman Quadlet deployment.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
PLEX_BASEURL=http://host.containers.internal:32400
|
||||
PLEX_TOKEN=your_plex_token_here
|
||||
# Alternative to token - use username/password:
|
||||
# PLEX_USERNAME=ole@example.com
|
||||
# PLEX_PASSWORD=your_password
|
||||
LOG_LEVEL=INFO
|
||||
TRIGGER_RATE_LIMIT=60
|
||||
SCHEDULE_INTERVAL_MINUTES=5
|
||||
TARGET_CONTENT_RATING=2
|
||||
TARGET_LIBRARY=BorneVideo
|
||||
Reference in New Issue
Block a user