DoesTheDogWatchPlex
DoesTheDogWatchPlex copied to clipboard
Docker support
Will this script work in a docker container? I need to run it on the same host as Plex, so I'd need to run it in the same container, correct?
Thanks.
This could actually run in it's own container, as it can defo run on another machine (I run it on a Raspberry Pi personally) - all you need to do is change url to "http://[yourserversurl]:32400" in config.py
Thank you, I'll see what I can do with that. I may try and run it on another machine in the meantime, while I figure out how to containerize it.