Fluxheim/Dokument/Builds & Funktions

Builds & Funktions

Fluxheim kompileras med feature-set. Välj det minsta bygget som innehåller det din driftsättning behöver.

Vanliga byggen

BuildAnvänd det för
fullGeneral production server with web, proxy, cache, TLS, ACME, PHP-FPM, metrics, and tracing.
proxyReverse proxy without local static hosting or cache.
cacheCache edge in front of another origin.
load-balancerFokuserad upstream-balansering och health checks.
phpStatisk webb plus PHP-FPM-applikationer som WordPress.

Profilexempel

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

Funktionsfamiljer

FamiljVad det lagger till
webServering av statiska filer och lokala webbrutter.
proxyReverse proxy routes and upstream handling.
cacheShared cache policy, memory and disk tiers, purge, and cache tooling.
php-fpmFastCGI-brygga och valfri hanterad PHP-FPM-overvakning.
metricsPrometheus-mätvärden and optional OTLP metrics export.

Saker som inte kan kombineras

  • Välj exakt en TLS-backend.
  • Privacy builds do not include cache, metrics, tracing, or OTLP-export.
  • Fokuserade edge-images utelämnar avsiktligt moduler utanför sin uppgift.
  • Kör the feature validator before packaging custom feature strings.
Svenska