fix: gatus config
This commit is contained in:
parent
a48c47fc7c
commit
f4680049b5
1 changed files with 7 additions and 48 deletions
|
@ -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
|
||||
|
@ -111,17 +106,10 @@ endpoints:
|
|||
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
|
Loading…
Reference in a new issue