1
0
Fork 0

feat: Add Beszel

This commit is contained in:
wanghe-fit2cloud 2025-04-17 18:05:19 +08:00
parent cac08d2d2a
commit 5001f759b5
6 changed files with 96 additions and 0 deletions

19
beszel/0.10.2/data.yml Normal file
View File

@ -0,0 +1,19 @@
additionalProperties:
formFields:
- default: 8090
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
label:
en: Port
ja: ポート
ms: Port
pt-br: Porta
ru: Порт
ko: 포트
zh-Hant:
zh: 端口

View File

@ -0,0 +1,17 @@
services:
beszel:
image: henrygd/beszel:0.10.2
container_name: ${CONTAINER_NAME}
restart: unless-stopped
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8090
volumes:
- ./data/data:/beszel_data
- ./data/socket:/beszel_socket
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

16
beszel/README.md Normal file
View File

@ -0,0 +1,16 @@
# Beszel
**Beszel** 是一个轻量级服务器监控平台,包含 Docker 统计、历史数据和警报功能。
它具有友好的 Web 界面、简单的配置开箱即用。它支持自动备份、多用户、OAuth 身份验证和 API 访问。
## 主要功能:
- **轻量级**:比领先的解决方案更小、资源密集程度更低。
- **简单**:易于设置,无需公开互联网曝光。
- **Docker 统计**:跟踪每个容器的 CPU、内存和网络使用历史记录。
- **警报**:可配置 CPU、内存、磁盘、带宽、温度和状态的警报。
- **多用户**:用户管理自己的系统。管理员可以跨用户共享系统。
- **OAuth / OIDC**:支持众多 OAuth2 提供商。密码验证可禁用。
- **自动备份**:从磁盘或 S3 兼容存储保存和恢复数据。
- **REST API**:在您自己的脚本和应用程序中使用或更新您的数据。

16
beszel/README_en.md Normal file
View File

@ -0,0 +1,16 @@
# Beszel
**Beszel** is a lightweight server monitoring platform that includes Docker statistics, historical data, and alert functions.
It has a friendly web interface, simple configuration, and is ready to use out of the box. It supports automatic backup, multi-user, OAuth authentication, and API access.
## Features
- **Lightweight**: Smaller and less resource-intensive than leading solutions.
- **Simple**: Easy setup, no need for public internet exposure.
- **Docker stats**: Tracks CPU, memory, and network usage history for each container.
- **Alerts**: Configurable alerts for CPU, memory, disk, bandwidth, temperature, and status.
- **Multi-user**: Users manage their own systems. Admins can share systems across users.
- **OAuth / OIDC**: Supports many OAuth2 providers. Password auth can be disabled.
- **Automatic backups**: Save and restore data from disk or S3-compatible storage.
- **REST API**: Use or update your data in your own scripts and applications.

28
beszel/data.yml Normal file
View File

@ -0,0 +1,28 @@
name: Beszel
tags:
- 实用工具
title: 轻量易用的服务器监控
description: 轻量易用的服务器监控
additionalProperties:
key: beszel
name: Beszel
tags:
- Tool
shortDescZh: 轻量易用的服务器监控
shortDescEn: Simple, lightweight server monitoring
description:
en: Simple, lightweight server monitoring
ja: シンプルで軽量なサーバー監視
ms: Pemantauan pelayan yang ringkas dan ringan
pt-br: Monitoramento de servidor simples e leve
ru: Простое и легкое мониторинг сервера
ko: 간단하고 가벼운 서버 모니터링
zh-Hant: 簡單輕量的伺服器監控
zh: 轻量易用的服务器监控
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://beszel.dev/
github: https://github.com/henrygd/beszel
document: https://beszel.dev/guide/what-is-beszel

BIN
beszel/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB