diff --git a/core/ddclient.nomad b/core/ddclient.nomad index 08abade..e1535d1 100644 --- a/core/ddclient.nomad +++ b/core/ddclient.nomad @@ -7,7 +7,7 @@ job "ddclient" { task "ddclient" { driver = "docker" config { - image = "linuxserver/ddclient:3.9.1" + image = "ghcr.io/linuxserver/ddclient:v3.10.0-ls104" mount { type = "bind" @@ -33,10 +33,8 @@ protocol=cloudflare, zone={{ key "ddclient/zone" }}, ttl=1, {{ with secret "kv/data/cloudflare" -}} -login={{ .Data.data.api_user }}, -password={{ .Data.data.api_key }} -# login=token, -# password={{ .Data.data.api_token_dns_edit_all }} +login=token, +password={{ .Data.data.domain_ddclient }} {{ end -}} {{ key "ddclient/domain" }} diff --git a/core/traefik/traefik.nomad b/core/traefik/traefik.nomad index f3bef7d..a2b22a7 100644 --- a/core/traefik/traefik.nomad +++ b/core/traefik/traefik.nomad @@ -171,8 +171,8 @@ job "traefik" { template { data = <