I use Caddy Server as reverse proxy in my local network for avoid use specify ports in each of my applications. I have the solution working for all my network except for promox. When open the UI using https://proxmox.lan it shows me an error 502. Any idea? I have several other apps with the same setup and everything works well. It has to be something related to Proxmox...
Caddy config:
proxmox.lan:443 {
reverse_proxy {
to 192.168.1.200:8006
}
}
I'm also running both PVE and PBS behind PocketID, works fine-ish. Did you check the PocketID logs and see if there's any error in there?
The only issue with PVE and PBS behind an OpenID connect authentication is that there's still no way to give OIDC users root access so they can access the shell or update a machine.