mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +08:00
release 0.1.2
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
|||||||
psutilNet "github.com/shirou/gopsutil/v4/net"
|
psutilNet "github.com/shirou/gopsutil/v4/net"
|
||||||
)
|
)
|
||||||
|
|
||||||
var Version = "0.1.1"
|
var Version = "0.1.2"
|
||||||
|
|
||||||
var containerStatsMap = make(map[string]*PrevContainerStats)
|
var containerStatsMap = make(map[string]*PrevContainerStats)
|
||||||
var containerStatsMutex = &sync.Mutex{}
|
var containerStatsMutex = &sync.Mutex{}
|
||||||
|
@@ -29,7 +29,7 @@ import (
|
|||||||
"golang.org/x/crypto/ssh"
|
"golang.org/x/crypto/ssh"
|
||||||
)
|
)
|
||||||
|
|
||||||
var Version = "0.1.1"
|
var Version = "0.1.2"
|
||||||
|
|
||||||
var app *pocketbase.PocketBase
|
var app *pocketbase.PocketBase
|
||||||
var serverConnections = make(map[string]*Server)
|
var serverConnections = make(map[string]*Server)
|
||||||
|
14
readme.md
14
readme.md
@@ -104,14 +104,14 @@ Use `./beszel update` and `./beszel-agent update` to update to the latest versio
|
|||||||
|
|
||||||
### Agent
|
### Agent
|
||||||
|
|
||||||
| Name | Default | Description |
|
| Name | Default | Description |
|
||||||
| ------------ | ------- | ---------------------------------------------------------- |
|
| ------------- | ------- | ------------------------------------------------------------------ |
|
||||||
| `FILESYSTEM` | unset | Filesystem / partition to use for disk I/O stats. |
|
| `DOCKER_HOST` | unset | Overrides the docker host (docker.sock) if using a proxy.[^socket] |
|
||||||
| `KEY` | unset | Public SSH key to use for authentication. Provided in hub. |
|
| `FILESYSTEM` | unset | Filesystem / partition to use for disk I/O stats. |
|
||||||
| `PORT` | 45876 | Port or address:port to listen on. |
|
| `KEY` | unset | Public SSH key to use for authentication. Provided in hub. |
|
||||||
|
| `PORT` | 45876 | Port or address:port to listen on. |
|
||||||
|
|
||||||
<!-- | `DOCKER_HOST` | unset | Overrides the docker host (docker.sock) if using a proxy.[^socket] |
|
[^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`. -->
|
|
||||||
|
|
||||||
## OAuth / OIDC setup
|
## OAuth / OIDC setup
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user