Builds & Feature λειτουργία λειτουργίαs
Το Fluxheim γίνεται compile με feature sets. Διάλεξε το μικρότερο build που περιέχει ό,τι χρειάζεται το deployment σου.
Συνηθισμένα builds
| Build | Χρησιμοποίησέ το για |
|---|---|
| full | General production server with web, proxy, cache, TLS, ACME, PHP-FPM, metrics, and tracing. |
| proxy | Reverse proxy without local static hosting or cache. |
| cache | Cache edge in front of another origin. |
| load-balancer | Στοχευμένο upstream balancing και health checks. |
| php | Static 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 λειτουργία λειτουργία οικογένειες
| Οικογένεια | Τι προσθέτει |
|---|---|
web | Static file serving και local web routes. |
proxy | Reverse proxy routes and upstream handling. |
cache | Shared cache policy, memory and disk tiers, purge, and cache tooling. |
php-fpm | FastCGI bridge και προαιρετικό managed PHP-FPM supervision. |
metrics | Prometheus 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.