Better montiring, bug fixes.
This commit is contained in:
@@ -192,6 +192,10 @@ in
|
||||
AUTHELIA_SESSION_SECRET_FILE = "/run/secrets/session_secret";
|
||||
AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE = "/run/secrets/storage_encryption_key";
|
||||
AUTHELIA_AUTHENTICATION_BACKEND_LDAP_PASSWORD_FILE = "/run/secrets/ldap_ro_password";
|
||||
# Changing this forces a container restart when the config changes.
|
||||
# NixOS bind-mounts resolve symlinks at container start, so the running
|
||||
# container would otherwise keep the old nix-store config until restarted.
|
||||
NIXOS_CONFIG_HASH = builtins.hashString "sha256" autheliaConfig;
|
||||
};
|
||||
|
||||
volumes = [
|
||||
|
||||
Reference in New Issue
Block a user