new service to gatus
All checks were successful
update neo with compose files / update (push) Successful in 6s
All checks were successful
update neo with compose files / update (push) Successful in 6s
This commit is contained in:
parent
667b70fb0f
commit
b19bf603ea
1 changed files with 7 additions and 0 deletions
|
@ -96,4 +96,11 @@ endpoints:
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 503" # as there is no service hosted @ "proxy"
|
- "[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
|
Reference in a new issue