https://github.com/fischerscode/ddns-updater.docker
A Docker Image for updating a custom DDNS server.
https://github.com/fischerscode/ddns-updater.docker
Last synced: about 2 months ago
JSON representation
A Docker Image for updating a custom DDNS server.
- Host: GitHub
- URL: https://github.com/fischerscode/ddns-updater.docker
- Owner: fischerscode
- License: mit
- Created: 2023-05-27T18:43:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T19:06:15.000Z (about 3 years ago)
- Last Synced: 2025-01-16T20:18:39.778Z (over 1 year ago)
- Language: Dart
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
**A Docker Image for updating a custom DDNS server.**
[  ](https://hub.docker.com/r/fischerscode/ddns-updater)
## Environment Variables
| env Variable | description |
| :----------: | -------------------------------- |
| ENV_URL | The URL that is called |
| ENV_USER | Replaces __USER__ in the ENV_URL |
| ENV_PASS | Replaces __PASS__ in the ENV_URL |
## Variables in ENV_URL
| variable | description |
| :-------: | ------------------------------------------------- |
| __pIPv4__ | The public IPv4 (determined by using 'ipify.org') |
| __pIPv6__ | The public IPv6 (determined by using 'ipify.org') |
| __USER__ | Replaced by ENV_USER |
| __PASS__ | Replaced by ENV_PASS |