Henry Dollman
52394bc99b
update security policy
2024-12-16 14:42:10 -05:00
Henry Dollman
add85e9747
add generate-locales to makefile
2024-12-16 13:48:17 -05:00
Henry Dollman
e82986adff
add dev tasks to makefile
2024-12-15 15:35:16 -05:00
Henry Dollman
f201267e4e
generate first user username from email
2024-12-09 17:34:04 -05:00
Henry Dollman
9db41f8830
update translations
2024-12-09 17:29:03 -05:00
Henry Dollman
ba64c59632
add autoComplete="off" to login honeypot field
2024-12-09 17:07:43 -05:00
Henry Dollman
d2626d8337
update translations
2024-12-09 17:04:40 -05:00
hank
ded1090190
New Crowdin updates ( #318 )
...
* New translations en.po (Arabic)
* New translations en.po (Dutch)
Co-authored-by: Mathy Vandersmissen <mathy.vds@gmail.com >
2024-12-09 16:24:45 -05:00
hank
1114baaaa0
New Crowdin updates ( #313 )
...
* New translations en.po (German)
* New translations en.po (Czech)
Co-authored-by: doluk <69309597+doluk@users.noreply.github.com >
Co-authored-by: NickAss512 <143963746+NickAss512@users.noreply.github.com >
2024-12-08 18:18:53 -05:00
Henry Dollman
cf13c1c671
Merge branch '0xMMMMMM-main'
2024-12-08 18:09:20 -05:00
Henry Dollman
e70de6a59e
systems table updates
...
- component refactoring
- style updates for "view" menu and grid
2024-12-08 18:08:54 -05:00
0xMMMMMM
5110eaf10f
refactor: reorganize systems table options into single dropdown
...
Combines view type, sort by and visible fields into a single dropdown menu for better organization.
2024-12-08 06:26:12 +07:00
0xMMMMMM
0234682720
feat: add grid view option for systems table
...
- Add toggle button to switch between table and grid layouts
- Implement card-based grid view with system metrics
- Add sort dropdown menu for grid view
- Display system status, metrics with icons and labels
- Improve handling of long system names
- Maintain consistent sorting and filtering between views
- Persist view preference in localStorage
2024-12-06 15:09:37 +07:00
Henry Dollman
80a7322fa1
update readme screenshot
2024-12-04 18:10:27 -05:00
Henry Dollman
59bdc0ce0d
add USER_CREATION env var and update migrations
2024-12-04 17:36:36 -05:00
Spedon
a288d0925b
chore: enhance script usability ( #311 )
...
- Add a `RestartSec` directive to the service configuration for both agent and hub scripts
Signed-off-by: Spedon Wen <realsped0n@outlook.com >
2024-12-03 17:29:19 -05:00
hank
e7d2f0d82b
New Crowdin updates ( #308 )
...
* New translations en.po
Co-authored-by: NickAss512 <143963746+NickAss512@users.noreply.github.com >
2024-12-02 15:14:20 -05:00
Henry Dollman
825d8269ff
add Czech language and update locale files
2024-12-01 18:21:34 -05:00
hank
f7775d173a
New Crowdin updates ( #301 )
...
* New translations en.po (Turkish)
* New translations en.po (Czech)
Co-authored-by: Ramazan Sancar <ramazansancar4545@gmail.com >
Co-authored-by: NickAss512 <@NickAss512>
2024-12-01 16:11:25 -05:00
Henry Dollman
58bced5f09
rm 'auth providers' links - dedicated page removed from pocketbase
2024-11-29 17:24:42 -05:00
Henry Dollman
6e08507dde
remove todo comments
2024-11-29 17:16:40 -05:00
Henry Dollman
617a03fc15
upgrade go deps
2024-11-29 17:08:59 -05:00
Henry Dollman
f86bda304d
pocketbase js updates
2024-11-29 17:03:31 -05:00
Henry Dollman
1d414e659b
use auth logos from pocketbase
2024-11-29 16:57:18 -05:00
Henry Dollman
87f7390eca
use new batch api for setting global alerts
2024-11-27 17:07:44 -05:00
Henry Dollman
ed01752546
update admin creation for pocketbase 0.23.0
2024-11-27 16:32:23 -05:00
Henry Dollman
46002a2171
remove echo dependency
2024-11-24 18:34:42 -05:00
Henry Dollman
14716d36a6
refactor go code for pocketbase 0.23.0 ( #300 )
2024-11-24 18:15:24 -05:00
Henry Dollman
b4bc8a31aa
add check / reset for invalid disk i/o rates
2024-11-24 15:56:12 -05:00
hank
b01fc316c3
New Crowdin updates ( #293 )
...
* New translations en.po (Turkish)
* New translations en.po (Russian)
* New translations en.po (Ukrainian)
Co-authored-by: zoixc <113115585+zoixc@users.noreply.github.com >
Co-authored-by: stanol <stanol777@gmail.com >
2024-11-22 13:11:26 -05:00
Henry Dollman
4479249ac7
feat: add --china-mirrors flag when locale is zh-CN in install command
2024-11-19 14:42:56 -05:00
Henry Dollman
0529837ac8
update agent install script arg parsing
2024-11-19 14:31:50 -05:00
Henry Dollman
d51ffa17ed
Merge branch 'main' of https://github.com/Alice39s/beszel
2024-11-19 13:45:50 -05:00
al1cE
c434a44bc4
feat: use --china-mirrors instead of -c
2024-11-19 13:30:40 +09:00
al1cE
7b5ac23a4b
feat(install): enhance install-agent.sh with China mirror support
...
- Add `-c` flag to use GitHub mirror (ghp.ci) for mainland China users
- Implement checksum verification for downloaded files
- Add progress bar for file downloads
This change improves installation reliability and user experience,
especially for users in regions (China mainland etc.) with limited GitHub access.
2024-11-19 12:56:35 +09:00
Henry Dollman
87ef769086
Merge branch 'main' of https://github.com/wwng2333/beszel
2024-11-17 11:23:06 -05:00
D
bcefb8e43c
fix IPv6 connection problem
...
use net.JoinHostPort to fix ipv6 address at createSystemConnection
2024-11-17 16:34:05 +08:00
Henry Dollman
a1641c5bcc
change ssh related timeouts from 5s to 4s
2024-11-15 16:29:36 -05:00
Henry Dollman
e6839480d9
use sync.Map for system connections
2024-11-15 15:35:26 -05:00
hank
4e64d9efad
New Crowdin updates ( #285 )
...
* New translations en.po (Dutch)
* New translations en.po (Ukrainian)
* New translations en.po (German)
Co-authored-by: Mathy Vandersmissen <mathy.vds@gmail.com >
Co-authored-by: stanol <stanol777@gmail.com >
Co-authored-by: Henry <henry@obamium.net >
2024-11-14 15:28:38 -05:00
hank
d68f4514cc
New Crowdin updates ( #282 )
...
* New translations en.po (Chinese Simplified)
Co-authored-by: Sliots <Sliots@hotmail.com >
2024-11-13 12:02:29 -05:00
Henry Dollman
8a69c09939
release 0.8.0
2024-11-12 18:28:25 -05:00
Henry Dollman
e87af81db4
change spinner to visibility hidden after chart loads
2024-11-12 18:25:27 -05:00
Henry Dollman
6043c59da8
update translations
2024-11-12 18:19:37 -05:00
Henry Dollman
4cb7b97416
change podman socket path to use current uid
2024-11-12 18:14:43 -05:00
Henry Dollman
b1db450e00
enable gpu monitoring by default
2024-11-12 18:13:57 -05:00
Henry Dollman
2e8ac98924
Improve disk discovery slightly by checking partition labels
2024-11-12 18:11:44 -05:00
Henry Dollman
529a628368
remove stopped containers from net chart
2024-11-12 17:33:18 -05:00
Henry Dollman
8a2e821c8f
style updates
2024-11-12 15:03:15 -05:00
Henry Dollman
3cd11d6bc4
improve podman support ( #211 )
2024-11-12 11:59:56 -05:00