Spice viewer with reverse proxy

If you’re still looking for a solution with Nginx Proxy Manager, here’s what worked for me:
  • Add a Stream with port 3128 set as both the Incoming Port and Forward Port.
  • Enable TCP Forwarding.
  • In your Docker configuration, make sure to map the port: 3128:3128.

I applied this setup, and it worked perfectly.