From bc06a079b2299cf97d55d5ee4e99dd596019f386 Mon Sep 17 00:00:00 2001 From: Zigzagill Date: Thu, 14 May 2026 21:12:53 -0700 Subject: [PATCH] Update .env.sample with Cloudflare vars --- .env.sample | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.env.sample b/.env.sample index 0ac5747..3b904b7 100644 --- a/.env.sample +++ b/.env.sample @@ -86,6 +86,15 @@ COMPOSE_FILE="compose.yml" #SECRET_PORKBUN_API_KEY_VERSION=v1 #SECRET_PORKBUN_SECRET_API_KEY_VERSION=v1 +## Cloudflare, htps://cloudflare.com +## To insert your secrets: +## abra app secret insert {myapp.example.coop} cf_email v1 "" +## abra app secret insert {myapp.example.coop} cf_api_key v1 "" +## cf_api_key is an account API key from Cloudflare that has DNS read + edit permission +#COMPOSE_FILE="$COMPOSE_FILE:compose.cloudflare.yml" +#SECRET_CLOUDFLARE_EMAIL_VERSION=v1 # generated=false +#SECRET_CLOUDFLARE_API_KEY_VERSION=v1 # generated=false + ##################################################################### # Manual wildcard certificate insertion # #####################################################################