docs(readme): say how to get a sidecar before explaining how it is used #120
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs/installer-first-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What & why
The Shard integration (uo-link) section documents the contract thoroughly — ingest, REST, the SSE split, ownership checks — but never answered the question an admin actually arrives with: where do the base URL, WebSocket URL, protocol version and token in Admin → Shard come from? The README pointed at
RunicGateway/linkfor the source, which is a repo to build, not an answer.They come from the installer, released as v0.1.0 on 2026-08-07: it runs on the shard host, deploys the plugin and sidecar as a matched protocol-checked pair, registers the service, and prints those four values at the end of the run.
Adds a short "Setting up the shard side" subsection ahead of "How it works" with that flow, the shape of the printed block, a link to INSTALL.md, and a pointer to Appendix A for the by-hand path (still supported — for a host that cannot run the binary or a developer working from a source tree). Also restates that none of it is required: with no sidecar configured the site renders normally and shows the shard offline.
README-only — no routes, controllers, models, schema or client code touched, so no OpenAPI regeneration is involved.
How it was tested
Docs-only; nothing to run. The printed block matches the token-handoff format in
docs/installer/PLAN.md§6, and protocol 3 matches the current bundle (2026.08.07: link v1.2.1, overlay v0.2.0).Companion PRs, same branch name in each repo: docs, installer, link, servuo-plugins.
Checklist
AI-assisted contributions (required)
Claude Code. I have reviewed and understand every change, and take responsibility for it. AI-authored commits are marked with aCo-Authored-Bytrailer.License