mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: Self-hosted healthchecks.io does not work with additional paths #397
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 @Laptop765 on GitHub (May 14, 2024).
TLDR: Describe your issue in a one liner here
Is this urgent: No
DNS provider(s) you use: N/A
Program version:
Running version latest built on 2024-05-06T11:16:06.246Z (commit 542e895)What are you using to run the container: docker-compose
Extra information (optional)
Self-hosted instances of healthchecks.io may have a ping url of the form
${BASE_URL}/ping/${UUID}which doesn't work with the implementation in937a249ffa. I'm working on a PR to add this functionality.