Go 项目,包含: - 服务端 updater:两阶段协议,ECDSA 签名验证,AES-GCM 加密 - 发送端 dcu-send:Gitea Action CLI - internal/auth:加解密/签名/会话管理 - internal/docker:Docker CLI 容器查找/拉取/重建 - action/:Gitea Action 定义 - deploy/Dockerfile:多阶段构建 - .gitea/workflows/build.yaml:CI/CD
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
# 编译产物
|
||||
/updater
|
||||
/dcu-send
|
||||
/bin/
|
||||
|
||||
# 私钥(绝对不提交)
|
||||
keys/*-private.pem
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# 系统
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 临时文件
|
||||
*.log
|
||||
/tmp/
|
||||
Reference in New Issue
Block a user