-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plex sponsor for a friends sensor #16
Comments
It is technically possible, but might be hard to configure in a way that was secure (assuming your friend's server is on a different local network and you're accessing it over the internet anyway). This plugin uses Plex's webhooks, which work by the server calling a specific URL to tell it about playbacks etc. Webhooks are configured on your user account so will apply to your playbacks from your friend's server, but the webhook URL has to be accessible to the server that is starting the playback. So that means if you expose the endpoint provided by this plugin to the internet, it could be called by a remote server successfully. However I probably wouldn't recommend that, as anyone could call that endpoint with fake data and possibly trigger things in your Home, which would obviously be undesirable. There are ways you could make that more secure by configuring a remote proxy to add SSL encryption etc, but I probably wouldn't recommend it unless you're very careful / understand the risks. (EDIT: All of the above applies equally to any server not on the same local network as your homebridge install, regardless of whether you own the server or not) |
Okay I won't do it then... |
Just quick a bit different question now with the integration of TV's in iOS 12 like the harmony and TV plugins here. (Example: https://github.com/merdok/homebridge-webos-tv) |
I have my Plex server based in Luxembourg and I live in Germany. For Homebridge I have my domain on my local network in Germany as following homebridge.mydomain.com |
I actually mostly use a friends server and wanted to ask if its possible to use those sensors without installing something on his Server?
The text was updated successfully, but these errors were encountered: