Fluxheim/Τεκμηρίωση/Builds & Feature λειτουργία λειτουργίαs

Builds & Feature λειτουργία λειτουργίαs

Το Fluxheim γίνεται compile με feature sets. Διάλεξε το μικρότερο build που περιέχει ό,τι χρειάζεται το deployment σου.

Συνηθισμένα builds

BuildΧρησιμοποίησέ το για
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-balancerΣτοχευμένο upstream balancing και health checks.
phpStatic web μαζί με PHP-FPM applications όπως WordPress.

Παραδείγματα 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

Feature λειτουργία λειτουργία οικογένειες

ΟικογένειαΤι προσθέτει
webStatic file serving και local web routes.
proxyReverse proxy routes and upstream handling.
cacheShared cache policy, memory and disk tiers, purge, and cache tooling.
php-fpmFastCGI bridge και προαιρετικό managed PHP-FPM supervision.
metricsPrometheus metrics δεδομένα δεδομένα and optional OTLP metrics export.

Πράγματα που δεν πάνε μαζί

  • Διάλεξε ακριβώς ένα TLS backend.
  • Privacy builds do not include cache, metrics, tracing, or OTLP export ροή ροή.
  • Τα focused edge images σκόπιμα παραλείπουν modules εκτός του ρόλου τους.
  • Εκτέλεση the feature validator before packaging custom feature strings.
Ελληνικά