Guillaume "B.B." Van Hemmen
f6414a6ae5
This commit adds the foundational setup for the project, including docker-compose.yml, .env.dist, users_database.yml.dist, and Authelia configurations. It also includes the MIT license and a README with installation instructions and usage. The .gitignore file has been updated to exclude sensitive files.
9 lines
238 B
Text
9 lines
238 B
Text
users:
|
|
john:
|
|
disabled: false
|
|
displayname: "John Doe"
|
|
password: '$argon2id$v=19$m=65536,t=3,p=2$BpLnfgDsc2WD8F2q$o/vzA4myCqZZ36bUGsDY//8mKUYNZZaR0t4MFFSs+iM'
|
|
email: john@example.com
|
|
groups:
|
|
- admins
|
|
- dev
|