Remove committed secrets from tracked templates

This commit is contained in:
Fizzlepoof
2026-05-16 19:29:54 +00:00
parent e5a100d1a0
commit ff9e94e95b
8 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ set -euo pipefail
GITEA_HTTP_URL="http://10.5.1.6:3000" # ← local Gitea HTTP port (check TrueNAS app config)
GITEA_SSH_PORT="2222" # ← Gitea SSH port
GITEA_USER="fizzlepoof"
GITEA_TOKEN="" # ← regenerate with write:repository + write:user scopes
GITEA_TOKEN="" # ← set this before use; regenerate with write:repository + write:user scopes
REPO_NAME="homelab-secrets"
LOCAL_PATH="/mnt/docker-ssd/docker/secrets"
KEY_EXPORT_PATH="/root/.git-crypt-secrets.key" # back this up somewhere safe!