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.
當你想快速啟動本地伺服器時使用此頁。它保持設定簡短,並在服務流量前進行檢查。
靜態站點靜態站點直接從磁碟提供 HTML、CSS、圖片和下載檔案。這是最簡單的 Fluxheim 模式。
Reverse ProxyReverse Proxy把 Fluxheim 放在應用伺服器前面。Fluxheim 負責 TLS、headers、limits 和 upstream 選擇。
TLS 與 ACMETLS 與 ACMEFluxheim 可以使用靜態證書提供 TLS,也可以為你管理 ACME 證書。
CacheCacheUse 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-FPM 執行 PHP 應用,同時由 Fluxheim 提供靜態資源並安全轉發 PHP request。
WordPressWordPress適用於普通 WordPress front controller 的實用 PHP-FPM 配方。
WASM 擴充套件WASM 擴充套件以完整生產設定檔為基礎的專用 Wasm 組建,提供受限的政策掛鉤,並支援 ACME、指標與 OpenTelemetry
可觀測性可觀測性使用 Prometheus 和 OpenTelemetry 查看聚合流量、錯誤、下載和頁面使用情況,同時不跟蹤單個訪客。
Builds & FeaturesBuilds & FeaturesFluxheim 按 feature set 編譯。選擇包含部署所需內容的最小建構。
設定Configuration BasicsFluxheim 使用 TOML。未知欄位會被拒絕,因此拼寫錯誤會在重啟前失敗。
Systemd 與容器Systemd 與容器原生主機使用 systemd,隔離部署使用 rootless container。
推薦起點
- Install Fluxheim from a release tarball or container image.
- Pick one job: static site, reverse proxy, cache, load balancer, or PHP-FPM.
- 重啟服務前先驗證 TOML 設定。
如何使用這些文件
網站文件展示穩定運維形態:每個模組做什麼、哪些選項最先重要,以及一個可調整的小設定。GitHub reference 儲存完整的逐欄位細節。
| 需求 | Start with |
|---|---|
| 提供檔案或文件 | 靜態站點 |
| 把 Fluxheim 放在應用前 | Reverse Proxy |
| 減少 origin 流量 | Cache |
| Run PHP or WordPress | PHP-FPM 或 WordPress |
| 選擇 binary profile | Builds & Features |