Hi everyone,
I am trying to access my zigbee2mqtt frontend from outside of my local home.
My setup is like this: I have a vserver that has a reverse proxy (nginx) and wireguard on it. My wireguard tunnel is connected to my local raspberry pi. I can access my home assistant (I am using the docker setup, so no add-ons) and everything is working fine.
I can also access the zigbee2mqtt frontend locally. But integrating the zigbee2mqtt frontend into HA requires iframes and since my homeassistant is accessible via ssl, the local zigbee2mqtt frontend needs to have https as well.
My question is now: How can I achieve this? I don’t really want an extra authentication to access the z2m frontend rather only have it available through the HA instance. Does anyone of you know another possibility to integrate the frontend into HA without iframes in the configuration.yaml? And does anyone have a setup like mine or a similar one, that has the z2m frontend worldwide accessible?
I would appreciate any help, I am stuck for days now with this topic since I can’t find any similar problem.
Thanks in advance guys!