Add meshcentral secrets reference
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-06-20 23:21:51 -07:00
parent 9ac3f3f860
commit f03b09e852
+25
View File
@@ -0,0 +1,25 @@
# meshcentral Stack — Secrets Reference
# Source: meshcentral.env
#
# Add SECRET values to Woodpecker at:
# https://woodpecker.bryanmail.net
# homelab/compose-files → Settings → Secrets
# ── SECRETS (add to Woodpecker) ───────────────────────────────────────────────
# Woodpecker secret name: meshcentral_backup_password
# Used for: MeshCentral backup encryption password
# Env var in .env: BACKUPS_PW
meshcentral_backup_password=
# ── NON-SECRETS (safe in compose file or .env) ────────────────────────────────
# HOSTNAME MeshCentral public hostname
# REVERSE_PROXY Trusted reverse proxy CIDR
# MESHCENTRAL_HOST Traefik hostname
# ── Woodpecker provision-secrets case entry ───────────────────────────────────
#
# meshcentral)
# create_or_update_secret "meshcentral_backup_password" "$MESHCENTRAL_BACKUP_PASSWORD"
# ;;