Files
Deploy-Laboratory/docs/05-00-常用应用部署-系列说明.md
2026-03-29 09:08:01 +08:00

43 lines
2.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 05-00 常用应用部署(系列说明)
> 本系列覆盖首页面板、GitLab、监控、openlist、openclaw 等常见应用在 K3s 的部署实践。
## TL;DR
- **本页定位**:仅系列导航,不参与 `verify.sh run-all/full`
- **子篇执行入口**:按下表执行 `./ansible/bin/verify.sh run <doc_id>`
## 范围与非目标
- 本页是 **05 系列入口/导航页**`YY=00`),不要求具备独立执行器,且不参与 `verify.sh run-all/full`
- `YY>0` 的分项必须包含可执行物YAML 路径或命令块)。
## 系列前置与域名约定(通用)
`05-YY` 分篇的 **硬性基座** 默认只要求 **01 系列**K3s 与节点初始化等实验室环境已可用)。**不要**在未说明的情况下把 `02``04-xx` 等演示/矩阵课当作每篇的必做前置。
**域名与公网入口**按实际需求选用 **`03` 系列**(与 Traefik / Tunnel 相关):
| 需求 | 建议先完成 |
|------|------------|
| 不需要公网域名、仅集群或内网访问 | 无额外 03-xx |
| 公网域名 + HTTPSLet's Encrypt 等Traefik ACME | **`03-02`** 或 **`03-03`**(二选一,与是否使用 Dashboard 同路径一致即可) |
| 使用 Cloudflare Tunnel 暴露服务 | **`03-04`** |
具体分篇若还有特殊前置(如存储类、监控),以该篇「前置条件」为准;**GitLab** 的完整表述见 [`05-03-k3s-安装gitlab-含runner.md`](05-03-k3s-安装gitlab-含runner.md) 中的表格。
## 05 系列索引
| doc_id | 主题 | 子篇执行入口 |
|-------:|------|------------|
| 05-01 | Homer 首页面板 | `./ansible/bin/verify.sh run 05-01` |
| 05-02 | OneNav 首页面板 | `./ansible/bin/verify.sh run 05-02` |
| 05-03 | GitLab含 Runner | `./ansible/bin/verify.sh run 05-03` |
| 05-04 | GitLab CI/CD 配置 | `./ansible/bin/verify.sh run 05-04` |
| 05-05 | Prometheus + Grafana | `./ansible/bin/verify.sh run 05-05` |
| 05-06 | openlist 挂载网盘与自动备份 | `./ansible/bin/verify.sh run 05-06` |
| 05-07 | openclaw 应用部署 | `./ansible/bin/verify.sh run 05-07` |
| 05-08 | openclaw k3s 实验部署 | `./ansible/bin/verify.sh run 05-08` |
| 05-09 | openclaw web 小游戏平台 | `./ansible/bin/verify.sh run 05-09` |