Code Monkey home page Code Monkey logo

docker-dynamic-dns's Introduction

Docker Dynamic DNS Client

Docker Pulls

This is a DDNS client for Docker, a fork of blaize/docker-dynamic-dns. This fork has added functionality of being able to set multiple domain names using an optional environment variable called DOMAINS. A more robust explanation of what this project does can be obtained from blaize's repo and an example of proper usage is below.

Docker-Compose Example

---
version: "2"
services:
  no-ip:
   image: cush/docker-dynamic-dns
   container_name: ddns
   environment:
     - USER1=username
     - PASSWORD1=yourpassword
     - HOSTNAME1=test.example.com
     - USER2=anotheruser
     - PASSWORD2=your2ndpassword
     - HOSTNAME2=demo.example.com
     - DETECTIP=1
     - INTERVAL=1
     - SERVICE=google
     - DOMAINS=2
   restart: unless-stopped

For Docker run examples please reference blaize's repo

Environment Variables

  • DOMAINS: The number of host names you plan to use. Optional variable that is generally 1.

  • USER#: the username(s) for the service.

  • PASSWORD#: the password(s) or token for the service.

  • HOSTNAME#: The host name(s) that you are updating. ie. example.com

  • DETECTIP: If this is set to 1, then the script will detect the external IP of the service on which the container is running, such as the external IP of your DSL or cable modem.

  • IP: if DETECTIP is not set, you can specify an IP address.

  • INTERVAL: How often the script should call the update services in minutes.

  • SERVICE: The service you are using. Currently, the script is setup to use Google Domains (google), DuckDNS (duckdns), DynDNS (dyndns), and NO-IP (noip). Set the service to the value in parenthesis.

Acknowledgements:

GitHub: https://github.com/theonemule/docker-dynamic-dns

Author's Site: https://www.blaize.net

docker-dynamic-dns's People

Contributors

cushitrealgood avatar dependabot[bot] avatar github-actions[bot] avatar madereddy avatar theonemule avatar

Watchers

 avatar

Forkers

madereddy

docker-dynamic-dns's Issues

Log Security

The logs currently display the username/password. Can you clean this up so it doesnt display the information in the logs.

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.