1.3 KiB
1.3 KiB
Desktop Obsidian ↔ VPS AgentOS
Canonical path on VPS
/home/vpsadmin/AgentOS
Point Obsidian at a local clone or sync of this tree, not a third vault.
Option A — Git (recommended if you use Gitea)
- Keep AgentOS as the live working tree on the VPS.
- This tree is mirrored under
Tony_tech/personal-agent-os→memory-systems/agent-os/. - On the laptop (via SSH tunnel to Gitea if needed):
git clone http://localhost:3000/Tony_tech/personal-agent-os.git # Open memory-systems/agent-os as vault OR whole repo - Obsidian → Open folder as vault.
- Before big sessions:
git pull. After edits: commit + push.
Or rsync once:
rsync -avz vpsadmin@YOUR_VPS:/home/vpsadmin/AgentOS/ ./AgentOS-Vault/
Option B — Syncthing
- Install Syncthing on laptop + VPS (user-level, no root).
- Share
/home/vpsadmin/AgentOS↔ localAgentOS-Vault. - Open the local folder in Obsidian.
- Avoid editing the same note on both sides at once.
What not to do
- Don’t keep a separate vault on the laptop that Leonard never sees.
- Don’t put secrets in synced markdown.
- Don’t use iCloud-only without a VPS-visible path.
Env on VPS (Hermes)
OBSIDIAN_VAULT_PATH=/home/vpsadmin/AgentOS