Initial Pulumi proxmox-infra setup with Gitea Actions
Deploy Proxmox Infra / Pulumi Preview (push) Has been skipped
Deploy Proxmox Infra / Pulumi Deploy (push) Failing after 55s

This commit is contained in:
2026-05-27 20:26:52 +02:00
commit 57dc56c690
10 changed files with 3154 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Copy this file to .env.local and fill in your values.
# .env.local is gitignored and never committed.
# Gitea HTTP API base URL for this repo (no trailing slash)
# Example: http://192.168.1.208:3000/api/v1/repos/kasun/homelab-infrastructure-as-code
GITEA_API_URL=http://<your-gitea-host>/api/v1/repos/<owner>/<repo>
# Gitea personal access token with read/write Actions Secrets permission
# Generate at: Gitea → Settings → Applications → Access Tokens
GITEA_TOKEN=<your-gitea-token>