diff --git a/servers/link/docker-compose.d/custom/gatus/config.yaml b/servers/link/docker-compose.d/custom/gatus/config.yaml index c6ce879..ba68dde 100644 --- a/servers/link/docker-compose.d/custom/gatus/config.yaml +++ b/servers/link/docker-compose.d/custom/gatus/config.yaml @@ -73,7 +73,7 @@ endpoints: - name: "cryptpad sandbox" <<: *default-http group: cloud - url: "https://pad.sandbox.neo.ixvd.net" + url: "https://sandbox.pad.ixvd.net" ui: hide-hostname: true @@ -94,11 +94,6 @@ endpoints: group: devops url: "https://ci.ixvd.net" - - name: grafana - <<: *default-http - group: devops - url: "https://grafana.neo.faulty.nl" - # UTILS # - name: shlink @@ -110,18 +105,11 @@ endpoints: <<: *default-http group: utils url: "https://push.ixvd.net" - - - name: speedtest + + - name: whoogle <<: *default-http group: utils - url: "https://neo.ixvd.net" - - - name: searx - <<: *default-http - group: utils - url: "https://search.faulty.nl" - ui: - hide-hostname: true + url: "https://search.ixvd.net" - name: libretranslate <<: *default-http @@ -138,31 +126,17 @@ endpoints: - name: matrix <<: *default-http group: social - url: "https://matrix.neo.ixvd.net/_matrix/client/versions" + url: "https://matrix.ixvd.net/_matrix/client/versions" - name: firefish <<: *default-http group: social url: "https://fedi.ixvd.net" - - name: invidious - <<: *default-http - group: social - url: "https://yt.ixvd.net" - - name: cinny <<: *default-http group: social - url: "https://cinny.neo.ixvd.net" - - # GAMES # - - - name: velocity - <<: *default - group: games - url: "tcp://ixvd.net:25565" - ui: - hide-url: true + url: "https://cinny.ixvd.net" # AUTH # @@ -186,28 +160,13 @@ endpoints: <<: *default-http group: mail url: "https://mail.ixvd.net" - ui: - hide-hostname: true - name: imap <<: *default group: mail url: "tcp://mail.ixvd.net:993" - ui: - hide-url: true - name: smtp <<: *default group: mail - url: "tcp://mail.ixvd.net:465" - ui: - hide-url: true - - # personal # - - - name: home - <<: *default-http - group: personal - url: "https://home.famslof.nl" - ui: - hide-hostname: true \ No newline at end of file + url: "tcp://mail.ixvd.net:465" \ No newline at end of file