Merged
Conversation
Hidden page covering what's included, setup steps, configuration reference, MCP client connection, and architecture diagram.
Replace curl+docker load approach with standard docker login + docker pull using a license-gated registry token from context7.com.
- Split into distinct "Authenticate" and "Configure and start" steps - Remove redundant docker pull (docker compose up -d handles it) - Add driver: local to volumes declaration - Clarify that docker login credentials persist for docker compose
enesgules
reviewed
Feb 27, 2026
| | `GITHUB_TOKEN` | Yes | GitHub PAT for repository ingestion | | ||
| | `GITLAB_TOKEN` | No | GitLab token for GitLab repositories | | ||
| | `LLM_PROVIDER` | No | Force a provider: `openai`, `anthropic`, `gemini`. Auto-detected from model name if unset | | ||
| | `LLM_MODEL` | No | Model name (default: `gpt-4o`) | |
Collaborator
There was a problem hiding this comment.
I don't think the default model should be 4o it's quite old
enesgules
reviewed
Feb 27, 2026
Comment on lines
+153
to
+154
| | `GITHUB_TOKEN` | Yes | GitHub PAT for repository ingestion | | ||
| | `GITLAB_TOKEN` | No | GitLab token for GitLab repositories | |
Collaborator
There was a problem hiding this comment.
So only gitlab token doesn't work? Do I still need a github token? if so why? if not maybe we can improve clarity
- Move on-premise.mdx from docs root to docs/enterprise/ - Add setup wizard documentation - Add AI provider settings with OpenRouter and local model examples - Add embedding settings with incompatibility warning - Add access control section with permission toggles - Add volume persistence warning - Remove env vars for AI/git config (now UI-configured)
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
on-premise.mdxpage (accessible at/on-premise, not in nav)<Steps>, full config reference, MCP client connection examples, health check, and updatingimages/on-premise-architecture.png