Skip to content

Commit

Permalink
updating secrets.env.example (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Ravelo <[email protected]>
Co-authored-by: Carlos Ravelo <[email protected]>
  • Loading branch information
gandazgul and carlos-ravelo-ask authored Mar 31, 2024
1 parent e16fe5f commit 4bc645b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions infrastructure/setup/secrets.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ VPN_USER=
VPN_PASSWORD=
# The city where the server is located or the result of loading this on the same network as the server: https://ifconfig.co/city
VPN_CITY=
# The time zone to apply to all containers
CLUSTER_TIME_ZONE=America/New_York
# The token bitwarden uses to encrypt the admin settings. Random, obtained via: `openssl rand -base64 48`
BITWARDEN_ADMIN_TOKEN=
# The token paperless uses to encrypt the username and passwords. Random, obtained via: `openssl rand -base64 48`
PAPERLESS_SECRET_KEY=
# The password hash for gitops dashboard. Obtained like this: echo -n $PASSWORD | gitops get bcrypt-hash
GITOPS_DASHBOARD_PASSWORD=
# ACME DNS credentials.
# consider running our own: https://github.com/joohoi/acme-dns
# Obtained from "curl -s -X POST https://auth.acme-dns.io/register"
Expand All @@ -35,3 +39,5 @@ CONTROL_PLANE_NAME=
CLUSTER_DOMAIN_NAME=
# the dynamic name that points to our external IP address (Noip.com)
DYN_DNS_NAME=
# Signup for free at CloudFlare.com and create an API Token not a key
CLOUDFLARE_API_TOKEN=

0 comments on commit 4bc645b

Please sign in to comment.