Fluxheim/文件/Fluxheim Docs

Fluxheim Docs

Choose what you want to run. Each guide starts with a working example, then links to the full source docs on GitHub when you need every detail.

安裝執行 Fluxheim

想快速開一個本機伺服器時用呢頁。設定保持精簡,並會喺開始處理流量前先檢查。

靜態網站靜態網站

直接由磁碟提供 HTML、CSS、圖片同下載檔。呢個係 Fluxheim 最簡單嘅模式。

Reverse ProxyReverse Proxy

將 Fluxheim 放喺 application server 前面。Fluxheim 會處理 TLS、headers、limits 同 upstream 選擇。

TLS 和 ACMETLS 和 ACME

Fluxheim 可以透過靜態憑證提供 TLS 服務或為您管理 ACME 憑證。

CacheCache

Use cache when Fluxheim sits in front of an origin and repeated responses should be served faster.

負載平衡器負載平衡器

Run several upstreams behind one public endpoint. Start simple, then add health checks and runtime controls.

PHP-FPMPHP-FPM

PHP app 使用 PHP-FPM;Fluxheim 負責提供 static assets,並安全噉轉發 PHP request。

WordPressWordPress

適用於普通 WordPress 前端控制器的實用 PHP-FPM 配方。

WASM 擴充WASM 擴充

以完整生產設定檔為基礎嘅專用 Wasm 組建,設有限定範圍嘅政策掛接點,並支援 ACME、指標同 OpenTelemetry

可觀測性可觀測性

使用 Prometheus 同 OpenTelemetry 查看總體流量、錯誤、下載同頁面使用情況,而唔追蹤個別訪客。

Builds & FeaturesBuilds & Features

Fluxheim 是用功能集編譯的。選擇包含您的部署所需內容的最小建置。

設定Configuration Basics

Fluxheim 使用 TOML。未知 field 會被拒絕,所以拼寫錯誤會喺 restart 前被發現。

systemd 同容器systemd 同容器

native host 用 systemd;需要隔離 deployment 時用 rootless container。

適合開始嘅路線

  1. Install Fluxheim from a release tarball or container image.
  2. Pick one job: static site, reverse proxy, cache, load balancer, or PHP-FPM.
  3. 在重新啟動服務之前驗證 TOML 設定。

如何使用這些文檔

The website docs show the stable operational shape: what each module does, which options matter first, and a small config you can adapt. The GitHub 參考 keeps the exhaustive field-by-field detail.

需要Start with
提供文件或文檔靜態網站
將 Fluxheim 放在應用程式之前Reverse Proxy
Reduce origin 流量Cache
Run PHP or WordPressPHP-FPM 或 WordPress
選擇二進位設定檔Builds & Features
粵語