Files
templates/blueprints/cloudflare-ddns/template.toml
Khiet Tam Nguyen 88d26c8353 feat(blueprint): Cloudflare DDNS (#689)
* feat: added Cloudflare DDNS template

* fix: make CLOUDFLARE_API_TOKEN and DOMAINS mandatory env
2026-02-10 16:15:24 -06:00

10 lines
160 B
TOML

variables = {}
[config]
domains = []
mounts = []
[config.env]
CLOUDFLARE_API_TOKEN = "<INSERT YOUR TOKEN>"
DOMAINS = "example.org,www.example.org,example.io"