2026-05-18 17:40:23 -04:00
|
|
|
# RemoteRig Central Hub Configuration
|
|
|
|
|
# Target platform: Raspberry Pi Zero 2 W
|
|
|
|
|
|
|
|
|
|
# Database
|
|
|
|
|
db_path: "remoterig.db"
|
|
|
|
|
|
2026-06-05 19:45:28 -04:00
|
|
|
# API key for endpoint authentication. Empty = kiosk mode (no auth) —
|
|
|
|
|
# intended for the closed travel-router LAN, consistent with anonymous MQTT.
|
|
|
|
|
# Set a value to require the X-API-Key header on /api/v1/* (the SPA would
|
|
|
|
|
# then need it too).
|
|
|
|
|
api_key: ""
|
2026-05-18 17:40:23 -04:00
|
|
|
|
|
|
|
|
# Server settings
|
|
|
|
|
port: 8080
|
|
|
|
|
read_timeout: 5s
|
|
|
|
|
write_timeout: 10s
|
|
|
|
|
idle_timeout: 120s
|
|
|
|
|
|
|
|
|
|
# MQTT Broker
|
|
|
|
|
mqtt:
|
|
|
|
|
broker: "localhost:1883"
|
|
|
|
|
client_id: "remoterig-hub"
|
|
|
|
|
|
|
|
|
|
# Platform
|
|
|
|
|
platform:
|
|
|
|
|
type: "pi-zero-2w"
|
|
|
|
|
max_cameras: 16
|