Set up three-tier synchronization: Syncthing (real-time), GitHub (version control), rsync (disaster recovery). Includes complete documentation for future Claude sessions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Name": "AImpress Main (Admin)",
|
|
"Group": "Production",
|
|
"Host": "postgres-main",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "postgres",
|
|
"Username": "aimpress_admin",
|
|
"SSLMode": "prefer",
|
|
"Comment": "Main admin connection"
|
|
},
|
|
"2": {
|
|
"Name": "Authelia DB",
|
|
"Group": "Security",
|
|
"Host": "postgres-main",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "authelia",
|
|
"Username": "authelia_user",
|
|
"SSLMode": "prefer"
|
|
},
|
|
"3": {
|
|
"Name": "n8n Shared DB",
|
|
"Group": "Core Services",
|
|
"Host": "postgres-main",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "n8n_shared",
|
|
"Username": "n8n_user",
|
|
"SSLMode": "prefer"
|
|
},
|
|
"4": {
|
|
"Name": "Supabase DB",
|
|
"Group": "Core Services",
|
|
"Host": "postgres-main",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "supabase",
|
|
"Username": "supabase_user",
|
|
"SSLMode": "prefer"
|
|
},
|
|
"5": {
|
|
"Name": "Odoo DB",
|
|
"Group": "Business",
|
|
"Host": "postgres-main",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "odoo",
|
|
"Username": "odoo_user",
|
|
"SSLMode": "prefer"
|
|
},
|
|
"6": {
|
|
"Name": "Outline DB",
|
|
"Group": "Business",
|
|
"Host": "postgres-main",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "outline",
|
|
"Username": "outline_user",
|
|
"SSLMode": "prefer"
|
|
}
|
|
}
|
|
}
|