add update command

This commit is contained in:
Henry Dollman
2024-07-20 17:00:09 -04:00
parent b18433f428
commit 0d2765a903
5 changed files with 111 additions and 11 deletions

View File

@@ -1,25 +1,25 @@
# Beszel
A lightweight resource monitoring hub with historical data, docker stats, and alerts.
A lightweight server resource monitoring hub with historical data, docker stats, and alerts.
<table width="100%">
<!-- <table width="100%">
<tbody>
<tr>
<td width="50%"><img src="https://henrygd-assets.b-cdn.net/social-image-server/before-capture.png" alt="example of turso.tech/pricing link which is missing an og:image as of may 11 2024"/></td>
<td width="50%"><img src="https://henrygd-assets.b-cdn.net/social-image-server/after-capture.webp" alt="example of turso.tech/pricing link using an image generated by the server as it's og:image"/></td>
</tr>
</tbody>
</table>
</table> -->
## Features
- **Historical data**: Stats are available for up to 30 days.
- **Docker stats**: View CPU and memory usage for each container.
- **Alerts**: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- **Lightweight**: Much smaller and less demanding than leading solutions.
- **Secure**: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- **Simple setup**: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- **Historical data**: Stats are available for up to 30 days.
- **Docker stats**: CPU and memory usage history for each container.
- **Alerts**: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- **Simple**: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- **Multi-user**: Each user has their own systems. Admins can share systems across users.
- **Secure**: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- **Oauth / OIDC**: Supports many OAuth2 providers and password auth can be disabled.
- **Automated backups**: Automatically back up your data to S3-compatible storage.
- **Open source**: MIT license and no paywalled features.
@@ -28,7 +28,7 @@ A lightweight resource monitoring hub with historical data, docker stats, and al
Beszel has two components: the hub and the agent.
The hub is a web application built on top of [PocketBase](https://pocketbase.io/) that provides a dashboard to view and manage your connected systems.
The hub is a web application, built on top of [PocketBase](https://pocketbase.io/), that provides a dashboard to view and manage your connected systems.
The agent runs on each system you want to monitor. It provides a minimal SSH server through which it communicates system information to the hub.
@@ -93,7 +93,7 @@ Beszel supports OpenID Connect and many OAuth2 authentication providers (see lis
## REST API
Because Beszel is built on top of PocketBase, you can use the normal PocketBase API to read or update your data in your own applications.
Because Beszel is built on PocketBase, you can use the PocketBase [Web APIs](https://pocketbase.io/docs/api-records/) and [Client-side SDKs](https://pocketbase.io/docs/client-side-sdks/) to read or update data from outside Beszel itself.
## Security