Storage Box: use per-machine subdirs, plan for multi-server

This commit is contained in:
Hoid 2026-02-16 17:03:21 +00:00
parent 812d2085e9
commit af67f8a00f

View file

@ -52,7 +52,7 @@
"sshKey": "/home/openclaw/.ssh/docfast",
"smtp": "Postfix + OpenDKIM configured. DKIM-signed emails working. SPF/DKIM/DMARC DNS records live.",
"email": "noreply@docfast.dev",
"backups": "BorgBackup daily at 03:00 UTC (local). PostgreSQL + Docker volumes + configs. Off-site: ssh -p23 u149513-sub11@u149513-sub11.your-backup.de (SSH key installed at /root/.ssh/id_ed25519)",
"backups": "BorgBackup daily at 03:00 UTC (local). PostgreSQL + Docker volumes + configs. Off-site: ssh -p23 u149513-sub11@u149513-sub11.your-backup.de (SSH key installed at /root/.ssh/id_ed25519). IMPORTANT: Create per-machine subdirectories (e.g. ./docfast-1/) — this Storage Box will be shared across multiple servers.",
"cicd": "Forgejo Actions workflow (pending secrets setup)",
"infraDocs": "infrastructure/ directory with full provisioning scripts"
},