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

@@ -360,4 +360,4 @@
"name": "Version ba3a4eab", "name": "Version ba3a4eab",
"description": "" "description": ""
} }
} }

View File

@@ -360,4 +360,4 @@
"name": "Version ba3a4eab", "name": "Version ba3a4eab",
"description": "" "description": ""
} }
} }

View File

@@ -391,4 +391,4 @@
"name": "Version 832248e5", "name": "Version 832248e5",
"description": "" "description": ""
} }
} }

View File

@@ -586,4 +586,4 @@
"name": "Version 20275daf", "name": "Version 20275daf",
"description": "" "description": ""
} }
} }

View File

@@ -585,4 +585,4 @@
"name": "Version 7476f4df", "name": "Version 7476f4df",
"description": "" "description": ""
} }
} }

View File

@@ -207,4 +207,4 @@
"name": "Version 61fca126", "name": "Version 61fca126",
"description": "" "description": ""
} }
} }

View File

@@ -529,4 +529,4 @@
"name": "Version d64293a7", "name": "Version d64293a7",
"description": "" "description": ""
} }
} }

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_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!