✨ Simplify installer onboarding and add remote setup#21
Merged
Conversation
Keep the install script focused on local bootstrap with explicit prompts for hooks and service setup. Add a dedicated remote-setup flow that guides secure exposure and reuses the existing service plumbing.
Address the new CI clippy failures in cmd_remote_setup so rust-lint passes cleanly.
Robdel12
added a commit
that referenced
this pull request
Mar 18, 2026
## Summary This reworks the server install flow so the one-line installer stays focused on local bootstrap, then adds a dedicated `orbitdock remote-setup` command for secure exposure later. - keep `install.sh` on the local happy path with explicit prompts for Claude hooks and background service setup - add `orbitdock remote-setup` to guide Cloudflare, Tailscale, reverse proxy, and direct-bind onboarding - reuse existing service plumbing when remote setup needs to change bind/auth behavior - quiet noisy installer subcommand output and tighten the post-install summary - update the root README, server README, and deployment docs to match the new flow ## Testing - `bash -n orbitdock-server/install.sh` - `make rust-fmt` - `make rust-check` - `make rust-test`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This reworks the server install flow so the one-line installer stays focused on local bootstrap, then adds a dedicated
orbitdock remote-setupcommand for secure exposure later.install.shon the local happy path with explicit prompts for Claude hooks and background service setuporbitdock remote-setupto guide Cloudflare, Tailscale, reverse proxy, and direct-bind onboardingTesting
bash -n orbitdock-server/install.shmake rust-fmtmake rust-checkmake rust-test