SIEMbitwardendnscrypthome assistantjellyfinjitsimulti-factor authenticationnextcloudonlyofficepiholeraspberry pirocket.chatsyncthingtorwazuhwireguard
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
326 B
17 lines
326 B
--- |
|
# This is the internal user database |
|
# The hash value is a bcrypt hash and can be generated with plugin/tools/hash.sh |
|
|
|
_meta: |
|
type: "internalusers" |
|
config_version: 2 |
|
|
|
# Define your internal users here |
|
|
|
mistborn: |
|
hash: "__MISTBORN_HASH__" |
|
reserved: true |
|
backend_roles: |
|
- "admin" |
|
description: "Mistborn user" |
|
|
|
|