Henry Dollman
9bc7773607
further progress on settings / alerts
2024-09-10 19:03:08 -04:00
Henry Dollman
3362a3d1cf
progress on settings page
2024-09-09 20:00:09 -04:00
Henry Dollman
3b13fadde2
rm shoutrrr config info from readme
2024-09-09 13:37:09 -04:00
parnic
99d79f7d2d
Add support for alerts via shoutrrr ( #145 )
...
* Add support for alerts via shoutrrr
This provides users the ability to use a wide variety of notification platforms instead of just email. If there's a problem sending a notification via shoutrrr, an error is logged and email is attempted as a fallback.
Since this uses Viper, users can set a notification type and URL via either a config file or environment variable. In the beszel_data folder (where the sqlite dbs reside), create an alerts.env file to set values that way.
Values:
* NOTIFICATION_TYPE
* If this is `shoutrrr`, then the shoutrrr library is used. Any other value, including not being set, uses the fallback email behavior.
* NOTIFICATION_URL
* If NOTIFICATION_TYPE is shoutrrr, this is the URL given to shoutrrr to send the alert. See list of supported services: https://containrrr.dev/shoutrrr/services/overview/
Note: there's currently a bug in viper v1.18.2+ where environment variable overrides aren't functioning when no config file exists, so this library should remain pinned to 1.18.1 until that's fixed. See: https://github.com/spf13/viper/issues/1895
* Update documentation
* Log shoutrrr URL instead of unused "to" var
2024-09-09 13:34:43 -04:00
hank
1fb23ff673
Create SECURITY.md
2024-09-04 16:53:13 -04:00
Henry Dollman
29529d1a84
add EXTRA_FILESYSTEMS to systemd script and example
2024-09-04 16:22:01 -04:00
Bart
9f84629b92
Enhanced README.md ( #156 )
...
* Enhanced README.md
* Changed back to 'Sentence case'
* Changed text to reflect comment
2024-09-04 15:29:14 -04:00
Henry Dollman
d2284c3fed
release 0.3.0
2024-09-03 18:37:02 -04:00
Henry Dollman
eb420bef3a
update go deps
2024-09-03 18:31:01 -04:00
Henry Dollman
9cf6c167b0
don't reset container filter when changing chart time
2024-09-03 18:26:28 -04:00
Henry Dollman
fbc7f79660
add instructions for monitoring additional disks / partitions
2024-09-03 18:23:09 -04:00
Henry Dollman
37170f2bdb
refactor network io stats collection (ref #150 )
2024-09-03 18:10:45 -04:00
Henry Dollman
af4c05e692
standardize chart values to two decimals
2024-09-03 16:49:12 -04:00
Henry Dollman
202a506485
add dialog for copy to clipboard fallback ( fixes #152 )
2024-09-02 19:37:44 -04:00
Henry Dollman
aa3866c8ed
better alignment for readonly user account menu
2024-09-02 17:32:59 -04:00
Henry Dollman
f9c0d0b89d
don't cache mail client ( fixes #149 )
2024-09-02 16:34:53 -04:00
Henry Dollman
ec5b1a833d
extra fs charts and filter bar for container charts
2024-09-02 16:13:07 -04:00
Henry Dollman
1cfda8fb9f
add icons to theme menu
2024-09-02 15:56:57 -04:00
Henry Dollman
2168db6ebd
remove toggle component
2024-09-02 15:56:14 -04:00
Henry Dollman
e64ef49e97
update js deps / exclude package-lock.json
2024-09-02 15:49:41 -04:00
Henry Dollman
54e0240dd8
remove external fonts
2024-09-02 12:12:52 -04:00
Henry Dollman
05f52ad15a
update readme
2024-09-01 19:17:17 -04:00
Henry Dollman
8ffb3a0cc8
update agent docker-compose.yml
2024-09-01 18:50:38 -04:00
Henry Dollman
953d7cac1e
use GOGC=75 for docker images
2024-09-01 18:25:40 -04:00
Henry Dollman
1cfd3cdd30
add support for multiple disks
2024-09-01 18:23:57 -04:00
Henry Dollman
b4a3cb9ce6
add timeout to ssh session creation to avoid hanging
2024-08-30 19:06:16 -04:00
Henry Dollman
7a6fbc8346
add toggle for chart grid layout
2024-08-25 18:19:47 -04:00
Henry Dollman
76cffb16de
formatting
2024-08-25 18:19:03 -04:00
Henry Dollman
13f7d016e6
fix blurry command pallette on some setups ( closes #137 )
2024-08-25 16:20:58 -04:00
Henry Dollman
7a8dccfc97
use css color-scheme instead of custom scrollbar styles
2024-08-25 16:19:31 -04:00
Stavros
68824935e9
feat: style scrollbar ( #135 )
...
* feat: style scrollbar
* refactor(index.css): increase the border radius a bit
* chore: revert prettier styling
2024-08-25 13:05:55 -04:00
Henry Dollman
42e2e3463e
release 0.2.0
2024-08-22 15:43:44 -04:00
Henry Dollman
2ef54bae36
add linux/arm/v7 docker images
2024-08-22 15:29:14 -04:00
Henry Dollman
6766a8120a
update go dependencies + hub dockerfile
2024-08-22 15:07:22 -04:00
Henry Dollman
9fcf1e7164
use grid layout for charts
2024-08-22 14:10:03 -04:00
Henry Dollman
130c9bd696
add temperature chart
2024-08-21 22:14:56 -04:00
Henry Dollman
88db920ebe
add icon to time select
2024-08-21 15:36:46 -04:00
Henry Dollman
5278805d79
web ui design updates
2024-08-21 15:06:33 -04:00
Henry Dollman
55863f849c
get rid of updatedSystem store
2024-08-21 12:50:12 -04:00
Henry Dollman
0590facc89
rerender table if hub version loaded after first render
2024-08-20 18:02:29 -04:00
Henry Dollman
3ff339ba1d
change agent check for invalid data to use memory usage rather than networks
2024-08-20 17:40:27 -04:00
Henry Dollman
e92a1d8a4d
log sent alert emails in pocketbase
2024-08-20 17:11:16 -04:00
Henry Dollman
2590f5612c
add null values to create gaps in chart if expected interval is exceeded. closes #100
2024-08-20 17:10:32 -04:00
Henry Dollman
112685bdf4
Merge branch 'theRealBassist-fix-container-lifetime-check'
2024-08-20 14:23:50 -04:00
Henry Dollman
7e1455161d
update container status check
2024-08-20 14:23:24 -04:00
Henry Dollman
be98b77634
Merge branch 'fix-container-lifetime-check' of https://github.com/theRealBassist/beszel into theRealBassist-fix-container-lifetime-check
2024-08-20 14:12:17 -04:00
Henry Dollman
cb75923f9f
Merge branch 'theRealBassist-add-agent-version-info'
2024-08-20 14:04:37 -04:00
Henry Dollman
87ab4961fd
move gh button + update agent display in table
2024-08-20 14:04:09 -04:00
Henry Dollman
d053f16058
add agent version to getkey route
2024-08-20 14:00:15 -04:00
theRealBassist
19272c05bf
Adds a version listing in the hub for each agent.
2024-08-19 17:45:15 -04:00