Self-Hosting Guide¶
Everything you need to install and run Jinbocho on your own server.
Sections¶
| # | Section | What you'll find |
|---|---|---|
| 1 | Prerequisites | System requirements: Docker, Git, optional API keys |
| 2 | Production Deployment | Step-by-step self-hosted install (quick start + manual) |
| 3 | Monitoring & Logging | Health checks, logs, Netdata |
| 4 | Troubleshooting | Common issues and fixes |
Quick Path¶
- Prerequisites — install Docker and clone the install repo
- Production Deployment — one command to a running stack
- Monitoring & Logging — confirm it started cleanly
- Troubleshooting — if something's off
Technology Stack¶
| Layer | Technology |
|---|---|
| Backend | Python 3.12, FastAPI, PostgreSQL 16 |
| Frontend | React 18, TypeScript |
| Deployment | Docker Compose (self-hosted), Caddy reverse proxy |