Fix/proxy egress ownership - #1066
Merged
Merged
Conversation
…#1065) The site was ~3,500 words for a project with ~90 CLI flags, and several of those words were wrong: --peerguardian is not a flag, the egress and `edgevpn start` features were undocumented entirely, and the architecture page described a ledger that had been replaced. Restructures docs/content into tutorials / how-to / reference / explanation, with a Hugo alias on every moved page so existing inbound links keep working. Adds internal/docsgen, which walks the real cli.App via cmd.NewApp and emits the CLI and environment-variable reference. A CI job regenerates and diffs it, so a flag cannot be added without the docs following. That covers 94 flags and 85 environment variables that were previously undocumented, and makes the --peerguardian class of defect structurally impossible. Publishes docs/design/authenticated-ledger.md, which had never shipped, and adds guides for HTTP egress, ledger ownership, relays, Docker and the ledger bucket namespace, plus a security model page stating plainly that EdgeVPN's model is perimeter-only. Relocates the README's unique content to the site and trims it. The README's Go library example did not compile; it does now. Also removes the unused docsy git submodule, adds the missing CONTRIBUTING.md the docs linked to, reconciles baseURL with what production actually serves, and fixes a 404 page that redirected visitors off-site. Co-authored-by: Ettore Di Giacinto <mudler@localai.io> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
The documentation branch was cut before the React UI landed, so its install and contributing pages said the binary needs only Go and that "no JavaScript toolchain is involved". That is now false: the interface is embedded with //go:embed, so a build without Node fails with "pattern react-ui/dist/*: no matching files found". Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
mudler
force-pushed
the
fix/proxy-egress-ownership
branch
from
August 3, 2026 22:14
d6d76c0 to
47b7365
Compare
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.
No description provided.