lovelylain / hass_ingress

Home Assistant ingress feature, add additional ingress panels to your Home Assistant frontend.
Apache License 2.0
31 stars 6 forks source link

How to add pve to panel #8

Closed Antecer closed 1 month ago

Antecer commented 1 month ago

here is my configs:

ingress:
  pve:
    work_mode: iframe
    ui_mode: toolbar
    title: PVE
    icon: mdi:server-network
    url: "https://pve.local/"

the panel show like this:
image

But the language can not change, it will refesh to default. And when i login it, here do not show any kvm.

Antecer commented 1 month ago

Already realized

lovelylain commented 1 month ago

@Antecer how you solved it?

Antecer commented 1 month ago

@Antecer how you solved it?

I use soft routing to reverse proxy the PVE address to my public domain name, and then fill in the domain name into the url, and that's it. image

image

Now, it work normal.