docs: mention Server mode + ci.forkhorizon.com production backend#81
Merged
Conversation
main's README only documented the localhost webhook-only fallback path and never mentioned that the broker also has a Server mode talking to a real backend (ci.forkhorizon.com, served by ForkHorizon/WebSite). That Server mode already exists in the broker code on both main and develop (CIQueueSettingsStore.swift, LocalBrokerLaunchAgent.swift) even though develop's README docs for it were pointing at the wrong backend (see companion PR on develop). Points main's reader at develop for full setup details rather than duplicating them here.
Daliys
marked this pull request as ready for review
July 25, 2026 18:59
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.
Why
main's README only documents the localhost-only webhook fallback path and never mentions Server mode — even though the broker code that implements it (
CIQueueSettingsStore.swift,LocalBrokerLaunchAgent.swift) is present onmaintoo. A reader of just this branch would have no idea the production setup (ci.forkhorizon.com, served byForkHorizon/WebSite) exists.What changed
develop's README for full setup detail rather than duplicating it (see the companion PR ondevelop, which also corrects a wrong claim about where that backend lives).Left as a draft — not merging myself, surfacing for review.