Config Schema
The schema is published in this repository at schemas/kibaco.config.schema.json.
Root
workspace: Name used for Docker container namesproxyPort: Local proxy portlog: Per-project log rotation settingsservices: Docker, Compose-backed, or command-backed services Kibaco can manageprojects: Local app commands and URL routes
The standard project-local config path is:
This file should be ignored by Git. Commit kibaco.config.example.json instead.
Project logs are stored under:
Command service logs are stored under:
Project
Project healthCheck is optional. kibaco dev --watch-health uses an HTTP project health URL when configured, otherwise it probes target.
Remote project:
When remote is set, target and command can be omitted. kibaco dev opens an SSH local forward and routes the proxy to the local tunnel port.
Service
Docker service:
Command service:
Health Check
Supported types:
tcphttpcommand
Validation
Run:
Typical output: