added customization to authelia
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
b64042cd3a
commit
afa1c263f6
5 changed files with 10 additions and 0 deletions
|
|
@ -22,6 +22,9 @@
|
|||
group = "authelia-main";
|
||||
};
|
||||
|
||||
# Expose overrideable portal assets from this repository.
|
||||
environment.etc."authelia/assets".source = ./authelia-assets;
|
||||
|
||||
services.authelia.instances.main = {
|
||||
enable = true;
|
||||
|
||||
|
|
@ -36,6 +39,7 @@
|
|||
default_2fa_method = "totp";
|
||||
|
||||
server.address = "tcp://127.0.0.1:9091";
|
||||
server.asset_path = "/etc/authelia/assets";
|
||||
|
||||
log.level = "info";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue