This guide creates a reverse SSH tunnel to route all Plex server traffic through it.
Step 2 is done on the tunnel, all other steps are done on the plex server.
On plex server:
| // INSTRUCTIONS | |
| // 1. Go to https://script.google.com/ and make a new project | |
| // (optional: rename it too, so you remember what it is later...) | |
| // 2. Paste in this script and add your email and playlist IDs below (see note [1]) | |
| // 3. Save the script and do a test run to set up the permissions | |
| // 4. Set up a trigger to run the check_playlists_youtube function every day | |
| function check_playlists_youtube() { | |
| // OPTIONS: specify playlists to check and email to notify | |
| const PLAYLISTS = { |
This guide creates a reverse SSH tunnel to route all Plex server traffic through it.
Step 2 is done on the tunnel, all other steps are done on the plex server.
On plex server: