From b5ba5054a59bdc9006816c1972ad0ef49c2edabb Mon Sep 17 00:00:00 2001 From: Henry Dollman Date: Wed, 30 Oct 2024 19:57:02 -0400 Subject: [PATCH] update readme / weblate links --- .../src/components/routes/settings/general.tsx | 7 ++++++- readme.md | 16 +++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/beszel/site/src/components/routes/settings/general.tsx b/beszel/site/src/components/routes/settings/general.tsx index 3aa1971..0424e52 100644 --- a/beszel/site/src/components/routes/settings/general.tsx +++ b/beszel/site/src/components/routes/settings/general.tsx @@ -46,7 +46,12 @@ export default function SettingsProfilePage({ userSettings }: { userSettings: Us

{t("settings.general.language.subtitle_1")}{" "} - + Weblate {" "} {t("settings.general.language.subtitle_2")} diff --git a/readme.md b/readme.md index 63d1def..1600aff 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,10 @@ A lightweight server resource monitoring hub with historical data, docker stats, [![Docker Image Size (tag)](https://img.shields.io/docker/image-size/henrygd/beszel-agent/0.1.0?logo=docker&label=agent%20image%20size)](https://hub.docker.com/r/henrygd/beszel-agent) [![Docker Image Size (tag)](https://img.shields.io/docker/image-size/henrygd/beszel/0.1.0?logo=docker&label=hub%20image%20size)](https://hub.docker.com/r/henrygd/beszel) + + ![Screenshot of the hub](https://henrygd-assets.b-cdn.net/beszel/screenshot.png) ## Features @@ -55,9 +59,7 @@ You can install the hub and agent as single binaries or using Docker. The agent uses host network mode to access network interface stats, which automatically exposes the port. Change the port using an environment variable if needed. -If you don't require network stats, remove that line from the compose file and map the port manually. - -> **Note**: If disk I/O stats are missing or incorrect, try using the `FILESYSTEM` environment variable ([instructions here](#finding-the-correct-filesystem)). Check agent logs to see the current device being used. +If you don't need network stats, remove that line from the compose file and map the port manually. ### Binary @@ -318,6 +320,14 @@ GOOS=freebsd GOARCH=arm64 CGO_ENABLED=0 go build -ldflags "-w -s" . See a list of valid options by running `go tool dist list`. +## Contributing + +Contributions are welcome, but it's a good idea to check with us first in a discussion / issue if you plan on doing anything significant. + +We use [Weblate](https://hosted.weblate.org/engage/beszel/) to manage translations. New languages or improvements to existing translations are appreciated! + +We'll have more helpful information about contributing to Beszel in the near future. + ## License Beszel is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.