docs: add Hosting Gooey.AI Server section - #3
Merged
Conversation
Splits the gooey-server INSTALL.md walkthrough into a navigable GitBook section so self-hosting is documented on docs.gooey.ai: - What is Gooey Server? - architecture (mermaid), when to self-host, why local/sovereign hosting matters (links gooey.ai/sovereignty), and the zero-proprietary-services table - Installation Guide - path comparison, what gets installed, optional add-ons, updating, verification checklist, troubleshooting - Quickstart with Docker - Manual Installation - Adding Local AI Models - Ollama / any OpenAI-compatible server - Configuration Reference - copied verbatim from configuration.md - Platform Independence - copied verbatim from PLATFORM_INDEPENDENCE.md The two copied pages differ from their source only in GitBook frontmatter and in repo-relative links rewritten to absolute github.com URLs so they resolve on the docs site.
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Adds a Hosting Gooey.AI Server section to the docs, splitting the
INSTALL.mdwalkthrough fromgooey-serverinto navigable pages so self-hosting is documented on docs.gooey.ai.Pages
SUMMARY.mdgains a## 🖥️ Hosting Gooey.AI Serversection, placed before CONTRIBUTING.Notes for review
The two "verbatim" pages are not byte-identical to their sources. Their bodies are character-for-character identical once link targets are normalised, but links did change, because repo-relative paths (
LICENSE,daras_ai_v2/settings.py#L455,docker-compose.local.yml) would 404 on the docs site. They now point at absolutegithub.com/GooeyAI/gooey-server/blob/master/...URLs.One cross-reference in
configuration.mdread "See [README.md § Functions runtime]"; it now targets the Installation Guide, and the link text was updated to match so it isn't misleading.Checks run locally
mermaid-cliand visually inspected). No custom colours, so it follows GitBook's light/dark theme.INSTALL.md: all 32 URLs and 21/22 code blocks carried over verbatim — the exception differs only because "Path A/B" was renamed to "Docker/Manual install" inside code comments.Two anchors I could not fully verify:
#4-configure-env(heading contains`.env`) and the Platform Independence section anchors depend on GitBook's slugger handling punctuation the way GitHub's does. They pass under GitHub's rules; if GitBook differs, they land at the top of the correct page rather than the exact section.gooey-serveris untouched.INSTALL.mdstays as-is there for now, so this content lives in two places until we decide whether to trim the repo file to a pointer.🤖 Generated with Claude Code