feat(wests-scripts): provide the PLEX_SERVER_PATH environment variable value

This commit is contained in:
Viren070
2025-04-17 23:11:10 +01:00
parent f8e2f97d9f
commit 45cf76b562
+1 -2
View File
@@ -33,8 +33,7 @@ PLEX_SERVER_API_KEY=<plex_server_api_key>
PLEX_SERVER_MOVIE_LIBRARY_ID=<plex_server_movie_library_id>
PLEX_SERVER_TV_SHOW_LIBRARY_ID=<plex_server_tv_show_library_id>
# This would be the path to your plex server files.
# Which should be ${DOCKER_DATA_DIR/plex/config/Library/Application Support/Plex Media Server
PLEX_SERVER_PATH=<plex_server_path>
PLEX_SERVER_PATH=${DOCKER_DATA_DIR}/plex/config/Library/Application Support/Plex Media Server
#-------------------------------------------------------------------------#
# OVERSEERR - WATCHLIST, PLEX AUTHENTICATION, PLEX REQUEST, RECLAIM SPACE #