Remove committed secrets from tracked templates
This commit is contained in:
@@ -360,4 +360,4 @@
|
||||
"name": "Version ba3a4eab",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -360,4 +360,4 @@
|
||||
"name": "Version ba3a4eab",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -391,4 +391,4 @@
|
||||
"name": "Version 832248e5",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -586,4 +586,4 @@
|
||||
"name": "Version 20275daf",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -585,4 +585,4 @@
|
||||
"name": "Version 7476f4df",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -207,4 +207,4 @@
|
||||
"name": "Version 61fca126",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -529,4 +529,4 @@
|
||||
"name": "Version d64293a7",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user