Godaddypy ddns for the cheap in a docker container
Environment Variable | Key | Description |
---|---|---|
GODADDY_KEY | your_godaddy_key | godaddy api key |
GODADDY_SECRET | your_godaddy_secret | godaddy api secret |
DOMAINS | test.example.com,table.cloth.be | comma delimited list of domains to receive the A record |
TZ | Europe/Brussels | timezone for ntpdate |
github repo: https://github.com/TrueOsiris/docker-godaddypy
dockerhub repo: https://hub.docker.com/repository/docker/trueosiris/godaddypy
I'm using the following base repo, so credits go to this dev:
https://github.com/eXamadeus/godaddypy
Python script log arrives in /logdir/godaddy.log.
The logdir folder can be defined as an external volume.