Prerequisites
Before deploying Confo, ensure you have the following:
Required
- Docker and Docker Compose — for running the application and database containers
- A MariaDB instance (provided via Docker Compose, or an external one)
Optional
- OBS Studio with the WebSocket plugin (v5+) — required only if you want to use the OBS streaming/recording integration
- Google Cloud project with YouTube Data API v3 enabled — required only for the YouTube integration (see YouTube Integration)
Container Images
Pre-built container images are available from the GitHub Container Registry:
| Image | Description |
|---|---|
ghcr.io/vasimi/confo:latest | Main application (backend + frontend + Nginx) |
ghcr.io/vasimi/confo/obs-bridge:latest | OBS Bridge service |
Both images are built for the linux/arm64 platform.