henrygd
ffb3ec0477
Fix broken link to notifications when using base path
2025-05-02 20:02:23 -04:00
henrygd
3a97edd0d5
add winget support to windows install script
2025-05-01 17:40:20 -04:00
henrygd
ab1d1c1273
Remove PrivateTmp setting from Systemd rules in install-agent.sh
...
Allows sharing socket in /tmp
2025-05-01 17:00:08 -04:00
henrygd
0fb39edae4
rename ssh imports in server.go
2025-04-30 18:09:25 -04:00
henrygd
3a977a8e1f
goreleaser: update deprecated format field
2025-04-30 16:15:37 -04:00
henrygd
081979de24
Add winget configuration for beszel-agent
2025-04-30 15:00:26 -04:00
henrygd
23fe189797
Add SELinux context management to install-agent.sh ( #788 )
...
- Introduced functions to set and clean up SELinux contexts.
- Added SELinux context checks during the update process (systemd only).
- Updated the service execution command to use a dedicated update script.
2025-04-29 18:59:36 -04:00
henrygd
e9d429b9b8
Enhance service start check in install-agent.ps1
...
- Added logic to handle service start failures and check status with retries.
- Improved user feedback for service status during startup process.
2025-04-28 21:47:02 -04:00
henrygd
99202c85b6
re-enable docker image creation workflow
2025-04-28 21:16:32 -04:00
henrygd
d5c3d8f84e
release 0.11.1 with new line so goreleaser doesn't fail :)
...
- Temp disable docker workflow bc image was already build
v0.11.1
2025-04-28 20:57:27 -04:00
Alexander Mnich
8f442992e6
New German translations
2025-04-28 20:48:38 -04:00
henrygd
39820c8ac1
release 0.11.1
2025-04-28 20:38:24 -04:00
henrygd
0c8b10af99
Escape backslashes in windows agent install command ( #785 )
2025-04-28 20:37:25 -04:00
henrygd
8e072492b7
Skip checking Docker if DOCKER_HOST
is set to an empty string
2025-04-28 20:23:54 -04:00
henrygd
88d6307ce0
Add FreeBSD icon
2025-04-28 19:37:00 -04:00
henrygd
2cc516f9e5
update readme and notifications link
2025-04-27 20:05:07 -04:00
henrygd
ab6ea71695
Release v0.11.0
v0.11.0
2025-04-27 19:20:17 -04:00
henrygd
6280323cb1
Always display two decimals in container memory tooltip
...
- Also removes --china-mirrors when copying brew install script
2025-04-27 19:18:44 -04:00
henrygd
17c8e7e1bd
Update bark notification to use url
param for link
2025-04-27 14:07:33 -04:00
henrygd
f60fb6f8a9
Handle title and link for Lark notifications
2025-04-26 21:25:18 -04:00
henrygd
3eebbce2d4
Update Go dependencies
...
Also replaces containrrr/shoutrrr with pinned version of
nicholas-fedor/shoutrrr
2025-04-26 17:47:34 -04:00
henrygd
e92a94a24d
update translations
2025-04-26 17:45:12 -04:00
Andypsl8
7c7c073ae4
New zh-CN translations
2025-04-26 14:58:06 -04:00
zoixc
c009a40749
New Russian translations
2025-04-26 14:56:23 -04:00
Alex van Steenhoven
5e85b803e0
New Dutch translations
2025-04-26 14:55:05 -04:00
henrygd
256d3c5ba1
Italian translations from @saamdotexe
2025-04-26 14:51:29 -04:00
henrygd
bd048a8989
French translations from leo.info54 on crowdin
2025-04-26 14:46:24 -04:00
henrygd
f6b4231500
new Arabic translations from rihla on crowdin
2025-04-26 14:41:31 -04:00
henrygd
bda06f30b3
Add temperature chart filtering ( #430 )
...
- Refactored ContainerFilterBar to accept a dynamic store prop.
- Updated filtering logic in ContainerChart to be case-insensitive.
2025-04-25 19:19:19 -04:00
henrygd
38f2ba3984
Small refactoring of docker manager
...
- Add isWindows flag to dockerManager
- `CalculateCpuPercentWindows` and `CalculateCpuPercentLinux` methods added to container.ApiStats
- Remove prevNetStats.Time in favor of Stats.PrevRead
- Replace regex Windows check with strings.Contains, and check the `/containers/json` response
2025-04-25 18:39:24 -04:00
ViryBe
1a7d897bdc
compute cpu and memory stats for docker on windows ( #653 )
...
The Docker daemon's API returns different values on Windows and non-Windows systems. This impacts
the calculation of `cpuPct` and `usedMemory` for each container. The systems are disciminate on the
`Server` header send by the server. Uses the unix stats calculation in case the header is not set.
`docker stats` implementation for reference:
https://github.com/docker/cli/blob/master/cli/command/container/stats_helpers.go#L100
Co-authored-by: Benoit VIRY <benoit.viry@cgx-group.com>
2025-04-25 18:27:36 -04:00
henrygd
c74e7430ef
Disable h/l/left/right changing system if shift, ctrl, or meta keys are pressed ( #703 )
2025-04-23 16:40:58 -04:00
henrygd
2467bbc0f0
Add support for copying Windows and Homebrew installation commands
2025-04-23 14:17:14 -04:00
henrygd
ea665e02da
Improve system information retrieval for macOS and Windows
...
- Introduce `Os` enum to represent supported operating systems.
- Update `SystemInfo` interface to include OS type.
- Refactor `ContainerChart` component to use `ChartType` enum for better clarity.
- Switched to dynamic units in container memory chart.
2025-04-22 20:29:17 -04:00
henrygd
358e05d544
truncate tooltip container name if very long
2025-04-22 20:16:11 -04:00
henrygd
aab5725d82
Use gpu temp as primary sensor if no other sensors
2025-04-18 18:00:39 -04:00
henrygd
e94a1cd421
brew install - change env var from PORT to LISTEN
2025-04-18 17:59:59 -04:00
henrygd
73c1a1b208
Refactor sensor configuration handling in tests and implementation
...
- Add skipCollection propery
- Ensure that sensors are initialized as an empty map
2025-04-18 17:59:25 -04:00
henrygd
0526c88ce0
support blacklisting and wildcard matching in SENSORS env var ( #650 )
...
- Moved sensor related code to sensors.go
- Added SensorConfig struct
- Added newSensorConfig
- Added tests
2025-04-17 21:08:05 -04:00
henrygd
a2e9056a00
update macos agent install script
...
- adds option to install homebrew if not installed
2025-04-15 17:54:53 -04:00
henrygd
fd4ac60908
Remove -Program
parameter from windows firewall rule ( #739 )
2025-04-14 17:19:24 -04:00
henrygd
330e4c67f3
Update release workflow and goreleaser configuration
...
- Change tag pattern in release workflow to 'v*'
- Update description
2025-04-14 17:16:02 -04:00
henrygd
5d840bd473
Windows agent install script improvements
...
- Remove unneeded set-executionpolicy (in parent command)
- Wait before checking status
- Use direct binary path instead of shim
- Log to one file
Co-authored-by: vmhomelab <info@vmhomelab.de>
2025-04-13 19:56:23 -04:00
henrygd
54e3f3eba1
add goreleaser homebrew config and brew helper script
2025-04-09 19:58:46 -04:00
henrygd
d79111fce4
remove nvidia-smi dependency for jetson / tegrastats ( #286 )
2025-04-07 20:02:14 -04:00
henrygd
93c3c7b9d8
add windows agent install script
2025-04-06 22:09:43 -04:00
henrygd
410d236f89
fix EXTRA_FILESYSTEMS for windows ( #422 )
...
Co-authored-by: coosir <git@coosir.com>
2025-04-05 17:57:34 -04:00
henrygd
9a8071c314
prepend base path for command palette links
2025-04-05 17:34:33 -04:00
henrygd
80df0efccd
add correct icon / label for windows build number
2025-04-05 17:33:41 -04:00
henrygd
3f1f4c7596
goreleaser: fix archive ids and add scoop for beszel-agent
2025-04-03 19:15:46 -04:00