Files
wangjia 4cbf68bf28 chore(proxy): mihomo/dnsmasq 下线删除(NAS 不再需要代理出网)
2026-07-05 实机已 compose down 并删除 /volume1/docker/proxy(含 live uuid
的 config.yaml 一并清除)。README 登记 Web Station(brain 部署目标)。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 23:41:32 +08:00

42 lines
947 B
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.
# NAS 运维配置
Synology DS925+192.168.3.200)的 Docker 服务配置管理。
## 服务
| 服务 | 说明 | 地址 |
|------|------|------|
| Forgejo | 自托管 Git 服务 + CI/CD runner | http://git.51yanmei.com |
| Web Station | 静态站点托管(/volume1/webbrain 知识库部署目标) | http://192.168.3.200 |
> mihomo 透明代理 + dnsmasq 已于 2026-07-05 下线删除(NAS 不再需要代理出网;历史配置见 git 历史 `docker/proxy/`)。注意:NAS 直连后 Forgejo CI 拉 docker hub 镜像可能受网络环境影响。
## 目录
```
docker/
└── forgejo/ # Forgejo + act-runner
```
## 部署
### 前置条件
```bash
cp docker/forgejo/.env.example docker/forgejo/.env
# 填入 GITEA_RUNNER_REGISTRATION_TOKEN
```
### 启动服务
```bash
# Forgejo
cd docker/forgejo && docker compose up -d
```
## 连接
```bash
ssh nas # HostName 192.168.3.200,需配置 ~/.ssh/config
```