the path on the array should be something like "/mnt/cache/cache_only/plexWatch/"
(this directory will contain the config.pl and config.php files you may need to edit)
the path on the array should be something like "/mnt/cache/appdata/Plex/Library/Application Support/Plex Media Server/Logs/"
(this directory should contain a file named "Plex Media Server.log")
the container needs read only access
example: "/mnt/cache/appdata/Plex/Library/Application Support/Plex Media Server/Logs/":"/logs":ro
From the unRAID docker manager, click on the status/log column
Or from a shell type "docker logs plexWatch"
Common errors:
If the log shows "Unable to locate the 'Plex Media Server.log' file":
Check your paths as described in the "New Installation Instructions" section. Capitalization matters.
If the log shows: "AH00558: apache2: Could not reliably determine the server's fully qualified domain name..."
It is safe to ignore this message
If plexWatchWeb loads, but gives a "Failed to access plexWatch database" error message:
Login to Plex and go to Settings -> Server -> Connect. Verify that the account you are signed in as has a Plex Pass.
Start watching a movie, wait a few minutes, then try accessing plexWatchWeb again.
If plexWatchWeb loads, but gives a "Failed to access Plex Media Server" error message:
Ensure the Plex docker is running(!) and is in host mode
Review the "Host mode vs Bridge mode" section. It is likely that the wrong server ip or wrong username/pasword is specified in the config files.
The same details need to be provided in both config.pl and config.php.
Still having problems?
Review the docker log as described above
Review the debug.log file located in your plexWatch directory
If you have edited config.pl or config.php, delete them and restart the docker to start fresh