Skip to content

Slovenian translation #344

Answered by henrygd
thehijacker asked this question in Q&A
Dec 26, 2024 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

I just opened a PR for the icons.

Currently you can only display the container stats as shown in your screenshot, however you can use the filter field to highlight specific containers.

SMART is not supported yet but it's something I'd like to add in the future.

Are you using the binary? It could be an issue with configuration or the env values not being picked up.

If you're running the binary directly, try adding the env vars directly before the command:

KEY="..." EXTRA_FILESYSTEMS=sda1 ./beszel-agent

If you're running as a service, make sure to modify /etc/systemd/system/beszel-agent.service:

[Service]
Environment="EXTRA_FILESYSTEMS=sda1"
sudo systemctl daemon-reload
sudo systemctl enable

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@thehijacker
Comment options

@henrygd
Comment options

Answer selected by thehijacker
Comment options

You must be logged in to vote
1 reply
@henrygd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants