mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-16 20:01:22 -05:00
Help needed: HAProxy-Config for bitwardenrs dockerimage on Synology DSM #4112
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 @abysso2 on GitHub (Nov 3, 2019).
Hi there,
i am running several http services behind a haproxy on my openwrt-router. I also try to reach an on premise installation of the bitwarden docker image on my synology nas.
I tried the following config of haproxy:
Issue
I reach the login page, but after i fill in my credentials and try to login, i get a error message after “An unexpected error occurred” after aprox. 10 seconds.
I can not find any relevant information within the router and haproxy logs or within the docker image.
If i access the docker image via http://192.168.0.13:8080, everything works like a charm, so it seems to be a haproxy issue.
Any helping hands here?
Regards,
A.
@pboesch commented on GitHub (Nov 5, 2019):
Hi,
My haproxy configuration for bitwarden:
@abysso2 commented on GitHub (Nov 6, 2019):
Thanks a lot but i still get the same error ... i have to dig deeper :-)
@pboesch commented on GitHub (Nov 7, 2019):
You could try to comment these lines:
@dani-garcia commented on GitHub (May 13, 2020):
Closed due to inactivity.