Builds & Funktsioons
Fluxheim kompileeritakse feature-komplektidega. Vali väikseim build, mis sisaldab sinu deploymenti vajadusi.
Tavalised buildid
| Build | Kasuta selleks |
|---|---|
| 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 | Fokuseeritud upstream-balancing ja health checkid. |
| php | Staatiline web koos PHP-FPM rakendustega nagu WordPress. |
Profiilinäited
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
Funktsioon-perekonnad
| Perekond | Mida see lisab |
|---|---|
web | Static file serving ja 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 sild ja valikuline hallatud PHP-FPM supervision. |
metrics | Prometheuse meetrika and optional OTLP metrics export. |
Asjad, mis ei saa koos olla
- Vali täpselt üks TLS-backend.
- Privacy builds do not include cache, metrics, tracing, or OTLP eksport.
- Fokuseeritud edge-image'id jätavad teadlikult välja moodulid, mis ei kuulu nende ülesandesse.
- Käivita the feature validator before packaging custom feature strings.