5bd770287425e9ea3cfa601312eab474e1fde7ae
- gitea-runner.tf: Secret for Gitea runner registration token - apps/gitea-runner.yaml: Gitea act-runner deployment (init container registers with Gitea, main container runs daemon) — serves all Gitea Actions CI jobs on self-hosted,linux,x64,legion labels - variables.tf: Add gitea_runner_token variable - ddclient.tf: Switch to official ghcr.io/ddclient/ddclient image, remove linuxserver wrapper that was exhausting inotify instances
infrastructure
Personal infrastructure-as-code — servers, networking, DNS, and config.
Structure
servers/legion/— Legion k3s cluster (Terraform)
Usage
cd servers/legion
direnv allow # loads credentials from ~/Secrets/credentials/infrastructure.env
terraform plan
terraform apply
Languages
HCL
78.4%
Shell
17.5%
Python
2.6%
Dockerfile
1.5%