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"
|
- name: "cryptpad sandbox"
|
||||||
<<: *default-http
|
<<: *default-http
|
||||||
group: cloud
|
group: cloud
|
||||||
url: "https://pad.sandbox.neo.ixvd.net"
|
url: "https://sandbox.pad.ixvd.net"
|
||||||
ui:
|
ui:
|
||||||
hide-hostname: true
|
hide-hostname: true
|
||||||
|
|
||||||
|
@ -94,11 +94,6 @@ endpoints:
|
||||||
group: devops
|
group: devops
|
||||||
url: "https://ci.ixvd.net"
|
url: "https://ci.ixvd.net"
|
||||||
|
|
||||||
- name: grafana
|
|
||||||
<<: *default-http
|
|
||||||
group: devops
|
|
||||||
url: "https://grafana.neo.faulty.nl"
|
|
||||||
|
|
||||||
# UTILS #
|
# UTILS #
|
||||||
|
|
||||||
- name: shlink
|
- name: shlink
|
||||||
|
@ -110,18 +105,11 @@ endpoints:
|
||||||
<<: *default-http
|
<<: *default-http
|
||||||
group: utils
|
group: utils
|
||||||
url: "https://push.ixvd.net"
|
url: "https://push.ixvd.net"
|
||||||
|
|
||||||
- name: speedtest
|
- name: whoogle
|
||||||
<<: *default-http
|
<<: *default-http
|
||||||
group: utils
|
group: utils
|
||||||
url: "https://neo.ixvd.net"
|
url: "https://search.ixvd.net"
|
||||||
|
|
||||||
- name: searx
|
|
||||||
<<: *default-http
|
|
||||||
group: utils
|
|
||||||
url: "https://search.faulty.nl"
|
|
||||||
ui:
|
|
||||||
hide-hostname: true
|
|
||||||
|
|
||||||
- name: libretranslate
|
- name: libretranslate
|
||||||
<<: *default-http
|
<<: *default-http
|
||||||
|
@ -138,31 +126,17 @@ endpoints:
|
||||||
- name: matrix
|
- name: matrix
|
||||||
<<: *default-http
|
<<: *default-http
|
||||||
group: social
|
group: social
|
||||||
url: "https://matrix.neo.ixvd.net/_matrix/client/versions"
|
url: "https://matrix.ixvd.net/_matrix/client/versions"
|
||||||
|
|
||||||
- name: firefish
|
- name: firefish
|
||||||
<<: *default-http
|
<<: *default-http
|
||||||
group: social
|
group: social
|
||||||
url: "https://fedi.ixvd.net"
|
url: "https://fedi.ixvd.net"
|
||||||
|
|
||||||
- name: invidious
|
|
||||||
<<: *default-http
|
|
||||||
group: social
|
|
||||||
url: "https://yt.ixvd.net"
|
|
||||||
|
|
||||||
- name: cinny
|
- name: cinny
|
||||||
<<: *default-http
|
<<: *default-http
|
||||||
group: social
|
group: social
|
||||||
url: "https://cinny.neo.ixvd.net"
|
url: "https://cinny.ixvd.net"
|
||||||
|
|
||||||
# GAMES #
|
|
||||||
|
|
||||||
- name: velocity
|
|
||||||
<<: *default
|
|
||||||
group: games
|
|
||||||
url: "tcp://ixvd.net:25565"
|
|
||||||
ui:
|
|
||||||
hide-url: true
|
|
||||||
|
|
||||||
# AUTH #
|
# AUTH #
|
||||||
|
|
||||||
|
@ -186,28 +160,13 @@ endpoints:
|
||||||
<<: *default-http
|
<<: *default-http
|
||||||
group: mail
|
group: mail
|
||||||
url: "https://mail.ixvd.net"
|
url: "https://mail.ixvd.net"
|
||||||
ui:
|
|
||||||
hide-hostname: true
|
|
||||||
|
|
||||||
- name: imap
|
- name: imap
|
||||||
<<: *default
|
<<: *default
|
||||||
group: mail
|
group: mail
|
||||||
url: "tcp://mail.ixvd.net:993"
|
url: "tcp://mail.ixvd.net:993"
|
||||||
ui:
|
|
||||||
hide-url: true
|
|
||||||
|
|
||||||
- name: smtp
|
- name: smtp
|
||||||
<<: *default
|
<<: *default
|
||||||
group: mail
|
group: mail
|
||||||
url: "tcp://mail.ixvd.net:465"
|
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