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
BIN
authelia-assets/favicon.ico
Normal file
BIN
authelia-assets/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
3
authelia-assets/locales/cs/portal.json
Normal file
3
authelia-assets/locales/cs/portal.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"Login - {{authelia}}": "Kdo ??"
|
||||
}
|
||||
3
authelia-assets/locales/en/portal.json
Normal file
3
authelia-assets/locales/en/portal.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"Login - {{authelia}}": "Who ??"
|
||||
}
|
||||
BIN
authelia-assets/logo.png
Normal file
BIN
authelia-assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 127 KiB |
|
|
@ -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