Refactor Authelia configuration: switch to directory bind mount for configuration files to prevent timeouts and add .gitignore for runtime files

This commit is contained in:
Mohmmed Elfateh Sabry
2025-08-11 03:16:32 +03:00
parent 7c1931da3e
commit 8214e92c17
2 changed files with 9 additions and 3 deletions

4
authelia/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore Authelia runtime/state files
# SQLite database and notification artifacts stored after switching to directory bind mount
/db.sqlite3
/notification.txt