docs: add complete self-hosting guide with MinIO, edge functions, and plugin config (fixes #110)#707
docs: add complete self-hosting guide with MinIO, edge functions, and plugin config (fixes #110)#707pxtung299-bot wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdds a new "Self-Hosting Capgo" guide documenting local deployment with Supabase (Postgres/Auth + Edge Functions), MinIO for S3 storage, SMTP setup, Capacitor updater integration, bundle upload, verification, and troubleshooting in a step-by-step workflow. ChangesSelf-hosting Getting Started Documentation
Estimated Code Review Effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
src/content/docs/docs/self-hosting/getting-started.md (1)
5-211: ⚡ Quick winConvert section titles, table, and code blocks to proper Markdown syntax.
The file uses plain text for section titles (e.g., "Overview", "Prerequisites", "Step 1") instead of Markdown headings with
#or##. The service table uses tab-separated format instead of pipe-delimited Markdown syntax. Code blocks are labeled (bash, env, yaml, toml, typescript) without triple-backtick fences. This formatting will render poorly in Markdown parsers.Convert:
- All major sections to Markdown headings (
## Step 1 — Clone and Configure Capgo, etc.)- The service table to pipe-delimited format
- Code blocks to properly fenced triple-backtick blocks with language identifiers
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@src/content/docs/docs/self-hosting/getting-started.md` around lines 5 - 211, The document uses plain text headings, a tab-separated service table, and labeled code snippets without fenced code blocks; convert section titles like "Overview", "Prerequisites", and each "Step X — ..." into Markdown headings (e.g., ## or ###), change the service table into a pipe-delimited Markdown table with a header row and | separators, and wrap every labeled snippet (bash, env, yaml, toml, typescript) in triple-backtick fenced code blocks with the correct language identifier so all code sections render properly; update any inline code examples mentioned (e.g., capacitor.config.ts) to use fenced blocks as well to preserve syntax highlighting.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/content/docs/docs/self-hosting/getting-started.md`:
- Line 1: The frontmatter on the document is invalid: split the merged "title"
and "description" into proper YAML frontmatter by adding the opening and closing
triple-dash delimiters (---) and placing "title:" and "description:" each on
their own lines; ensure there is a blank line after the closing --- before the
markdown body so metadata parsers can read the document correctly.
---
Nitpick comments:
In `@src/content/docs/docs/self-hosting/getting-started.md`:
- Around line 5-211: The document uses plain text headings, a tab-separated
service table, and labeled code snippets without fenced code blocks; convert
section titles like "Overview", "Prerequisites", and each "Step X — ..." into
Markdown headings (e.g., ## or ###), change the service table into a
pipe-delimited Markdown table with a header row and | separators, and wrap every
labeled snippet (bash, env, yaml, toml, typescript) in triple-backtick fenced
code blocks with the correct language identifier so all code sections render
properly; update any inline code examples mentioned (e.g., capacitor.config.ts)
to use fenced blocks as well to preserve syntax highlighting.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 28939c31-3826-4508-8b89-d96c183a016e
📒 Files selected for processing (1)
src/content/docs/docs/self-hosting/getting-started.md
|
@pxtung299-bot solve the comments please |
|
|
Hi @riderx! I've fixed both issues — the frontmatter delimiters are now correct and all section titles, tables, and code blocks use proper Markdown syntax. Ready for re-review! |



Closes #110
Adds a comprehensive self-hosting guide covering all the gaps mentioned in the issue:
capgo doctorSummary by CodeRabbit