jacobwgillespie / plex-sync

:clapper: Command line utility for synchronizing Plex Media Server watched / seen status between multiple servers
https://www.npmjs.com/package/plex-sync
Other
305 stars 37 forks source link

Support Dynamic DNS like in Docker Package #65

Open Fmstrat opened 6 years ago

Fmstrat commented 6 years ago

Hi,

I recently built a docker package that uses a config file with dynamic DNS hosts for synchronization:

HUB: https://hub.docker.com/r/nowsci/plex-sync/ SRC: https://github.com/Fmstrat/plex-sync

Could the dynamic host work be implemented directly? Basically I just grab the cert information to pull the CN that should be used for the connection (with curl) and then use that.

I also plan on adding log parsing for tokens in the docker container if you're not planning on doing that.