This would put the security of a Plex installation in the hands of the plugin devs.... Not something I would be very comfortable with.
Yeah, I know that I could just avoid plugins of this type but I doubt many users would be aware of the risk.
How is this any different than ordinary plug-in's?
All I want, is a better web-interface for the channels
How is this any different than ordinary plug-in's?
Ordinary plugins cannot be accessed from the outside. If you hook into the http server it would be directly exposed to the internet. At least if I have understood your request correctly :)
EDIT: Guess I was wrong. As your WebTools bundle shows outside access to plugins is possible in it's current form as well. Not that it makes it less disturbing ;)
Ordinary plugins cannot be accessed from the outside. If you hook into the http server it would be directly exposed to the internet. At least if I have understood your request correctly :)
EDIT: Guess I was wrong. As your WebTools bundle shows outside access to plugins is possible in it's current form as well. Not that it makes it less disturbing ;)
The Webtools bundle is exposed the same way as other bundles.....via port 32400
And access to is is controlled via the build in access control of PMS!
If you restrict access to PMS, then WebTools can't access anything.
Only difference between that and an ordinary bundle is the fact, that part of it live outside the channel container, but still within the webserver from Plex.
And as you can see, me and dagalufh already made it work, but is struggling with the http part on the windows platform, so looking for a work around for that.