Auto-sync: 2026-07-26
This commit is contained in:
+9
-1
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user