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
Henry Dollman
83668e5727
fix(gpu): handle power for dedicated amd gpus ( #414 )
2025-01-30 20:28:31 -05:00
Henry Dollman
120aff0d18
config: prefix environment variables with BESZEL_AGENT_ ( #502 )
2025-01-29 20:13:07 -05:00
Henry Dollman
7170b24160
config: prefix environment variables with BESZEL_HUB_ ( #502 )
2025-01-29 19:25:12 -05:00
Henry Dollman
3441b39a02
update password reset instructions
2025-01-29 18:55:17 -05:00
Henry Dollman
31d306f8be
Merge branch 'jetson'
2025-01-24 23:21:48 -05:00
hank
76347f25e5
fix(gpu): prevent nvidia-smi from running on tegra devices
2025-01-24 23:12:39 -05:00
hank
c157f38957
gpu: Add closure for Jetson and improve compatibility
2025-01-24 22:07:37 -05:00
Links
d185dfdef8
get Jetson GPU Information
2025-01-24 19:17:33 -05:00
hank
319a9895b0
New Crowdin updates ( #462 )
...
* New translations en.po (Korean)
* New translations en.po (Hungarian)
* New translations en.po (Chinese Traditional, Hong Kong)
Co-authored-by: skidoodle <contact@albert.lol >
Co-authored-by: Tony <TonyRL@users.noreply.github.com >
Co-authored-by: aroxu <30624945+aroxu@users.noreply.github.com >
2025-01-23 22:34:24 -05:00
Mikael Silvén
68dae3967d
feat(release): add riscv agent builds to goreleaser config ( #480 )
...
This change adds a riscv build config to for the agent to goreleaser.
As far as I am aware, only freebsd and linux supports this, so ignore
mac and windows.
2025-01-23 15:54:10 -05:00
Henry Dollman
0a331524cc
feat(release): add windows agent to goreleaser config
2025-01-22 16:19:33 -05:00
Henry Dollman
5b625db57c
fix(systemd): Ensure agent starts after network is online ( #466 )
2025-01-21 20:25:07 -05:00
Henry Dollman
0943e01b71
feat(install): Default to gh.beszel.dev GitHub proxy for mainland China
...
- also removes CHINA_MAINLAND variable
2025-01-21 20:20:36 -05:00
Henry Dollman
cfda7d0740
Merge branch 'main' of https://github.com/Oaklight/beszel
2025-01-21 18:51:34 -05:00
Henry Dollman
4e3d198b7b
fix(navigation): Update systems collection link to use collection name
2025-01-21 18:21:46 -05:00
Henry Dollman
a6a9719565
config(issues): Remove alternatives field in feature request
2025-01-20 13:22:23 -05:00
Peng Ding
ddb4f1c8f8
fix compatibility issue with sh.
2025-01-20 05:38:50 -06:00
Peng Ding
55d13c551a
Enhance proxy handling in install scripts for GitHub mirrors
2025-01-20 05:27:58 -06:00
hank
fef30b1750
config(issues): Remove report vuln link since it's added automatically
2025-01-19 20:18:36 -05:00
hank
0cee9e4e4b
docs(config): Update issue and discussion templates
2025-01-19 20:14:50 -05:00
hank
90378d09a3
Merge branch 'main' of https://github.com/svenvg93/beszel
2025-01-19 20:09:51 -05:00
Henry Dollman
7adf7ef549
config(goreleaser): rm CGO_ENABLED=0 and set releases to draft by default
2025-01-18 19:01:09 -05:00
Henry Dollman
ee6a456b66
chore(install-agent): formatting + rm unused variable
2025-01-18 18:09:02 -05:00
Nicolás Martínez Van der Looven
4789f48ad0
Add OpenWRT support for binary quick script installation ( #445 )
2025-01-18 17:41:21 -05:00
Sven van Ginkel
ea098fd61c
Remove label
2025-01-18 10:16:25 +01:00
Sven van Ginkel
e7c214799a
Add OS option
2025-01-18 10:16:01 +01:00
Sven van Ginkel
9cabc103e5
Add Templates
2025-01-18 10:12:28 +01:00
hank
be955e0122
New Crowdin updates ( #409 )
...
* New translations en.po (Italian)
* New translations en.po (Korean)
Co-authored-by: davtur19 <dav.tur19@gmail.com >
Co-authored-by: aroxu <30624945+aroxu@users.noreply.github.com >
2025-01-17 16:49:33 -05:00
Henry Dollman
8a0f2d61a8
style(auth-form): remove redundant placeholder class from password inputs
2025-01-17 16:45:12 -05:00
Alexander Mnich
48ed4abc02
remove lowercase of placeholders in auth-form
2025-01-17 11:46:59 +00:00
Henry Dollman
e8c680bda7
refactor: streamline key retrieval logic in agent.go
2025-01-16 17:49:20 -05:00
Henry Dollman
37c7a32c10
add funding.yml
2025-01-16 17:48:49 -05:00
Ben Morgenstren
1c4533f1f2
adding reading agent ssh key from file
2025-01-14 22:13:36 -05:00