Revers proxy on proxmox server?

Nov 13, 2022
2
0
1
Hallo, I want to install an nginx reverse Proxy for my proxmox server an some vm‘s on it, what would be the best way, on the proxmox it self, in an linux vm, in a docker container on the proxmox server


Greeds
 
I would always try to install stuff in a VM/LXC first before installing it on your PVE. Makes it more secure and easier to manage (backup, migrate, replace, ...).
If you want a webUI for it you might want to have a look at a Linux VM running docker running Nginx Proxy Manager: https://nginxproxymanager.com/
 
If you want to run this proxied server as a single ingress for everything, you need also to create to iptables rules on your single PVE host to forward the ports to the guest. This is often the case for hosted PVE with only one public IP.