Replies: 1 comment
-
Hey there!
Yes, since you use the image
Yeah it might be wrong, since it responds with
It doesn't matter, up to you! As long as it has internet access |
Beta Was this translation helpful? Give feedback.
-
Hey there!
Yes, since you use the image
Yeah it might be wrong, since it responds with
It doesn't matter, up to you! As long as it has internet access |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Quentin, thanks for making this. I'm not very competent with DNS (or Docker or Go or coding, generally), but I'm giving this a try. I got the container running and accessible, but not configured correctly--the webUI gives
Failure (cannot get record ID: bad HTTP status: 403: {"success":false,"errors":[{"code":10000,"message":"Authentication error"}]})
Some uncertainties about my deployment lead to questions/clues:
I didn't modify your docker-compose, but I added build arguments,
docker build -t qmcgaw/ddns-updater https://github.com/qdm12/ddns-updater.git --build-arg UID=501 --build-arg GID=502
. Were those args applied when I then randocker-compose -f "ddns-updater/docker-compose.yml" up -d --build
?I'm on Cloudflare and I'm pretty sure I found the right Zone ID for
config.json
, but not sure I got the token right. Cloudflare's Token Summary saysAll zones - Zone:Edit
, did I pick the right settings while creating the token?I'm using a reverse proxy (Traefik), should I be using that docker network or should bridge work?
Beta Was this translation helpful? Give feedback.
All reactions