docs(selfhost): add combined ORB + AMS quickstart - #6011
Closed
jsdevninja wants to merge 1 commit into
Closed
Conversation
Document standing up root docker-compose.yml with AMS fleet/laptop on one host, including LOOPOVER_MINER_CONFIG_DIR agreement and the fleet ams-observability bridge. Closes JSONbored#5996. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Owner
|
No - the issue specifically mentions to move these to the website docs (.tsx files properly organized in our website) with logical hierarchy. |
Merged
1 task
reyanthony062001-ops
pushed a commit
to reyanthony062001-ops/gittensory
that referenced
this pull request
Jul 15, 2026
…t-text-only enforcement The loopover-orb review gate only checks a PR against what its linked issue explicitly states, never implied intent. Add a dedicated reference.md section and SKILL.md pointer so future gardening runs write hard file-type/path constraints as standalone rules instead of narrative context (confirmed the hard way via JSONbored#5996/JSONbored#6011). Also tighten the milestone-discipline guidance and mark the unified AMS+ORB harness item as already scoped (JSONbored#5996, epic JSONbored#6012).
This was referenced Jul 19, 2026
24 tasks
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
ORB_AMS_QUICKSTART.md: single operator path for running ORB (docker-compose.yml) and AMS (fleet or laptop) on one host.LOOPOVER_MINER_CONFIG_DIRagreement, the#5805fleet bind-mount override, and a copy-pasteable combined compose invoke (observability +ams-observability+ miner).README.md,packages/loopover-miner/DEPLOYMENT.md, and the miner package README. No compose/code changes.Fleet-mode
ams-observabilityconfirmationVerified against live YAML on current
main(not historical issue prose):ams-reporting-exportermounts${LOOPOVER_MINER_CONFIG_DIR:-~/.config/loopover-miner}:/ams-ledgers:ro.docker-compose.miner.override.yml.examplebind-mounts the same expression onto the fleet miner's/data/miner, replacing the namedminer-datavolume when that override is included.Also noted (out of scope, still open):
#5812PROFILES header comment omitsams-observability;#5935fleet image tag still saysgittensory-miner:latest.Scope
Validation
Docs-only under repo root /
packages/loopover-miner/**/*.md— outside Codecovsrc/**. Skipped fullnpm run test:ci(no code/schema/UI changes). Checked:git diff --checkon the commit; compose wiring reviewed by file inspection.Safety
site// changelog editsUI Evidence
N/A — operator markdown quickstart only (no rendered UI/site page change).
Closes #5996