From b19bf603ea4d7238ef37ac8981f1c86dd1cf0cb0 Mon Sep 17 00:00:00 2001 From: Didier Date: Sun, 30 Apr 2023 00:18:27 +0200 Subject: [PATCH] new service to gatus --- custom/gatus/config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom/gatus/config.yaml b/custom/gatus/config.yaml index 1dcae96..3481cda 100644 --- a/custom/gatus/config.yaml +++ b/custom/gatus/config.yaml @@ -96,4 +96,11 @@ endpoints: conditions: - "[STATUS] == 503" # as there is no service hosted @ "proxy" + # personal # + - name: home + <<: *default-http + group: personal + url: "https://home.famslof.nl" + ui: + hide-hostname: true \ No newline at end of file