pgadmin_web_ui

This commit is contained in:
mo
2026-05-10 17:18:51 +02:00
parent 5022e28b18
commit 34adf018e8
4 changed files with 144 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"Servers": {
"1": {
"Name": "Homelab PostgreSQL",
"Group": "Servers",
"Host": "192.168.1.211",
"Port": 5433,
"MaintenanceDB": "homelab",
"Username": "mo",
"Password": "WaQTUw2t",
"SSLMode": "prefer",
"PassFile": "",
"SSLCert": "",
"SSLKey": "",
"SSLRootCert": "",
"Comment": "Synology NAS — Homelab dashboard database"
}
}
}