Johannes Plunien
Results
13
issues of
Johannes Plunien
Without these updates the project doesn't compile on Xcode 16.2.
Example usage via `docker-compose.yml`: ```yaml services: hetzner-dyndns: image: ghcr.io/plu/hetzner-api-dyndns:master environment: HETZNER_AUTH_API_TOKEN: ${HETZNER_API_KEY} HETZNER_RECORD_NAME: home HETZNER_ZONE_ID: ${HETZNER_ZONE_ID} UPDATE_INTERVAL: 60 ```