This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# gamma Stack — Secrets Reference
|
||||
# Source: gamma.env
|
||||
#
|
||||
# Add SECRET values to Woodpecker at:
|
||||
# https://woodpecker.bryanmail.net
|
||||
# homelab/compose-files → Settings → Secrets
|
||||
|
||||
# ── SECRETS (add to Woodpecker) ───────────────────────────────────────────────
|
||||
|
||||
# Woodpecker secret name: gamma_auth_token
|
||||
# Used for: Traefik log dashboard auth token and agent API token
|
||||
# NOTE: Both TRAEFIK_LOG_DASHBOARD_AUTH_TOKEN and
|
||||
# AGENT_API_TOKEN use the same value in this stack
|
||||
# Env var in .env: TRAEFIK_LOG_DASHBOARD_AUTH_TOKEN / AGENT_API_TOKEN
|
||||
gamma_auth_token=
|
||||
|
||||
# ── NON-SECRETS (safe in compose file or .env) ────────────────────────────────
|
||||
|
||||
# TRAFFIC_HOST Traefik hostname (traffic.bryanmail.net)
|
||||
|
||||
# ── Woodpecker provision-secrets case entry ───────────────────────────────────
|
||||
#
|
||||
# gamma)
|
||||
# create_or_update_secret "gamma_auth_token" "$GAMMA_AUTH_TOKEN"
|
||||
# ;;
|
||||
Reference in New Issue
Block a user