Draft for review
Goal: make the wiki reachable remotely without making day-to-day editing miserable. The plan assumes you’re happy to use VPN/Tailscale sometimes for sync.

Obsidian Remote Wiki Access Plan

Published via the Hogwarts Nginx web root for easy review.

Executive summary

Obsidian works best when each device has a local vault. A pure network-mounted vault is possible, but it’s the most fragile option. The cleanest self-hosted path is:

If you want the least-maintenance option, Obsidian Sync is the simplest. If you want control and don’t mind turning on VPN occasionally, Tailscale + Syncthing is the best fit.

Options reviewed

Option A — Obsidian Sync

  • Simple setup
  • No VPN needed for normal use
  • Best UX if you value convenience

Trade-off: paid service, less self-hosted control.

Option B — Tailscale + Syncthing

  • Self-hosted
  • Each device keeps a local vault
  • Good offline behaviour

Trade-off: more moving parts, but still sane.

Option C — Remote-mounted vault

  • Looks simple on paper
  • One shared location
  • Can be accessed over VPN

Trade-off: most brittle if the link drops or a device sleeps.

Recommendation

Recommended Tailscale + Syncthing

  1. Keep the vault local on each device.
  2. Use Tailscale when you need to reach Hogwarts securely.
  3. Use Syncthing to keep the vault in sync.
  4. Only fall back to Obsidian Sync if you want a simpler hosted solution.

Why this is the best balance

Proposed rollout

Phase 1 — Decide the sync model

Phase 2 — Define the vault layout

Phase 3 — Secure remote access

Phase 4 — Validate behaviour

Risks to keep an eye on

Decision points for you

If you approve this direction, I can turn it into a concrete setup checklist next.

Open the Syncthing + Git setup checklist