Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 无服务器探针
- Host: GitHub
- URL: https://github.com/asukaminato0721/cf-worker-probe
- Owner: asukaminato0721
- Created: 2024-12-05T14:48:21.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-05T14:48:24.000Z (about 1 month ago)
- Last Synced: 2024-12-12T17:14:31.446Z (28 days ago)
- Topics: cloudflare-pages, cloudflare-workers, monitoring-tool, system
- Language: HTML
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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
![screen shot](image.png)