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:
4
authelia/.gitignore
vendored
Normal file
4
authelia/.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user