简化 Debian 发布流程并添加项目文档系统
All checks were successful
Build and Release / build-and-test (arm64, alpine) (push) Successful in -13s
Build and Release / build-and-test (amd64, alpine) (push) Successful in -6s
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in -7s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in 7s
Build and Release / release (push) Successful in 21s
All checks were successful
Build and Release / build-and-test (arm64, alpine) (push) Successful in -13s
Build and Release / build-and-test (amd64, alpine) (push) Successful in -6s
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in -7s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in 7s
Build and Release / release (push) Successful in 21s
- 将 Debian 包仓库从 bookworm/trixie 双发行版改为通用 stable 仓库 - 新增完整的 llmdoc 文档系统,包含架构、指南和参考文档 - 更新 README.md 和部署指南以反映新的仓库配置 - 添加 .gitignore 文件
This commit is contained in:
30
llmdoc/architecture/deployment-architecture.md
Normal file
30
llmdoc/architecture/deployment-architecture.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# XXXigCC Proxy 部署架构
|
||||
|
||||
## 1. 身份与目的
|
||||
|
||||
- **定义**:一个专注于零捐赠的 XMRigCC 代理服务
|
||||
- **主要目的**:提供可靠、安全的加密货币挖矿代理服务
|
||||
|
||||
## 2. 核心组件
|
||||
|
||||
`debian/xxxigcc-proxy.service` (SystemdServiceDefinition): 定义了服务的运行时行为和安全配置。
|
||||
|
||||
- **关键职责**:
|
||||
1. 定义服务启动方式
|
||||
2. 配置系统资源限制
|
||||
3. 设置安全运行参数
|
||||
|
||||
## 3. 执行流程(LLM 检索路径)
|
||||
|
||||
- **1. 服务初始化**:SystemD 通过 `xxxigcc-proxy.service` 启动服务
|
||||
- **2. 配置加载**:读取 `/etc/xxxigcc-proxy/config.json`
|
||||
- **3. 日志系统**:
|
||||
- 常规日志:`/var/log/xxxigcc-proxy/proxy.log`
|
||||
- 访问日志:`/var/log/xxxigcc-proxy/access.log`
|
||||
|
||||
## 4. 设计原则
|
||||
|
||||
- 最小权限原则
|
||||
- 资源受限运行
|
||||
- 详细日志记录
|
||||
- 自动重启机制
|
||||
Reference in New Issue
Block a user