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: 2 months ago
JSON representation
serverless vps probe for your server 无服务器探针
- Host: GitHub
- URL: https://github.com/asukaminato0721/cf-worker-probe
- Owner: asukaminato0721
- Created: 2024-12-05T14:48:21.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-01-22T04:57:59.000Z (4 months ago)
- Last Synced: 2025-04-02T12:53:29.681Z (2 months ago)
- Topics: cloudflare-pages, cloudflare-workers, monitoring-tool, system
- Language: HTML
- Homepage:
- Size: 158 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
