Deployment from source
The broker does not have a production-ready packaged deployment yet. Run it from source while the configuration surface is being built.
cargo run --release --bin fibril-serverThe server binary currently uses development defaults in source for:
- bind addresses
- data directory
- broker authentication
- metrics behavior
Do not expose it publicly without reviewing those defaults and placing it behind appropriate network controls.
Website deployment
Section titled “Website deployment”The documentation website is separate from the broker process. It builds to static files and is served by nginx in a small container behind Traefik.
cd websitenpm cinpm run build