Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APP REQUEST]: DDNS Updater #168

Open
rigler86 opened this issue Jul 21, 2020 · 1 comment
Open

[APP REQUEST]: DDNS Updater #168

rigler86 opened this issue Jul 21, 2020 · 1 comment
Labels
App Request Request for a new application hacktoberfest

Comments

@rigler86
Copy link

GOOGLE DDNS UPDATER JSON

{
"version": "2",
"services": {
"google-domains-ddns": {
"volumes": [
"/etc/localtime:/etc/localtime"
],
"environment": [
"USERNAME=",
"PASSWORD=",
"HOSTNAME=dyn.example.com",
"INTERVAL=30m"
],
"image": "cwmr/google-domains-ddns"
}
}
}

Description

This is a simple Docker container for running the Google Domains dynamic DNS update script. It will keep your domain.ddns.net DNS alias up-to-date as your home IP changes.

It is heavily based on https://github.com/dragoncube/docker-google-domains-ddns, which is in turn based on David Coppit's work (https://github.com/coppit/docker-no-ip), since Google Domains DDN API is pretty much the same as No-IP's.

By default, the script runs every 30 minutes, which can be overridden via the INTERVAL environment variable.

@rigler86 rigler86 added the App Request Request for a new application label Jul 21, 2020
@RobLoach
Copy link

Looks like the official container for it is over at: https://hub.docker.com/r/qmcgaw/ddns-updater

SourcE: https://github.com/qdm12/ddns-updater

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Request Request for a new application hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants