added customization to authelia

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jakub Dorfman 2026-04-26 18:03:04 +02:00
parent b64042cd3a
commit afa1c263f6
5 changed files with 10 additions and 0 deletions

BIN
authelia-assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,3 @@
{
"Login - {{authelia}}": "Kdo ??"
}

View file

@ -0,0 +1,3 @@
{
"Login - {{authelia}}": "Who ??"
}

BIN
authelia-assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View file

@ -22,6 +22,9 @@
group = "authelia-main"; group = "authelia-main";
}; };
# Expose overrideable portal assets from this repository.
environment.etc."authelia/assets".source = ./authelia-assets;
services.authelia.instances.main = { services.authelia.instances.main = {
enable = true; enable = true;
@ -36,6 +39,7 @@
default_2fa_method = "totp"; default_2fa_method = "totp";
server.address = "tcp://127.0.0.1:9091"; server.address = "tcp://127.0.0.1:9091";
server.asset_path = "/etc/authelia/assets";
log.level = "info"; log.level = "info";