vps-arm-2024-08-31-19-37-32

This commit is contained in:
Alexander Szczepanski
2024-08-31 19:37:32 +02:00
parent 6d5e9fe4ae
commit 0913bfdf70
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ in
"goaccess.szczepan.ski" = {
forceSSL = true;
enableACME = true;
basicAuth = { alex = secrets.goaccess-password; };
basicAuthFile = config.sops.secrets.goaccess-password.path;
locations = {
"/" = { root = "/var/www/goaccess"; };
"/ws" = {