CI Report:
https://ci-tests.linuxserver.io/linuxserver/healthchecks/v3.9-ls270/index.html
LinuxServer Changes:
Rebase to Alpine 3.21.
Remote Changes:
This release changes the default value of the ALLOWED_HOSTS
setting. Before, it was *
(meaning, any host matches, host validation is disabled). Starting from v3.9, Healthchecks populates this setting automatically with the domain part of the SITE_ROOT
setting. You do not need to set it unless you serve Healthchecks on more than one domain.
If you do serve the same Healthchecks instance on more than one domain, specify them all in ALLOWED_HOSTS
, separated by commas:
ALLOWED_HOSTS=first.example.org,second.example.org
Improvements
- Change the default value of ALLOWED_HOSTS from "*" to the domain part of SITE_ROOT
Bug Fixes
- Fix fetchstatus.py (again) to handle SITE_ROOT with a path (#1108)