Monitor your websites, showcase status including daily history, and get Slack/Telegram/Discord notification whenever your website status changes. Using Cloudflare Workers, CRON Triggers, and KV storage.
I created the ability to change if a watcher is linkable or not via linkable: false in config.yml that defaults to true so there are no breaking changes.
I created the ability to change if a watcher is linkable or not via
linkable: false
inconfig.yml
that defaults totrue
so there are no breaking changes.Resolved #54