Remove committed secrets from tracked templates
This commit is contained in:
@@ -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_HTTP_URL="http://10.5.1.6:3000" # ← local Gitea HTTP port (check TrueNAS app config)
|
||||||
GITEA_SSH_PORT="2222" # ← Gitea SSH port
|
GITEA_SSH_PORT="2222" # ← Gitea SSH port
|
||||||
GITEA_USER="fizzlepoof"
|
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"
|
REPO_NAME="homelab-secrets"
|
||||||
LOCAL_PATH="/mnt/docker-ssd/docker/secrets"
|
LOCAL_PATH="/mnt/docker-ssd/docker/secrets"
|
||||||
KEY_EXPORT_PATH="/root/.git-crypt-secrets.key" # back this up somewhere safe!
|
KEY_EXPORT_PATH="/root/.git-crypt-secrets.key" # back this up somewhere safe!
|
||||||
|
|||||||
Reference in New Issue
Block a user