Fluxheim/Dokumentáció/Builds & Features

Builds & Features

A Fluxheim feature setekkel fordul. Válaszd a legkisebb buildet, amely tartalmazza, amire a deploymentednek szüksége van.

Gyakori buildek

BuildErre használd
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-balancerCélzott upstream balancing és health checkek.
phpStatic web plus PHP-FPM applicationök, például WordPress.

Profil példák

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

Feature családok

CsaládMit ad hozzá
webStatic file serving és local web route-ok.
proxyReverse proxy routes and upstream handling.
cacheShared cache policy, memory and disk tiers, purge, and cache tooling.
php-fpmFastCGI híd és opcionális managed PHP-FPM supervision.
metricsPrometheus metrikák and optional OTLP metrics export.

Ami nem mehet együtt

  • Pontosan egy TLS backendet válassz.
  • Privacy builds do not include cache, metrics, tracing, or OTLP export.
  • A focused edge image-ek szándékosan kihagyják a feladatukon kívüli modulokat.
  • Futtatás the feature validator before packaging custom feature strings.
Magyar