feat: several updates

This commit is contained in:
Xavier Morel
2025-12-09 14:35:20 +01:00
parent aec2e5bf63
commit a78704f30f
36 changed files with 826 additions and 150 deletions

View File

@@ -19,14 +19,20 @@
enable = true;
listenAddress = "0.0.0.0";
port = 9187;
openFirewall = true;
runAsLocalSuperUser = true;
};
};
logging = {
enable = true;
metricsEnable = true;
metricsEnable = false;
prometheusPorts = {
postgres = 9187;
};
journalLoggers = {
postgresql = "";
postgresqlBackup = "";
};
};
private = true;
auth = true;