mirror of
https://github.com/fankes/beszel.git
synced 2025-10-18 17:29:28 +08:00
update readme / weblate links
This commit is contained in:
@@ -46,7 +46,12 @@ export default function SettingsProfilePage({ userSettings }: { userSettings: Us
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground leading-relaxed">
|
||||
{t("settings.general.language.subtitle_1")}{" "}
|
||||
<a href="https://hosted.weblate.org/projects/beszel" className="link" target="_blank">
|
||||
<a
|
||||
href="https://hosted.weblate.org/engage/beszel/"
|
||||
className="link"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Weblate
|
||||
</a>{" "}
|
||||
{t("settings.general.language.subtitle_2")}
|
||||
|
16
readme.md
16
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)
|
||||
|
||||
<!-- <a href="https://hosted.weblate.org/engage/beszel/">
|
||||
<img src="https://hosted.weblate.org/widget/beszel/svg-badge.svg" alt="Translation status" />
|
||||
</a> -->
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
Reference in New Issue
Block a user