mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #895] Websocket with Caddy #639
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#639
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/895
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