Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.8 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.8 KB

docker-godaddypy

Godaddypy ddns for the cheap in a docker container

Trueosiris Rules Docker Pulls Docker Stars Docker Image Size Github stars Github forks Github issues Github last-commit

environment variables

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

links

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

log

Python script log arrives in /logdir/godaddy.log.
The logdir folder can be defined as an external volume.