Add user management and a settings page
This commit is contained in:
@@ -9,6 +9,30 @@ grace: 40
|
||||
interval: 10
|
||||
autosave_interval: 300 # Autosave interval in seconds (default: 5 minutes)
|
||||
|
||||
|
||||
users:
|
||||
andreas:
|
||||
full_name: Andreas Wrede
|
||||
password: pbkdf2:sha256:260000:eece9cdaebc22247566f78983bf5b2a3:f8c74cc057c5590943c115a60bac62f9458e9ba0d2e7e7421b6f0fe5d860e18f # hbd passwd andreas
|
||||
avatar: /home/andreas/.avatar/Andreas-avatar3-small.png
|
||||
admin: true
|
||||
ops:
|
||||
full_name: Operations Team
|
||||
password: pbkdf2:sha256:260000:... # hbd passwd ops
|
||||
admin: false
|
||||
readonly:
|
||||
full_name: Read-Only User
|
||||
password: pbkdf2:sha256:260000:... # hbd
|
||||
|
||||
default_owner: andreas
|
||||
|
||||
hosts:
|
||||
weekend:
|
||||
owner: andreas
|
||||
managers: [ops]
|
||||
monitors: [readonly]
|
||||
|
||||
|
||||
# Notification Channels - Define notification providers centrally
|
||||
# Each channel has a type (pushover, email, signal, mattermost) and type-specific configuration
|
||||
notification_channels:
|
||||
|
||||
Reference in New Issue
Block a user