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.
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ Another **serverless (and free!)** uptime monitoring & status page on Cloudflare
|
|||
- Customizable status page
|
||||
- Use your own domain with CNAME
|
||||
|
||||
## Demo
|
||||
## 🪧Demo
|
||||
|
||||
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)
|
||||
|
||||
## Documentation
|
||||
## 📄Documentation
|
||||
|
||||
## TODOs
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,5 @@ name = "uptimeflare-worker"
|
|||
main = "src/index.ts"
|
||||
compatibility_date = "2023-05-15"
|
||||
|
||||
kv_namespaces = [
|
||||
{ binding = "UPTIMEFLARE_STATE", id = "ff7ab44866d746aaa19f2225e464ad3e" }
|
||||
]
|
||||
|
||||
[triggers]
|
||||
crons = ["*/2 * * * *"] # run every 2 minutes
|
||||
|
|
|
|||
Loading…
Reference in New Issue