From 8a04a9bed6a5f4422f47b41388479fff8aee275c Mon Sep 17 00:00:00 2001 From: Henry Dollman Date: Wed, 7 Aug 2024 16:19:27 -0400 Subject: [PATCH] release 0.1.2 --- agent/main.go | 2 +- hub/main.go | 2 +- readme.md | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/agent/main.go b/agent/main.go index 5b1db19..9134dae 100644 --- a/agent/main.go +++ b/agent/main.go @@ -24,7 +24,7 @@ import ( psutilNet "github.com/shirou/gopsutil/v4/net" ) -var Version = "0.1.1" +var Version = "0.1.2" var containerStatsMap = make(map[string]*PrevContainerStats) var containerStatsMutex = &sync.Mutex{} diff --git a/hub/main.go b/hub/main.go index 9364bac..3751ec2 100644 --- a/hub/main.go +++ b/hub/main.go @@ -29,7 +29,7 @@ import ( "golang.org/x/crypto/ssh" ) -var Version = "0.1.1" +var Version = "0.1.2" var app *pocketbase.PocketBase var serverConnections = make(map[string]*Server) diff --git a/readme.md b/readme.md index 939c95b..f326c48 100644 --- a/readme.md +++ b/readme.md @@ -104,14 +104,14 @@ Use `./beszel update` and `./beszel-agent update` to update to the latest versio ### Agent -| Name | Default | Description | -| ------------ | ------- | ---------------------------------------------------------- | -| `FILESYSTEM` | unset | Filesystem / partition to use for disk I/O stats. | -| `KEY` | unset | Public SSH key to use for authentication. Provided in hub. | -| `PORT` | 45876 | Port or address:port to listen on. | +| Name | Default | Description | +| ------------- | ------- | ------------------------------------------------------------------ | +| `DOCKER_HOST` | unset | Overrides the docker host (docker.sock) if using a proxy.[^socket] | +| `FILESYSTEM` | unset | Filesystem / partition to use for disk I/O stats. | +| `KEY` | unset | Public SSH key to use for authentication. Provided in hub. | +| `PORT` | 45876 | Port or address:port to listen on. | - +[^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`. ## OAuth / OIDC setup