Browse by type
Composable spatial services.
Features: * OGC WMS Server (backends: QGIS Server + UNN Mapserver) * Built-in map viewer * Static file server * Instrumentation: Prometheus and Jaeger tracing * Healths endpoints for Kubernetes hosting
Components: * BBOX map server * BBOX map viewer * BBOX OGC API Features service * BBOX file server
cd bbox-server
cargo install --all-features --path .
~/.cargo/bin/bbox-server
docker build -f ./Dockerfile-qgis-server -t bbox .
Run with environment variables:
docker run -p 8080:8080 -e BBOX_WEBSERVER__SERVER_ADDR=0.0.0.0:8080 bbox
Run with configuration file:
docker run -p 8080:8080 -v bbox.toml:/var/www/bbox.toml:ro bbox