gatus: Include the whole domain in the endpoint name

This commit is contained in:
SebastianStork 2026-01-17 22:01:09 +01:00
parent 4a501653ce
commit 4ddc49c001
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 2 additions and 2 deletions

View file

@ -183,7 +183,7 @@ in
|> lib.filter (domain: domain != cfg.domain)
|> lib.map (
domain:
lib.nameValuePair (self.lib.subdomainOf domain) {
lib.nameValuePair domain {
inherit domain;
group = hostName;
}