Fluxheim/Dokumentacja/Builds & Funkcjas

Builds & Funkcjas

Fluxheim kompiluje się z zestawami features. Wybierz najmniejszy build, który zawiera to, czego wymaga deployment.

Typowe buildy

BuildUżyj do
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-balancerSkupione upstream balancing i health checks.
phpStatyczny web plus aplikacje PHP-FPM, takie jak WordPress.

Przykłady profili

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

Rodziny features

RodzinaCo dodaje
webStatic file serving i lokalne web routes.
proxyReverse proxy routes and upstream handling.
cacheShared cache policy, memory and disk tiers, purge, and cache tooling.
php-fpmFastCGI bridge i opcjonalny managed PHP-FPM supervision.
metricsMetryki Prometheus and optional OTLP metrics export.

Rzeczy, których nie można łączyć

  • Wybierz dokładnie jeden backend TLS.
  • Privacy builds do not include cache, metrics, tracing, or Eksport OTLP.
  • Skupione edge images celowo pomijają moduły spoza swojego zadania.
  • Uruchom the feature validator before packaging custom feature strings.
Polski