Add gitea at git.rubenhensen.nl

Single-pod sqlite install (simplest path for a home git host). HTTPS-only,
no SSH listener for now. Wired into the Hetzner tunnel like the other
rubenhensen.nl services.

First visitor to git.rubenhensen.nl can register; Gitea auto-promotes the
first user to admin.
This commit is contained in:
Ruben Hensen
2026-05-19 23:19:21 +02:00
parent ffe8830b5e
commit 20128bcd73
7 changed files with 133 additions and 0 deletions
@@ -0,0 +1,10 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: gitea-data
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi