diff --git a/beszel/0.10.2/data.yml b/beszel/0.10.2/data.yml new file mode 100644 index 000000000..07fd10317 --- /dev/null +++ b/beszel/0.10.2/data.yml @@ -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: 端口 diff --git a/beszel/0.10.2/docker-compose.yml b/beszel/0.10.2/docker-compose.yml new file mode 100644 index 000000000..1d5602c7b --- /dev/null +++ b/beszel/0.10.2/docker-compose.yml @@ -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 diff --git a/beszel/README.md b/beszel/README.md new file mode 100644 index 000000000..3f587856b --- /dev/null +++ b/beszel/README.md @@ -0,0 +1,16 @@ +# Beszel + +**Beszel** 是一个轻量级服务器监控平台,包含 Docker 统计、历史数据和警报功能。 + +它具有友好的 Web 界面、简单的配置,开箱即用。它支持自动备份、多用户、OAuth 身份验证和 API 访问。 + +## 主要功能: + +- **轻量级**:比领先的解决方案更小、资源密集程度更低。 +- **简单**:易于设置,无需公开互联网曝光。 +- **Docker 统计**:跟踪每个容器的 CPU、内存和网络使用历史记录。 +- **警报**:可配置 CPU、内存、磁盘、带宽、温度和状态的警报。 +- **多用户**:用户管理自己的系统。管理员可以跨用户共享系统。 +- **OAuth / OIDC**:支持众多 OAuth2 提供商。密码验证可禁用。 +- **自动备份**:从磁盘或 S3 兼容存储保存和恢复数据。 +- **REST API**:在您自己的脚本和应用程序中使用或更新您的数据。 diff --git a/beszel/README_en.md b/beszel/README_en.md new file mode 100644 index 000000000..e5a54a6f4 --- /dev/null +++ b/beszel/README_en.md @@ -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. diff --git a/beszel/data.yml b/beszel/data.yml new file mode 100644 index 000000000..ca314fd5b --- /dev/null +++ b/beszel/data.yml @@ -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 diff --git a/beszel/logo.png b/beszel/logo.png new file mode 100644 index 000000000..319e7ab37 Binary files /dev/null and b/beszel/logo.png differ