mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
Websocket with Caddy #4276
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yodaphone on GitHub (Mar 5, 2020).
I have setup bitwarden with Caddy reverse proxy. I'm running it with port 8088 and with caddy it works great with ACME LE Certs.
All these are behind a pfsense firewall
I then enabled WEBSOCKETS & opened up the port in pfsense
this my Caddy v1 Caddyfile
Livesync doesnt work with this setup. any change i make in app is not synced unless i referesh the page in another session OR client
My docker compose is
this is what i see in the errors log on the caddy server
[ERROR 502 /notifications/hub] dial tcp 192.168.10.74:3012: connect: connection refused@yodaphone commented on GitHub (Mar 5, 2020):
it was a stupid mistake on my part.. forgot to open ports in my docker compose