Reference

Mechanical reference material — flag sets, schemas, the things you look up rather than read end-to-end.

Pages

PageWhen to use
Daemon CLI referenceRunning obsidian-remote-server by hand: full flag set, state-dir layout, exit codes, signal handling
data.json schema referenceEditing the plugin’s data.json directly or scripting multi-machine setup: PluginSettings, SshProfile, JumpHostConfig, hostKeyStore

What’s NOT here

  • API/protocol reference lives at API & protocol — separate section because it has its own structure.
  • Per-setting UI walkthroughs live at Configuration — same fields, but documented from the UI’s POV.
  • Error code list lives at API → Errors alongside the rest of the protocol docs.

This section exists for the things that don’t fit those — currently the daemon binary’s CLI surface and the on-disk settings file.

See also

  • API & protocol — the JSON-RPC reference
  • Configuration — UI walkthroughs of the same data the schema describes
  • deploy — the operator-facing pages that invoke obsidian-remote-server