No description
Find a file
sujiba 0e0153d03b
Some checks failed
build dev image / release_tag (push) Successful in 3s
build dev image / build-dev (push) Failing after 6s
build dev image / publish_release (push) Successful in 3s
Merge pull request 'chore(deps): update alpine docker tag to v3.20.3' (#16) from renovate/alpine-3.x into dev
Reviewed-on: https://git.smail.koeln/homelab/docker-ownDynDNS-netcup/pulls/16
2024-09-16 22:30:01 +00:00
.forgejo/workflows chore(actions): changed url, formating for chlarity 2024-07-26 20:59:11 +02:00
docker-build chore(deps): update alpine docker tag to v3.20.3 2024-09-16 22:28:19 +00:00
.gitignore feat(branches): prepare for dev branch 2024-07-07 20:39:26 +02:00
docker-compose.yaml changes 2024-05-30 23:23:56 +02:00
example.config changes 2024-05-30 23:23:56 +02:00
README.md chore(readme): changed acknowledgment 2024-07-26 19:31:51 +00:00
renovate.json feat(renovate): configuration 2024-07-18 10:30:12 +02:00

docker-ownDynDNS-netcup

acknowledgments

This container is based on the work of:

Netcup configuration

You need to create your dns entries beforehand:

Host Type Destination
vpn AAAA IPv6
vpn A IPv4

Container configuration

Create docker-compose.yml and config in your app directory i.e.:

mkdir -p /opt/docker/owndyndns
cd /opt/docker/owndyndns

# Create docker-compose.yml and copy the contents from repository file
vi docker-compose.yml

# Create config, copy the contents from repository example.config and change the parameters
vi config

# Start the Container with
docker compose up -d

Fritz!Box configuration

  • Login to your Fritz!Box
  • Go to /Internet/Freigabe/DynDNS
  • Set mark on "DynDNS benutzen"
  • Enter Update-URL: https://<url of your webspace>/update.php?user=<username>&password=<pass>&ipv4=<ipaddr>&ipv6=<ip6addr>&domain=<domain>
    • You only have to change https://<url of your webspace> (http without valid TLS certificate)
  • Domainname: vpn.example.com
  • Username: Defined in config
  • Password: Defined in config