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, [](https://hub.docker.com/r/henrygd/beszel-agent) [](https://hub.docker.com/r/henrygd/beszel) + +  ## 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.