oznu / docker-cloudflare-ddns

A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
https://hub.docker.com/r/oznu/cloudflare-ddns/
GNU General Public License v3.0
1.07k stars 213 forks source link

Added support for Docker Secrets for zone/subdomain #85

Closed SlothCroissant closed 2 years ago

SlothCroissant commented 2 years ago

Expanding on #50

Added the ability to put your ZONE and SUBDOMAIN env vars into Docker Secrets.

Feel free to test via: https://hub.docker.com/repository/docker/slothcroissant/cloudflare-ddns

oznu commented 2 years ago

Thanks!