Add postgresql (#163)

* feat: add postgresql

* feat: add grafana dashbaord, fix exporter
This commit is contained in:
Ryan Yin
2024-09-03 14:32:20 +08:00
committed by GitHub
parent a1789eebff
commit cf34ea047c
6 changed files with 3323 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
}: let
hostCommonConfig = ''
encode zstd gzip
tls ${../../certs/ecc-server.crt} ${config.age.secrets."certs/ecc-server.key".path} {
tls ${../../certs/ecc-server.crt} ${config.age.secrets."caddy-ecc-server.key".path} {
protocols tls1.3 tls1.3
curves x25519 secp384r1 secp521r1
}