Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
users:
|
||||
keith:
|
||||
disabled: false
|
||||
displayname: 'Keith'
|
||||
# to generate, run docker run authelia/authelia:latest authelia crypto hash generate argon2 -i 1 -p 8 -v argon2id --password your-password
|
||||
password: '$argon2id$v=19$m=65536,t=1,p=8$RhfsQk15MuBOXOXVxKHAVw$s4aeGIpNi7V8ps96ATXSx8eBU2wJnmJS/kB0+hYhHqs'
|
||||
email: 'keith@keithsolomon.net'
|
||||
groups:
|
||||
- 'admins'
|
||||
Reference in New Issue
Block a user