Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asukaminato0721/cf-worker-probe

serverless vps probe for your server 无服务器探针
https://github.com/asukaminato0721/cf-worker-probe

cloudflare-pages cloudflare-workers monitoring-tool system

Last synced: 25 days ago
JSON representation

serverless vps probe for your server 无服务器探针

Awesome Lists containing this project

README

        

# cf-worker-probe

Serverless vps probe for your server. Based on cloudflare worker && d1 && page, no-deps. Easy to deploy.

## Usage

first deploy the worker && set the db.

### dashboard/index.html

```js
const WORKER_URL = 'YOUR_WORKER_URL';
```

deploy the dashboard to cloudflare page(just drag and drop)

### client.sh

```sh
WORKER_URL="HERE_YOUR_WORKER_URL"
```

run client.sh on your vps, you can make a systemd service if you want.

that's all

---

install inetutils if missing hostname command.

## Screen shot

![screen shot](image.png)