Edited default.nix for new publickey
This commit is contained in:
@@ -30,8 +30,9 @@ in
|
||||
ports = [ "127.0.0.1:${toString cfg.port}:8080" ];
|
||||
|
||||
environment = {
|
||||
# Disable Stirling-PDF's own login page — Authelia handles auth
|
||||
# Disable Stirling-PDF's own login — Authelia forward_auth handles auth
|
||||
DOCKER_ENABLE_SECURITY = "false";
|
||||
SECURITY_ENABLELOGIN = "false";
|
||||
INSTALL_BOOK_AND_ADVANCED_HTML_OPS = "false";
|
||||
LANGS = "en_GB";
|
||||
TZ = homeyConfig.timezone;
|
||||
|
||||
Reference in New Issue
Block a user