infra: commit git.mana.how cloudflared route + ignore secrets/.bak

Two long-uncommitted Mac Mini drifts cleaned up:

1. cloudflared-config.yml — git.mana.how → :3030 (Forgejo). The
   route has been live for weeks (HTTP 200), just never committed.
2. .gitignore — exclude secrets/ (private keys: mana-ai mission-grant
   RSA keypair lives there; must NEVER be committed) and *.bak-*
   files (operator backup workflow on the Mac Mini).

services/mana-auth/drizzle/ on the Mac Mini was Mac-Mini-side
generated state for the (now deleted) mana-monorepo mana-auth
service; cleanup fell out with the Phase 7 deletion.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-05-08 20:03:52 +02:00
parent f65330399f
commit ba254f5854
2 changed files with 10 additions and 0 deletions

8
.gitignore vendored
View file

@ -25,6 +25,14 @@ ios/
docs/*_CREDENTIALS.md docs/*_CREDENTIALS.md
docs/CREDENTIALS_*.md docs/CREDENTIALS_*.md
# Service secrets (private keys, never commit)
secrets/
# Local backup files (Mac Mini operator workflow)
*.bak-*
.env.macmini.bak-*
cloudflared-config.yml.bak-*
# Environment files # Environment files
.env .env
.env.local .env.local

View file

@ -130,6 +130,8 @@ ingress:
# ============================================ # ============================================
# Forgejo (Git + CI/CD) # Forgejo (Git + CI/CD)
# ============================================ # ============================================
- hostname: git.mana.how
service: http://localhost:3030
# ============================================ # ============================================
# Standalone microservices # Standalone microservices