Builds & Funcțies
Fluxheim se compilează cu seturi de features. Alege cel mai mic build care conține ce are nevoie deployment-ul tău.
Build-uri uzuale
| Build | Folosește pentru |
|---|---|
| full | General production server with web, proxy, cache, TLS, ACME, PHP-FPM, metrics, and tracing. |
| proxy | Reverse proxy without local static hosting or cache. |
| cache | Cache edge in front of another origin. |
| load-balancer | Upstream balancing și health checks focalizate. |
| php | Web static plus aplicații PHP-FPM precum WordPress. |
Exemple de profile
cargo build --release --no-default-features --features profile-full,acme-client,metrics,metrics-otlp,otel-tracing,otel-otlp
cargo build --release --no-default-features --features profile-cache-edge,acme-client
cargo build --release --no-default-features --features profile-proxy-edge,acme-client
cargo build --release --no-default-features --features profile-web-server,php-fpm,acme-client
cargo build --release --no-default-features --features profile-load-balancer-edge,acme-client
Familii de features
| Familie | Ce adaugă |
|---|---|
web | Static file serving și route-uri web locale. |
proxy | Reverse proxy routes and upstream handling. |
cache | Shared cache policy, memory and disk tiers, purge, and cache tooling. |
php-fpm | FastCGI bridge și supraveghere PHP-FPM gestionată opțional. |
metrics | Metrici Prometheus and optional OTLP metrics export. |
Lucruri care nu pot fi combinate
- Alege exact un backend TLS.
- Privacy builds do not include cache, metrics, tracing, or Export OTLP.
- Image-urile edge focalizate omit intenționat modulele din afara rolului lor.
- Rulează the feature validator before packaging custom feature strings.