eidam / cf-workers-status-page

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.
https://status-page.eidam.dev
MIT License
2.27k stars 1.38k forks source link

is there still a way to deploy this project on cloudflare? #132

Open jgroc-de opened 1 year ago

jgroc-de commented 1 year ago

As said by last issues, this project can not be deployed because of deprectaion (node and wrangler V1). Is the a way to deploy this project anyway?

by the way, thx for your work.

chippyhawk commented 1 year ago

im getting this too

kxxoling commented 1 year ago

Today I'm stucked with the deployment of this project all day, there were too many compatibility issues, perhaps it would be faster to rewrite it with new technology.

kxxoling commented 1 year ago

I appreciate your work and just made a clone of this project with SvelteKit and TypeScript: https://github.com/kxxoling/cf-status-page 😘

eidam commented 1 year ago

Thank you @kxxoling, while I still plan to rewrite this repo as well, I can’t promise anything, so I will at least link yours till then.

yunsii commented 5 months ago

Okey, I have almost complete rewrite a new status page with Vike + React + TypeScript + wrangler@latest + Better DX/UX I need: https://github.com/yunsii/cf-worker-status-page-pro

And I will migrate it to Next.js with Cloudflare Pages laterly.