添加 Forgejo CI/CD 工作流程和Kubernetes 列表
- 为自动建设和部署添加QQ - 在配置图、部署和服务清单中添加 k8s/ 目录 - 更新多克文件以曝光端口 80(匹配 k8s 配置) - 更新.gitignore以包含.forgejo目录 - 更新 k8s 部署, 以使用 imagePullSecrets 的注册
Add checkbox linking feature for preferred names to legal names in profile settings
Remove webpack CSS override that was breaking Tailwind CSS processing
Add missing autoprefixer to PostCSS config - fixes CSS rendering issues
Replace Tailwind v4 with v3 - remove @tailwindcss/postcss, add tailwindcss v3
Fix PostCSS config to use standard Tailwind plugin instead of v4 plugin
Add K2M1 TCP connectivity pre-check with retries
Before attempting kubectl operations, verify TCP connection to 10.8.2.1:6443 - Tests TCP connection 3 times with 5 second delays between attempts - Provides cle...
Add K2M1 secret validation and connection diagnostics
- Validate K2M1_KUBECONFIG_B64 secret exists and is not empty - Show kubeconfig file size for debugging - Add cluster-info test with timeout before deployment -...
Simplify K2M1 workflow to exactly match kamo-login
Removed all continue-on-error flags and debugging code. K2M1 deployment now uses the exact same approach as kamo-login which works. Both servers (K1M1 and K2M1)...
Make K2M1 deployment steps continue-on-error
K2M1 cluster at 10.8.2.1 is not reachable (ping and port 6443 timeout). Adding continue-on-error to all K2M1 steps so builds succeed when K1M1 deploys successfu...
添加 K2M1 连接和 kubeconfig 调试
- 在K2M1部署前添加连接测试(平面和端口检查) - 增加K2M1 KUBECONFIG B64秘密的验证检查 - 添加 kubeconfig 文件大小验证 - 这些检查有助于诊断K2M1部署失败的原因
修复 Redis 连接和 k8s 部署配置
- 更新工作流程以使用 k8s 目录文件而不是内置的 YAML - 调整配置图结构,以使用单个嵌入式 var 密钥进行适当的嵌入 - 从部署中去除不必要的.env容量挂载 - 修复 Redis 连接以使用 QQ - 修改配置图名称一致性(kamoweb内部配置)
修复 Redis 连接并更新 CI/CD 工作流程
- 更新工作流程,以使用现有的 k8 显示而不是内置生成 - 将 Redis 主机名从“ redis” 调回QQ - 将配置图从多行.env转换为平整的密钥值对,用于适当的内嵌 - 从部署中去除不必要的音量挂载(envFrom handles环境变量)