v0.15.2
- Improve S.M.A.R.T. device detection logic (fix regression in 0.15.1) (#1345)
Full Changelog: v0.15.1...v0.15.2
Full Changelog: v0.15.1...v0.15.2
SMART_DEVICES environment variable to specify devices and types. (#373, #1335, docs)scsi, sntasmedia, and sntrealtek S.M.A.R.T. types. (#373, #1335)SHARE_ALL_SYSTEMS setting not working for containers. (#1334)Full Changelog: v0.15.0...v0.15.1
This release introduces initial support for S.M.A.R.T. disk health data. The documentation is a work in progress and may not cover all cases. Please report issues in #373.
Other changes:
henrygd/beszel-agent:alpine Docker image and include smartmontools in all non-base agent images.CONTAINER_DETAILS environment variable to control access to container logs and info. (#1305)Thanks to @geekifan for doing the initial work on the S.M.A.R.T. support!
Full Changelog: v0.14.1...v0.15.0
MFA_OTP env var to enable email-based one-time password for users and/or superusers.Full Changelog: v0.14.0...v0.14.1
/containers page for viewing current status of all running containers. (#928)Full Changelog: v0.13.2...v0.14.0
Full Changelog: v0.13.1...v0.13.2
VOLUME ["/beszel_data"] to preserve config across container recreations by @Marrrrrrrrry in #1235Full Changelog: v0.13.0...v0.13.1
SYSTEM_NAME environment variable to override system name on universal token registration. (#1184)noindex HTML meta tag. (#1218)Full Changelog: v0.12.12...v0.13.0
intel_gpu_top returns an error. (#1203)SKIP_GPU environment variable to skip GPU data collection. (#1203)Full Changelog: v0.12.11...v0.12.12
NICS env var. (#1190)-l) instead of JSON output (#1150)Full Changelog: v0.12.10...v0.12.11
First support for Intel GPUs and a change in default Linux memory calculation (see below).
henrygd/beszel-agent-intel image for Intel GPUs.The default calculation now uses MemAvailable and better aligns with top and free. This may cause an increase in usage and trigger alarms (sorry!). See shirou/gopsutil#1873 for more information.
Full Changelog: v0.12.9...v0.12.10
TRUSTED_AUTH_HEADER environment variable for authentication forwarding. (#399)AUTO_LOGIN environment variable for automatic login. (#399)Full Changelog: v0.12.7...v0.12.8
LHM=true environment variable. (#1130)USER_EMAIL and USER_PASSWORD environment variables to set the email and password of the initial user. (#1137)mips and mipsle architectures by @a-mnich in #1112Full Changelog: v0.12.6...v0.12.7
henrygd/beszel-agent-nvidia for increased compatibility by @Impact123 in #1103--china-mirrors flag. (#1035)Full Changelog: v0.12.5...v0.12.6
update commands. (#1035)/api/beszel/user-alerts endpoint. Remove use of batch API for alerts in hub.Full Changelog: v0.12.3...v0.12.4
Full Changelog: v0.12.2...v0.12.3
The agent must be run as administrator to access sensors through LibreHardwareMonitorLib, just as when running LibreHardwareMonitor directly. I'll update the docs this weekend with more details and instructions for configuring this with NSSM.
Full Changelog: v0.12.1...v0.12.2
Bug fixes, updated translations, and a few small improvements.
TOKEN_FILE environment variable (#984)WinGet users should refer to this guide if the upgrade doesn't work. It may take another day or two for me to sort it out.
Full Changelog: v0.12.0...v0.12.1
Version 0.12.0 adds the ability for agents to initiate an outgoing connection to the hub.
It also introduces universal tokens, which allow agents to self-register without prior configuration in the hub.
Other improvements include load average monitoring, unit display preferences, increased accuracy of network metrics, and an alert history table.
Thanks to everyone who contributed to this release!
WinGet users should refer to this guide if the upgrade doesn't work. It may take another day or two for me to sort it out.
Full Changelog: v0.11.1...v0.12.0
This is a beta release. Please make a hub backup before upgrading.
For more information about new features in 0.12.0, see the 0.12.0-beta1 release notes.
Please report issues or provide feedback in #951. Thanks!
:edge tag.For those running the Linux agent binary, the copy/paste install command in the hub should work if you add -v "0.12.0-beta2" to the script arguments.
Full Changelog: v0.12.0-beta1...v0.12.0-beta2
This is a beta release. Please make a hub backup before upgrading.
Version 0.12.0 adds the ability for agents to initiate an outgoing connection to the hub.
It also introduces universal tokens, which can be used to register systems without needing to add them manually in the hub. It also allows you to deploy multiple agents with the same configuration, which should make cluster deployments easier.
Please report issues or provide feedback in #951. Thanks!
:edge tag.The WebSocket connection works in tandem with the agent's existing SSH server. If the agent connects successfully via WebSocket it will stop the SSH server. Likewise, if the agent connects via SSH it will stop attempting to connect via WebSocket.
Note: Don't add the
HUB_URLenv var to an agent that connects to multiple hubs. This isn't supported yet with WebSocket. Otherwise everything should be fully backwards compatible.
The agent gets two new environment variables:
HUB_URL: The URL of the hub.TOKEN: The token associated with the system, provided in the hub.You can copy these values for existing systems in the hub at /settings/tokens.
We use a mutual authentication handshake that ensures both parties are trusted before any data is exchanged. Let me know if you have ideas for improvement.
Initial connection and token verification: The agent initiates a WebSocket connection to the hub. It includes a unique registration token as an HTTP header during the upgrade request. The hub verifies that the token is associated with an existing system before upgrading the connection.
Hub challenge: To prove its identity to the agent, the hub signs the token using its private key and sends the signature back to the agent. The agent verifies the signature using its public key.
Fingerprint authentication: After verifying the hub, the agent responds by sending its fingerprint. This fingerprint is a secure hash of unique identifiers, locking the agent's registration to the machine it's running on. The hub verifies the received fingerprint against the one stored for the system. If they match, the connection is authorized.
Full Changelog: v0.11.1...v0.12.0-beta1
Please make sure to use the DISABLE_PASSWORD_AUTH environment variable if you want to disable password authentication. Directly editing the PocketBase users collection does not persist this setting after restart.
DOCKER_HOST="" will skip attempting to connect to the Docker daemon.Full Changelog: v0.11.0...v0.11.1
SENSORS env var now supports wildcards and can be used as a blacklist (#650).EXTRA_FILESYSTEMS drive detection on Windows (#422)nvidia-smi dependency for Jetson devices (#286).--auto-update Option to Agent Installer Script by @daniel-hiller in #682Full Changelog: v0.10.2...v0.11.0
health commands for Docker healthchecks (instructions) (#324)PRIMARY_SENSOR (#663)Full Changelog: v0.10.1...v0.10.2
Quick patch release to fix #643 and a problem with starting the server on new installs.
See 0.10.0 release notes here: https://github.com/henrygd/beszel/releases/tag/v0.10.0
Full Changelog: v0.10.0...v0.10.1
The Windows agent is experimental and may get flagged by AV. I'll try to improve the setup process and sort out the major issues over the next handful of minor releases. See this article by Alex Kretzschmar for usage.
SHARE_ALL_SYSTEMS env var to share all systems with all users. (#585)PRIMARY_SENSOR env var to choose which sensor displays in the table.NETWORK env var to specify tcp, tcp4, tcp6, or unix.BESZEL_HUB_ and BESZEL_AGENT_ prefixes for all env vars.tegrastats. (#476, #286)KEY_FILE env var to supply keys to agent via file. (#411, #412)PORT env var with LISTEN. PORT will continue to be supported.I'll add more i18n contributions tomorrow. It's late here and I'm going to bed :)
Full Changelog: v0.9.1...v0.10.0
startSystemUpdateTicker using time.Tick by @chuangbo in #347warn by default for new installations.Full Changelog: v0.9.0...v0.9.1
This release includes breaking changes to the REST API. Most importantly, /api/admins/* has been replaced with the _superusers auth collection. For more information see "Web APIs changes" in the PocketBase 0.23.0 release notes.
/_/#/settings page.USER_CREATION environment variable to allow automatic creation of user accounts via OAuth. (#291)RestartSec directive to the service configuration for both agent and hub scripts by @Sped0n (#311)autoComplete="off" to the login honeypot field to (hopefully) prevent the browser from autofilling it in some instances. (#314)Please contribute translation improvements here: https://crowdin.com/project/beszel
Full Changelog: v0.8.0...v0.9.0