Alexander Mnich
aef3b3e610
publish docker images to ghcr.io ( #615 )
2025-02-22 17:58:49 -05:00
henrygd
1d13ecd8ec
ui: truncate full path of host if using unix socket
2025-02-22 17:58:30 -05:00
henrygd
6404895a47
refactor: centralize chart max/avg value state to global store
2025-02-22 15:28:07 -05:00
henrygd
ba7db28e80
test(gpu): add case for AMD multi-GPU and different power property ( #414 )
2025-02-22 12:45:47 -05:00
henrygd
6b41a98338
gpu: add tests and refactor to support amd on windows
2025-02-21 00:56:40 -05:00
henrygd
b958e9eefe
fix: agent network not set to unix if addr provided by env var
2025-02-21 00:56:22 -05:00
henrygd
baf56fe83b
fix: refresh interfaces if agent starts before network online ( #466 )
2025-02-21 00:21:47 -05:00
henrygd
96f9128d1a
agent: add lock for gatherStats
2025-02-21 00:20:41 -05:00
henrygd
1fb60e05d7
i18n: add Norwegian to web ui
2025-02-19 21:54:35 -05:00
Roy W. Andersen
a9a9a932a6
New translations (Norwegian)
2025-02-19 21:42:53 -05:00
henrygd
e0a1a49a8f
chore: update language files
2025-02-19 21:06:55 -05:00
henrygd
79eb42d04d
add CGO_ENABLED=0 back to docker images / goreleaser config
2025-02-19 21:05:31 -05:00
henrygd
25b70af196
feat: add unix socket support for system connections
2025-02-19 20:29:45 -05:00
henrygd
c12b27afb5
refactor: update system table and improve add-system dialog
2025-02-19 20:28:45 -05:00
henrygd
7485f79071
refactor(agent): refactor option parsing logic for agent command
2025-02-19 19:39:24 -05:00
henrygd
d170e7a00d
feat(agent): NETWORK env var and support for multiple keys
...
- merges agent.Run with agent.NewAgent
- separates StartServer method
- bumps go version to 1.24
- add tests
2025-02-19 00:32:27 -05:00
Alexander Mnich
1a6a2a64f2
implement agent startup arguments and help message ( #581 )
2025-02-19 00:19:49 -05:00
henrygd
646b899851
i18n: add hungarian
...
Co-authored-by: mathis <37186532+maaaathis@users.noreply.github.com >
2025-02-14 21:08:49 -05:00
Roland
821e2e3a78
New translations (Hungarian)
...
Co-authored-by: skidoodle <contact@albert.lol >
2025-02-14 20:47:15 -05:00
ikumasudo
9be3fcb8ca
New translations (Japanese)
2025-02-14 20:36:48 -05:00
henrygd
f271b5a56c
issues: add note about zfs to bug report template
...
a
2025-02-14 14:59:04 -05:00
Kal McFate
4f80a58929
Update add-system.tsx docker-compose.yml template. ( #565 )
...
Adding `version: "3"` makes this compatible with more recent docker tools.
2025-02-13 19:52:49 -05:00
henrygd
2ab2cc83de
refactor(hub): embed pocketbase fields in hub struct
2025-02-11 19:18:36 -05:00
henrygd
3376a97bea
refactor(hub): replace sync.map with app.store
2025-02-11 19:18:28 -05:00
henrygd
0c54f95546
feat: auto-login if one oauth provider and password auth disabled
2025-02-11 17:44:18 -05:00
henrygd
5ea6eb08a1
feat: PRIMARY_SENSOR env var to choose dashboard temp
2025-02-11 15:11:46 -05:00
henrygd
6b2a9463ca
feat: edit system dialog in dashboard
2025-02-11 14:12:25 -05:00
henrygd
a94cfff965
fix: web ui should only respond to get requests
2025-02-11 11:04:19 -05:00
Daniel Nikoloski
1f69937572
Initial beszel-hub k8s chart ( #537 )
...
* Initial beszel-hub k8s chart
* Moved beszel-hub chart in supplemental
2025-02-10 18:29:52 -05:00
henrygd
aa3de511b9
refactor: get rid of console warnings on dashboard
2025-02-08 19:40:32 -05:00
henrygd
3afab00937
feat: display peak GPU usage in dashboard
2025-02-08 19:24:38 -05:00
henrygd
e6054058b9
feat: add temperatures to dashboard
...
- Refactor temperature related code and move to standalone function
2025-02-07 21:27:15 -05:00
Henry Dollman
31d52d5e15
update style of add system dialog
2025-02-06 20:01:04 -05:00
Venipa
44d930a700
feat(AddAgent): added docker run command copy ( #534 )
2025-02-06 19:41:01 -05:00
Henry Dollman
d7ada1b1c5
add manifest.json with icon for home screen ( closes #525 )
2025-02-05 20:27:23 -05:00
Henry Dollman
1daf35406a
auth: ensure realtime subscriptions are cleared on logout
2025-02-05 20:24:39 -05:00
Henry Dollman
2216e40f04
chore: update go and js deps
2025-02-05 20:22:37 -05:00
Henry Dollman
f4480c7aa7
refactor: updateSystemList function
2025-02-05 20:21:57 -05:00
ompathak2004
5b478c11eb
fix: prevent multiple concurrent fetches in updateSystemList function
...
fix: correctly reset isFetchingSystems flag in updateSystemList function
2025-02-05 19:04:18 -05:00
Henry Dollman
58085bf300
feature: support serving from subpath ( #33 )
...
Co-authored-by: Karthik T <karthikt.holmes+github@gmail.com >
2025-02-04 21:22:40 -05:00
Henry Dollman
ce171cf375
systemd: remove ProtectKernel=yes from unit file (invalid option)
2025-02-03 19:12:33 -05:00
Daniel Lo Nigro
e689f547ef
Create Debian package for beszel-agent ( #497 )
...
* Add Debian package to build
Signed-off-by: Daniel Lo Nigro <git@d.sb >
* Fix Lintian issues
Signed-off-by: Daniel Lo Nigro <git@d.sb >
* - Add prerm script to stop and disable service
- Add security/sandboxing options to systemd unit
Signed-off-by: Daniel Lo Nigro <git@d.sb >
---------
Signed-off-by: Daniel Lo Nigro <git@d.sb >
2025-02-03 19:08:01 -05:00
Henry Dollman
5a8e8c1512
agent-install: add security options to systemd unit file
2025-02-03 19:06:03 -05:00
Henry Dollman
ff5eb07716
users: remove unused username field and require email ( #24 )
2025-02-03 18:29:02 -05:00
Henry Dollman
fdbbbc77b0
auth-form: red field border on error + firefox ux improvement ( #24 )
2025-02-03 17:59:39 -05:00
ompathak2004
20cba1b695
feat: update password max length to 72 characters
2025-02-04 01:48:25 +05:30
Henry Dollman
207d58a07e
build: remove CGO_ENABLED=0 from docker build
2025-01-31 17:33:49 -05:00
Henry Dollman
0759a3607c
supress pocketbase auto cancellation error
2025-01-31 17:16:21 -05:00
Henry Dollman
0b4742d064
update instructions for resetting password via docker
2025-01-31 15:19:18 -05:00
Henry Dollman
4557f18195
fix: only show GPU power chart if power data exists
2025-01-30 20:30:40 -05:00