mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 09:03:15 -05:00
[GH-ISSUE #925] Healthchek failing if 'domain' is set in config.json #9468
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 @andpp on GitHub (Mar 24, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/925
Subject of the issue
healthcheck.sh script does not aware of 'domain' setting and HEALTHCHECK will fail if subfolder is used.
Your environment
Proposed Fix
Temporary I use this healthcheck.sh. It works for my setting but I as I am not familiar with the server internals, am not sure it will work for all possible variants for defining domain.
My domain definition from config.json. I do not use DOMAIN variable
"domain" : "https://my.server/bw_subfolder/",
@jjlin commented on GitHub (Mar 24, 2020):
Sorry, overlooked this aspect when implementing the subpath stuff. I'll work on a fix later today.