Conversation
This was referenced Sep 16, 2026
TeoSlayer
marked this pull request as draft
September 16, 2026 15:47
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.
Current status: production is restored to the original v0.2.5 binary/config and public routing. The community service is stopped and automatic updates are disabled. This change is consolidated into #58 for review; this PR remains a draft reference. The user explicitly requested PR-only work with no merge, release or deployment.
Public visitors currently see the engine dashboard and internal index/vector counters. Open anonymous visitors on account creation/sign-in instead, with explicit
/loginand/signuppaths. Existing sessions open the workspace; signing out returns to authentication. Guests can still opt into their existing allowance.The Caddy configuration denies public
/stats,/metrics,/queue,/domains,/verify, and/slapaths, including subpaths, and redirects the legacy/chatinterface to sign-in. Operators retain loopback access through SSH.Stacked on draft revert PR #56 so the build excludes the unapproved ranking changes. The earlier, now-reverted rollout was limited to the standalone community service and public routing; the engine remains pinned to v0.2.5 and automatic engine updates remain stopped. No stable release is created by this PR.
Validation: community tests, JavaScript syntax check, and Go build pass. Browser login/onboarding/logout checks pass. Signed workflow run 35115199294 passed vet, full race tests, smoke, and builds; the standalone account binary dd43720 was deployed and subsequently rolled back at the user’s request. During that deployment, public authentication routing and API account/onboarding/saved-search/CSV/search/logout and guest-limit checks passed. Those portal routes are no longer active. The engine remains v0.2.5 with its vector index ready.