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 |