PROXMOX_HOST=192.168.0.200 PROXMOX_NODE=thinkcentre PROXMOX_USER=root PROXMOX_SSH_KEY=C:\Users\Uriel Jareth\.openclaw\workspace\proxmox_key_win PROXMOX_API_BASE_URL=https://192.168.0.200:8006/api2/json PROXMOX_API_TOKEN_ID=root@pam!openclaw PROXMOX_API_TOKEN_SECRET=REPLACE_WITH_TOKEN_SECRET PROXMOX_COOLIFY_LXC=102 COOLIFY_API_URL=https://coolify.urieljareth.org/api/v1 COOLIFY_TOKEN=REPLACE_WITH_COOLIFY_TOKEN # Used by deploy_skill (New-GitHubRepo.ps1, Invoke-GitHubApi.ps1) to create # repos via the GitHub REST API. git push/pull uses Windows Credential Manager # (wincred) and does NOT need this token in the URL. # Generate at https://github.com/settings/tokens (classic 'repo' scope, or # fine-grained with Contents:Read+Write and Metadata:Read). GITHUB_TOKEN=REPLACE_WITH_GITHUB_PAT # Used by gitea_skill (Invoke-GiteaApi.ps1, New-GiteaRepo.ps1, Sync-GiteaRemote.ps1). # Self-hosted Gitea behind the Cloudflare tunnel. Generate a token at: # /user/settings/applications # Scopes needed: read:repository, write:repository, read:user (and write:admin # only if you manage other users). git push uses a one-shot http.extraHeader # injected by Sync-GiteaRemote.ps1 — the token is NOT persisted to .git/config. GITEA_URL=https://gitea-hjwh0svsoo9p5w5kj2j6b1bd.urieljareth.org GITEA_USER=urieljareth GITEA_TOKEN=REPLACE_WITH_GITEA_TOKEN