Obsidian Remotely Save Setup¶
Use this note to connect Windows, Mac, and iPhone Obsidian vaults to the live Markdown vault on the Oracle A1 server.
Connection¶
- Sync plugin: Obsidian Remotely Save
- Sync type: WebDAV
- Server address:
https://sync.debugoowiki.duckdns.org/ - Server vault path:
/srv/llm-wiki/vault - Credentials: provided by the vault owner and stored outside this vault. Enter them only in the Remotely Save settings for each device.
Do not paste private credentials into notes, chat prompts, screenshots, support logs, or shared docs. If an agent or prompt asks for login material, share only the endpoint above and ask the vault owner to provide credentials through a separate channel.
Windows¶
- Install Obsidian and create or open a local vault folder for this wiki.
- Open Settings, then Community plugins.
- Turn off Restricted mode if needed, browse Community plugins, install Remotely Save, and enable it.
- Open Remotely Save settings.
- Set the remote service to WebDAV.
- Set the server address to
https://sync.debugoowiki.duckdns.org/. - Enter the user-provided Username and Password in the plugin settings.
- Use the plugin's check or sync command. The first sync should pull the server vault into the local vault.
- Confirm that
AGENTS.md,index.md, andAI-Sessions/appear locally.
Mac¶
- Install Obsidian and create or open a local vault folder for this wiki.
- Open Settings, then Community plugins.
- Turn off Restricted mode if needed, install Remotely Save, and enable it.
- In Remotely Save settings, choose WebDAV.
- Use
https://sync.debugoowiki.duckdns.org/as the server address. - Enter the user-provided Username and Password in the plugin settings.
- Run the initial sync and wait for the vault to finish downloading.
- Confirm that
AGENTS.md,index.md, andAI-Sessions/appear locally.
iPhone¶
- Install Obsidian from the App Store.
- Create or open a local vault for this wiki. This workflow does not require Working Copy or Git.
- Open Settings, then Community plugins.
- Turn off Restricted mode if needed, install Remotely Save, and enable it.
- In Remotely Save settings, choose WebDAV.
- Use
https://sync.debugoowiki.duckdns.org/as the server address. - Enter the user-provided Username and Password in the plugin settings.
- Run sync and keep Obsidian open until the first download completes.
- Confirm that
AGENTS.md,index.md, andAI-Sessions/appear in the mobile vault.
Device Sync Test¶
Use this test for each new device.
- On the device, create a note at
AI-Sessions/raw/inbox/<device-name>-test.md. - Add one line with the device name and current date.
- Run Remotely Save sync on that device.
- Open another device, run Remotely Save sync, and confirm the test note appears.
- Ask the server operator to verify the file exists under
/srv/llm-wiki/vault/AI-Sessions/raw/inbox/.
Leave inbox test notes in place until an operator archives or processes them. Existing files under AI-Sessions/raw/ are read-only for agents and should not be rewritten.
Daily Use Rules¶
- Use Remotely Save and WebDAV for daily sync.
- Do not use routine Git pull or push from devices; Git is a server-side snapshot and rollback layer.
- Avoid long simultaneous edits to the same note from multiple devices.
- Preserve conflict files. Move or review them under
AI-Sessions/wiki/_conflicts/instead of deleting them. - For quick iPhone capture, add new notes under
AI-Sessions/raw/inbox/orAI-Sessions/wiki/questions/.
Troubleshooting¶
- If a browser or curl request to
https://sync.debugoowiki.duckdns.org/returns401 Unauthorized, the endpoint is reachable and protected. - If Remotely Save cannot connect, recheck the WebDAV URL, Username, and Password fields.
- If the first sync is slow, keep Obsidian open until the plugin finishes.
- If two versions of a note appear, keep both and ask an operator to merge them.