Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lyc8503 committed Nov 8, 2023
1 parent db3425b commit c275813
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UptimeFlare
# 🕒UptimeFlare

Another **serverless (and free!)** uptime monitoring & status page on Cloudflare Workers with more advanced features and nice UI.

Expand All @@ -22,19 +22,19 @@ 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/

Some screenshots:

![Desktop, Light theme](docs/desktop.png)

## Quickstart
## Quickstart

Please refer to [Quickstart](https://github.com/lyc8503/UptimeFlare/wiki/Quickstart)

## Documentation
## 📄Documentation

## TODOs

Expand Down
4 changes: 0 additions & 4 deletions worker/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c275813

Please sign in to comment.