mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 02:36:17 +01:00
shoutrrr alerts / settings page
This commit is contained in:
8
beszel/internal/entities/user/user.go
Normal file
8
beszel/internal/entities/user/user.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package user
|
||||
|
||||
type UserSettings struct {
|
||||
// Language string `json:"lang"`
|
||||
ChartTime string `json:"chartTime"`
|
||||
NotificationEmails []string `json:"emails"`
|
||||
NotificationWebhooks []string `json:"webhooks"`
|
||||
}
|
||||
Reference in New Issue
Block a user