Hi!
I set up the Nginx Proxy Manager with Docker and use it as reverse proxy. It already works with other docker images (i.e. Firefly III docker image).
Now I try to get Vaultwarden to work with the Nginx Proxy Manager.
I also set up a Letsencrypt certificate for vaultwarden.mywebsite.com. However as soon as I try to access Vaultwarden with https://vaultwarden.mywebsite.com I get a 504 error (504 Gateway Timeout: remote server did not respond to the proxy).
The port 8060 is mapped to 80 and the port 3012 to 3012. I can access both ports with SERVER_IP:8060 or SERVER_IP:3012. The server ip is 192.168.178.75 (thus http://192.168.178.75:8060 and http://192.168.178.75:3012).
I have the same configuration, I just start the vaultwarden docker, my ports are 8888:80 and 3012:3012.
No I am trying to do the configuration that you just posted but it didn’t work for me. (I’m kinda of sure I just did it wrong but still)
Ok, lol I have it, I was following the tutorial on pimylifeup.com and when they publish port, they put 127.0.0.1:8888:80 and 127.0.0.1:3012 so I just had to remove the IP address and now it is working.
Just a question now, I can access my bitwarden anywhere, I have my own domain name that is proxied by cloudflare, do I have any extra steps that I need to do to improve security ?