pssc / ha-addon-lms

Logitech Media Server Addon for Home Assistant
GNU General Public License v3.0
56 stars 13 forks source link

Can't access settings page over vpn #19

Closed flossgeek closed 9 months ago

flossgeek commented 1 year ago

I'm trying to access the settings page of LMS on my tailscale IP, but I continuously get the error: 403 Forbidden: settings/index.html I suspect it has to do with some sort of blockage. Is it possible to disable this?

pssc commented 1 year ago

@flossgeek nothing intentional and maybe I need to understand why and where is generating the 403 error, is it lms or the nginx proxy for ingress...

Is the VPN integrated in HA? This is via ingress not an iframe? What skin are you using? This been tested without the VPN? Which settings page to be specific?

direct access to port 9000 should still work

flossgeek commented 1 year ago

@pssc I can access the settings page through the home assistant ingress. Only when I try to reach it through a separate webpage (on port 9000) the error occurs. So I suspect it is a limitation of LMS, not your addon. You can close this issue if you want.

pssc commented 1 year ago

@flossgeek just tried over my VPN here and I have no issues, have you got a plugin installed that might me affecting this

flossgeek commented 1 year ago

No, it didn't work without any add-ons either. Perhaps because of the http connection? But I can access the settings page through the embedded Homeassistant UI, so it isn't really a problem for me.