- Add initial project setup with configs, user db, and Docker Compose

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.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2024-10-10 15:46:06 +02:00
parent 998b95ab4b
commit f6414a6ae5
7 changed files with 419 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.env
authelia/*.yml