21dbee4b53
Compose files and configs for postgres, adguard, duckdns, homarr, neo4j, portainer, remotely, and monitoring; RESTORE.md and sync-from-nas script. Sanitize pgAdmin secrets; document homelab-command as separate repo. Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Name": "Homelab PostgreSQL",
|
|
"Group": "Servers",
|
|
"Host": "192.168.1.211",
|
|
"Port": 5433,
|
|
"MaintenanceDB": "homelab",
|
|
"Username": "mo",
|
|
"Password": "VUL_IN_PGADMIN_UI",
|
|
"SSLMode": "prefer",
|
|
"Comment": "Synology NAS — Homelab dashboard database"
|
|
}
|
|
}
|
|
}
|