mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
- Updated .env.example to include CF_ZONE_READ and CF_DNS_EDIT variables. - Enhanced Caddyfile to utilize Cloudflare DNS for TLS. - Created Dockerfile for building Caddy with Cloudflare DNS support. - Modified docker-compose.yml to use the new caddy-cloudflare image and set environment variables.
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
|
|
# create the API token in https://dash.cloudflare.com/profile/api-tokens
|
|
# create auth tokens -
|
|
# `Zone.Zone:Read` for all zones, and
|
|
# `Zone.DNS:Edit` permissions for ptrwd.com
|
|
# https://github.com/caddy-dns/cloudflare
|
|
CF_ZONE_READ=
|
|
CF_DNS_EDIT= |