Files
swarm-master/swarm-common/obsidian-vault/zap/memory/2026-03-06.md
William Valentin 4b1afb1073 feat: add swarm-common obsidian vault
Add Obsidian vault to the swarm-common virtiofs share for access
from zap VM and other VMs. Contains agent memory, notes, and
infrastructure documentation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 15:36:02 -07:00

815 B

2026-03-06

Telegram hardening

  • Added Telegram group sender allowlist for commands:
    • channels.telegram.groupAllowFrom = ["8367012007"]
    • channels.telegram.groups["*"].allowFrom = ["8367012007"]
  • Result: security audit critical finding for missing Telegram group allowlist cleared.

Backups / MinIO

  • Updated scripts/backup-to-minio.sh to back up full ~/.openclaw (not just workspace memory files).
  • Backup now uploads:
    • openclaw-<timestamp>.tar.gz
    • openclaw-<timestamp>.tar.gz.sha256
    • manifest.txt
  • Verified successful full backup upload to s3://zap/workspace-backups/.
  • Enabled bucket versioning on zap.
  • Added lifecycle rule for workspace-backups/:
    • expire noncurrent versions after 90 days
    • keep 3 newer noncurrent versions
    • expire delete markers enabled