Skip to content

docs: add Hosting Gooey.AI Server section - #3

Merged
computationalmama merged 1 commit into
mainfrom
hosting-gooey-server
Aug 20, 2026
Merged

docs: add Hosting Gooey.AI Server section#3
computationalmama merged 1 commit into
mainfrom
hosting-gooey-server

Conversation

@computationalmama

Copy link
Copy Markdown
Member

Adds a Hosting Gooey.AI Server section to the docs, splitting the INSTALL.md walkthrough from gooey-server into navigable pages so self-hosting is documented on docs.gooey.ai.

Pages

hosting-gooey-server/
├── README.md                       What is Gooey Server?
├── installation/
│   ├── README.md                   Installation Guide
│   ├── quickstart-with-docker.md
│   └── manual-installation.md
├── adding-local-ai-models.md
├── configuration.md                verbatim
└── platform-independence.md        verbatim
  • What is Gooey Server? — architecture (Mermaid), when self-hosting is the right call, 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, keeping up to date, verification checklist, troubleshooting (collapsible).
  • Quickstart with Docker / Manual Installation — the two install paths, with per-OS tabs.
  • Adding Local AI Models — Ollama or any OpenAI-compatible server.

SUMMARY.md gains a ## 🖥️ Hosting Gooey.AI Server section, 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 absolute github.com/GooeyAI/gooey-server/blob/master/... URLs.

One cross-reference in configuration.md read "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 diagram renders (verified with mermaid-cli and visually inspected). No custom colours, so it follows GitBook's light/dark theme.
  • All internal links and heading anchors across the 7 pages resolve.
  • Content coverage against 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-server is untouched. INSTALL.md stays 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

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.
@computationalmama
computationalmama merged commit 6875637 into main Aug 20, 2026
5 of 6 checks passed
@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 7b4c91e5-1186-4d05-8f74-97690d466550


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant