update README
parent
db3425b832
commit
c275813d97
|
|
@ -1,4 +1,4 @@
|
||||||
# UptimeFlare
|
# 🕒UptimeFlare
|
||||||
|
|
||||||
Another **serverless (and free!)** uptime monitoring & status page on Cloudflare Workers with more advanced features and nice UI.
|
Another **serverless (and free!)** uptime monitoring & status page on Cloudflare Workers with more advanced features and nice UI.
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ Another **serverless (and free!)** uptime monitoring & status page on Cloudflare
|
||||||
- Customizable status page
|
- Customizable status page
|
||||||
- Use your own domain with CNAME
|
- Use your own domain with CNAME
|
||||||
|
|
||||||
## Demo
|
## 🪧Demo
|
||||||
|
|
||||||
My status page (Online demo): https://uptimeflare.pages.dev/
|
My status page (Online demo): https://uptimeflare.pages.dev/
|
||||||
|
|
||||||
|
|
@ -30,11 +30,11 @@ Some screenshots:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Quickstart
|
## ⚡Quickstart
|
||||||
|
|
||||||
Please refer to [Quickstart](https://github.com/lyc8503/UptimeFlare/wiki/Quickstart)
|
Please refer to [Quickstart](https://github.com/lyc8503/UptimeFlare/wiki/Quickstart)
|
||||||
|
|
||||||
## Documentation
|
## 📄Documentation
|
||||||
|
|
||||||
## TODOs
|
## TODOs
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,5 @@ name = "uptimeflare-worker"
|
||||||
main = "src/index.ts"
|
main = "src/index.ts"
|
||||||
compatibility_date = "2023-05-15"
|
compatibility_date = "2023-05-15"
|
||||||
|
|
||||||
kv_namespaces = [
|
|
||||||
{ binding = "UPTIMEFLARE_STATE", id = "ff7ab44866d746aaa19f2225e464ad3e" }
|
|
||||||
]
|
|
||||||
|
|
||||||
[triggers]
|
[triggers]
|
||||||
crons = ["*/2 * * * *"] # run every 2 minutes
|
crons = ["*/2 * * * *"] # run every 2 minutes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue