Hyperion NG Addon

Hey there,
Im struggling to add an iFrame Panel to my Sideboard in HA.
My goal is to be able to access an Addon called Hyperion NG directly.
The standard port of the addon are 8090 for http and 8092 for https respectively.

The documentation says “If you are accessing Home Assistant over HTTPS using SSL [which I do], you cannot access HTTP sites through an iframe panel.”

The problem now is that i cant access the addon via https. Typing in https://192.168.178.28:8092 doesnt work.

Does someone know what im missing here?

type or paste code here

You need to expose the port in the addon settings in addition to the hyperion settings. The addon/container by default does not expose ports.

Great thanks. That did the trick.
Yet unfortunately the iFrame still doesnt work.
I guess its because of the certificate.
Would you please be so kind and help me with this one?