Git Product home page Git Product logo

docker-ddclient's Introduction

docker-ddclient (DEPRECATED)

DDclient run on Docker container.

Main usage is CloudFlare. But maybe can use other service too.

DDClient ver.3.8.3 is not support Cloudflare ver.4 API. Cannot updating Cloudflare setting. But, if you use another DDNS Client (for Cloudflare) you can update it.

Available on Docker Hub 🐳

Getting started

Setting from environments

docker run -d \
  -e DDCLIENT_ZONE=example.com \
  -e DDCLIENT_PROTOCOL=cloudflare \
  -e DDCLIENT_SERVER=www.cloudflare.com \
  -e [email protected] \
  -e DDCLIENT_PASSWORD=your_api_key \
  -e DDCLIENT_HOST=ddns-host.example.com \
  windyakin/docker-ddclient

Required parameters

Environment DDclient param name
DDCLIENT_ZONE zone
DDCLIENT_PROTOCOL protocol
DDCLIENT_SERVER server
DDCLIENT_LOGIN login
DDCLIENT_PASSWORD password
DDCLIENT_HOST (none)

Optional parameters

Already setting default paramaters.

Environment DDclient param name Default value
DDCLIENT_VERBOSE verbose yes
DDCLIENT_DAEMON daemon 1800
DDCLIENT_SSL ssl yes
DDCLIENT_USE use web

Setting from configuration files

Use volume mount

docker run -d \
  -v /path/to/ddclient.conf:/etc/ddclient/ddclient.conf:ro \
  --entrypoint ddclient \
  windyakin/docker-ddclient

License

MIT License

Copyright

© 2018 windyakin

© 2017 Denis Gladkikh (entrypoint.sh)

Author

  • windyakin

docker-ddclient's People

Contributors

windyakin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.