Files
vps/.gitignore
T
windyboy c0c975584a docs(plane): 自托管 Plane 落地事实入仓库 + plane-health runbook + hardening 草稿
记录源 Linear→Plane (2026-09-03 起, Plane MCP) + plane.chans.xyz 服务行/upstream 段;
inventory + hosts/synapse.chans.xyz.md 补 Plane 部署事实 (Helm plane-ce-1.8.0 / app v1.4.1,
ns plane, IngressRoute/自有证书 issuer/PVC 5+5Gi local-path/无备份层);
新增 runbooks/plane-health.md (只读健康检查) 与 docs/plane-hardening/ 草稿
(values.hardened.yaml、secrets.yaml.example 占位、backup/ CronJob), 均为未应用设计稿;
.gitignore 增加 .tmp-* agent 临时文件。
2026-09-13 19:12:32 +08:00

36 lines
485 B
Plaintext

# Local secrets and service configuration (never version these).
.env
.env.*
!.env.example
mailcow.conf
.smtp-credentials
.admin-token
*.pem
*.key
id_*
!*.pub
# Ansible runtime output.
*.retry
.ansible/
facts/
# Local agent-harness / tooling config (not repo content).
.agents/
.claude/
.omp/
.opencode/
.zcode/
.mcp.json
WATCHDOG.yml
skills-lock.json
# Editor and operating-system files.
.DS_Store
.vscode/
.idea/
*~
# Agent working scratch (not repo content).
.agent-work/
.tmp-*