Auto-sync: 2026-07-26

This commit is contained in:
Dominik Schön
2026-07-26 22:00:53 +00:00
parent 92a13fdfa4
commit c96ad03ed7
3 changed files with 25 additions and 2 deletions
+9 -1
View File
@@ -3,7 +3,7 @@ title: Gitea (Git Server + CI)
category: systems
tags: [gitea, git, ci, actions]
created: "2026-07-24"
modified: "2026-07-24"
modified: "2026-07-26"
---
# Gitea (Git Server + CI)
@@ -44,6 +44,14 @@ modified: "2026-07-24"
- iac-homelab hat EINEN remote: `origin` = K8s Gitea (git.schoen.codes)
- Alter CT108 remote wurde entfernt (CT108 decommissioned)
## Hermes Agent SSH Push Key
- **Key:** `~/.ssh/id_ed25519_gitea-hermes-push` (hermes-agent@gitea-push)
- **1Password:** "Gitea Hermes Push Key" (ID: lqaebdtewj5xatvpzfrkag73v4)
- **Gitea Key ID:** 4 (title: hermes-agent-push, user: dominik)
- **Verwendung:** `GIT_SSH_COMMAND="ssh -i ~/.ssh/id_ed25519_gitea-hermes-push -o StrictHostKeyChecking=no" git push ssh://git@10.0.30.202:22/dominik/iac-homelab.git HEAD:main`
- **Wichtig:** Gitea HTTP (Port 3000) hat keine externe IngressRoute — SSH (Port 22 via LoadBalancer) ist der einzige zuverlässige Weg für Git-Pushes von außerhalb K8s.
## Related
- [[systems/rke2-kubernetes]]
- [[concepts/gitops-workflow]]
- Solution Doc: `docs/solutions/workflows/2026-07-26-gitea-ssh-access-for-hermes.md`