mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08:00
release 0.5.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
package beszel
|
package beszel
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Version = "0.5.1"
|
Version = "0.5.2"
|
||||||
AppName = "beszel"
|
AppName = "beszel"
|
||||||
)
|
)
|
||||||
|
@@ -106,19 +106,20 @@ Use `./beszel update` and `./beszel-agent update` to update to the latest versio
|
|||||||
### Agent
|
### Agent
|
||||||
|
|
||||||
| Name | Default | Description |
|
| Name | Default | Description |
|
||||||
| ------------------- | ------- | ---------------------------------------------------------------------------------------- |
|
| ------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `DOCKER_HOST` | unset | Overrides the docker host (docker.sock) if using a proxy.[^socket] |
|
| `DOCKER_HOST` | unset | Overrides the docker host (docker.sock) if using a proxy.[^socket] |
|
||||||
| `EXTRA_FILESYSTEMS` | unset | See [Monitoring additional disks, partitions, or remote mounts](#monitoring-additional-disks-partitions-or-remote-mounts) |
|
| `EXTRA_FILESYSTEMS` | unset | See [Monitoring additional disks, partitions, or remote mounts](#monitoring-additional-disks-partitions-or-remote-mounts) |
|
||||||
| `FILESYSTEM` | unset | Device, partition, or mount point to use for root disk stats. |
|
| `FILESYSTEM` | unset | Device, partition, or mount point to use for root disk stats. |
|
||||||
| `KEY` | unset | Public SSH key to use for authentication. Provided in hub. |
|
| `KEY` | unset | Public SSH key to use for authentication. Provided in hub. |
|
||||||
| `LOG_LEVEL` | info | Logging level. Valid values: "debug", "info", "warn", "error". |
|
| `LOG_LEVEL` | info | Logging level. Valid values: "debug", "info", "warn", "error". |
|
||||||
|
| `MEM_CALC` | unset | Overrides the default memory calculation.[^memcalc] |
|
||||||
| `NICS` | unset | Whitelist of network interfaces to monitor for bandwidth chart. |
|
| `NICS` | unset | Whitelist of network interfaces to monitor for bandwidth chart. |
|
||||||
| `PORT` | 45876 | Port or address:port to listen on. |
|
| `PORT` | 45876 | Port or address:port to listen on. |
|
||||||
| `SENSORS` | unset | Whitelist of temperature sensors to monitor. |
|
| `SENSORS` | unset | Whitelist of temperature sensors to monitor. |
|
||||||
|
| `SYS_SENSORS` | unset | Overrides sys path for sensors. See [#160](https://github.com/henrygd/beszel/discussions/160). |
|
||||||
<!-- | `SYS_SENSORS` | unset | Overrides the sys location for sensors. | -->
|
|
||||||
|
|
||||||
[^socket]: Beszel only needs access to read container information. For [linuxserver/docker-socket-proxy](https://github.com/linuxserver/docker-socket-proxy) you would set `CONTAINERS=1`.
|
[^socket]: Beszel only needs access to read container information. For [linuxserver/docker-socket-proxy](https://github.com/linuxserver/docker-socket-proxy) you would set `CONTAINERS=1`.
|
||||||
|
[^memcalc]: The default value for used memory is based on gopsutil's [Used](https://pkg.go.dev/github.com/shirou/gopsutil/v4@v4.24.6/mem#VirtualMemoryStat) calculation, which should align fairly closely with `free`. Set `MEM_CALC` to `htop` to align with htop's calculation.
|
||||||
|
|
||||||
## OAuth / OIDC Setup
|
## OAuth / OIDC Setup
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user