mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* feat: added Cloudflare DDNS template * fix: make CLOUDFLARE_API_TOKEN and DOMAINS mandatory env
10 lines
160 B
TOML
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"
|