mirror of
https://github.com/nnuuvv/ionos_ddns_updater_gleam.git
synced 2025-08-28 19:36:14 +02:00
No description
.github/workflows | ||
.woodpecker | ||
src | ||
test | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
gleam.toml | ||
manifest.toml | ||
README.md |
ionos_ddns_updater
Uses $API_KEY
and $DOMAINS
environment variables to update Ionos Dynamic DNS records
$API_KEY
your x-api-key (see https://developer.hosting.ionos.de/docs/getstarted)
$DOMAINS
a comma seperated list of domains / subdomains to update or create
docker compose up -d --build
Ionos api docs https://developer.hosting.ionos.de/docs/dns
Example deployment
With a .env file like this:
API_KEY=YOUR-X-API-KEY
DOMAINS=example.com,second.example.com,third.example.com