mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Healthchek failing if 'domain' is set in config.json #656
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).
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.