54 lines
845 B
Markdown
54 lines
845 B
Markdown
|
# Gatus
|
||
|
|
||
|
## Currently monitored services
|
||
|
|
||
|
- homepage
|
||
|
- forgejo
|
||
|
- stirling-pdf
|
||
|
- memos
|
||
|
- seafile
|
||
|
- archivebox
|
||
|
- hedgedoc
|
||
|
- it-tools
|
||
|
- ntfy
|
||
|
- vaultwarden
|
||
|
- minio
|
||
|
- mealie
|
||
|
- beszel
|
||
|
- dozzle
|
||
|
- actual-budget
|
||
|
- navidrome
|
||
|
- authelia
|
||
|
- nextcloud
|
||
|
- mailcow (several checks)
|
||
|
|
||
|
## Categories
|
||
|
|
||
|
old:
|
||
|
|
||
|
- core
|
||
|
- microservices
|
||
|
- mail
|
||
|
|
||
|
reworked:
|
||
|
|
||
|
- exposed (like what the user can access)
|
||
|
- internal (what the user can't _directly_ access or is meant for admins)
|
||
|
- external (what isn't hosted by me directly)
|
||
|
- mail-stack (an extra category for my mail stuff)
|
||
|
- media (services that are media-related and are only accessible by certain people → **not public**)
|
||
|
|
||
|
## Templates
|
||
|
|
||
|
website:
|
||
|
|
||
|
```yaml
|
||
|
endpoints:
|
||
|
- name: webui
|
||
|
group: mail
|
||
|
url: "https://mail.grobecker.me"
|
||
|
conditions:
|
||
|
- "[STATUS] == 200"
|
||
|
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||
|
```
|