Files
Vish 3b9d759b4b feat: add fluxer upstream source and self-hosting documentation
- Clone of github.com/fluxerapp/fluxer (official upstream)
- SELF_HOSTING.md: full VM rebuild procedure, architecture overview,
  service reference, step-by-step setup, troubleshooting, seattle reference
- dev/.env.example: all env vars with secrets redacted and generation instructions
- dev/livekit.yaml: LiveKit config template with placeholder keys
- fluxer-seattle/: existing seattle deployment setup scripts
2026-03-13 00:55:14 -07:00

25 lines
541 B
JSON

{
"$schema": "../../packages/config/src/ConfigSchema.json",
"services": {
"relay": {
"port": 8090,
"upstream_api_host": "localhost:8080",
"upstream_gateway_host": "localhost:8081",
"upstream_use_tls": false,
"max_connections_per_instance": 1000,
"connection_timeout_ms": 30000,
"idle_timeout_ms": 120000,
"allowed_origins": [],
"logger_level": "info"
}
},
"federation": {
"instance_domain": "localhost"
},
"telemetry": {
"enabled": false,
"otlp_endpoint": "",
"service_name": "fluxer-relay"
}
}