Sign inSign up

awei/godaddy-ddns

By awei

Updated 3 months ago

Image
0

6.5K

awei/godaddy-ddns repository overview

ddns godaddy on docker

How to use

This image on DockerHub

View on Docker Hub

  1. Create a new API key and get secret from https://developer.godaddy.com/keys
  2. Run a container
    $ docker run -d -e GODADDY_KEY=<godaddy-api-key> -e GODADDY_SECRET=<godaddy-api-secret> -e DOMAIN=<your.domain> -e NAME=@ -e TTL=600 awei/godaddy-ddns
    
Necessary Environment Variables
  • GODADDY_KEY your dodaddy api key (string)
  • GODADDY_SECRET your dodaddy api srcret (string)
  • DOMAIN your domain (string)
Option Environment Variables
  • NAME DNS Record (string,default: "@")
  • TTL TTL (integer,default: 600)
  • CHECK_URL a url can return your ip (string,default: "http://whatismyip.akamai.com/")
  • CRON_TIME crontab job time (default: "*/5 * * * *")
  • SUCCESS_EXEC execute command when successed
  • FAILED_EXEC execute command if failed

Code Source

License

The repository is open-sourced software licensed under the MIT license.

Tag summary

Content type

Image

Digest

sha256:cc743296b

Size

7 MB

Last updated

3 months ago

docker pull awei/godaddy-ddns