vps-arm-2024-08-31-19-50-48

This commit is contained in:
Alexander Szczepanski
2024-08-31 19:50:48 +02:00
parent 0913bfdf70
commit ed4197f387
5 changed files with 16 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ in
"frigate.szczepan.ski" = {
forceSSL = true;
enableACME = true;
basicAuthFile = config.sops.secrets.frigate-password.path;
basicAuthFile = config.sops.secrets.frigate-htpasswd.path;
};
};
};

View File

@@ -29,7 +29,7 @@
appName = "My awesome Gitea server"; # Give the site a name
database = {
type = "postgres";
password = "REMOVED_OLD_PASSWORD_FROM_HISTORY";
passwordFile = config.sops.secrets.gitea-password.path;
};
settings = {
server = {

View File

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

View File

@@ -92,7 +92,7 @@
config = {
dbtype = "pgsql";
adminuser = "alex";
adminpassFile = "/var/nextcloud-admin-pass";
adminpassFile = config.sops.secrets.nextcloud-password.path;
};
};
};