mirror of
https://github.com/KohakuBlueleaf/KohakuHub.git
synced 2026-05-26 06:36:24 -05:00
613 B
613 B
title, description, icon
| title | description | icon |
|---|---|---|
| Port Reference | All ports used by KohakuHub services | i-carbon-network-3 |
Port Reference
Quick reference for all ports.
User-Facing
- 28080 - nginx (main entry, HTTP)
- 443 - nginx (HTTPS, production)
Internal Services
- 48888 - kohaku-hub FastAPI backend
- 5432 - PostgreSQL database
- 28000 - LakeFS API
- 9000 - MinIO S3 API
- 9001 - MinIO Console
Development
- 5173 - Vite dev server (UI)
- 5174 - Vite dev server (Admin)
Public Endpoints
- 29001 - MinIO S3 public endpoint
Use nginx reverse proxy in production!