Comment on How to get a phone notification if my VPS goes offline?
stratself@lemdro.id 2 weeks ago
Ntfy can send/receive notifications to/from the phone. You can selfhost it or use a public instance. For the healthcheck app, consider Uptime Kuma as it has ntfy integration. But a simple cron script that monitors + cURLing ntfy when it fails could also be used.
Schlemmy@lemmy.ml 2 weeks ago
Ntfy is a good lightweight option indeed.