2 Commits

Author SHA1 Message Date
kappa
a06d0816c4 Add Gitea Actions deploy workflow
Push to main triggers SSH deploy to kr1:
git pull + docker compose up -d --build

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 20:23:28 +09:00
kappa
1cd1f0cfc2 Initial commit: cert-manager API server
FastAPI-based SSL certificate automation server.
- Google Public CA wildcard cert issuance via certbot
- Cloudflare DNS-01 challenge with auto EAB key generation
- APISIX multi-instance deployment with domain-instance mapping
- Vault integration for all secrets
- Bearer token auth, retry logic, Discord DM alerts
- Auto-renewal scheduler (daily 03:00 UTC)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 17:39:14 +09:00