Fluxheim/Dokumentacija/Builds & Funkcijas

Builds & Funkcijas

Fluxheim kompiliuojamas su feature set. Pasirink mažiausią build, kuriame yra tai, ko reikia deployment.

Dažni build

BuildNaudok tam
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-balancerTikslinis upstream balancing ir health check.
phpStatinis web plius PHP-FPM programos, tokios kaip WordPress.

Profilių pavyzdžiai

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

Funkcija šeimos

ŠeimaKą prideda
webStatic file serving ir local web route.
proxyReverse proxy routes and upstream handling.
cacheShared cache policy, memory and disk tiers, purge, and cache tooling.
php-fpmFastCGI bridge ir optional managed PHP-FPM supervision.
metricsPrometheus metrikos and optional OTLP metrics export.

Dalykai, kurie negali būti kartu

  • Pasirink tiksliai vieną TLS backend.
  • Privacy builds do not include cache, metrics, tracing, or OTLP eksportas.
  • Tikslinės edge image sąmoningai praleidžia modulius už savo paskirties ribų.
  • Vykdyti the feature validator before packaging custom feature strings.
Lietuvių