Skip to content

Commit 25dfca2

Browse files
Bot Updating Templated Files
1 parent eb17b8c commit 25dfca2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ The architectures supported by this image are:
5959

6060
## Application Setup
6161

62-
- Go to the [duckdns website](https://duckdns.org/), register your subdomain(s) and retrieve your token
63-
- Create a container with your subdomain(s) and token. If you own user.duckdns.org, you put `SUBDOMAINS=user` you would NOT put a sub subdomain like overseerr from overseerr.user.ducksdns.org
64-
- It will update your IP with the DuckDNS service every 5 minutes (with a random jitter)
62+
- Go to the [duckdns website](https://duckdns.org/), register your subdomain(s) and retrieve your token.
63+
- Create a container with your subdomain(s) and token. If you own `user.duckdns.org`, you set `SUBDOMAINS=user`. You would NOT set a sub subdomain like `overseerr` from `overseerr.user.ducksdns.org`.
64+
- It will update your IP with the DuckDNS service every 5 minutes (with a random jitter).
6565

6666
## Notice regarding automatic detection
6767

@@ -128,7 +128,7 @@ Containers are configured using parameters passed at runtime (such as those abov
128128
| `-e TOKEN=token` | DuckDNS token |
129129
| `-e UPDATE_IP=ipv4` | Set to `ipv6` or `ipv4` to update **only** your public IPv4/6 address. Set to `both` to update IPv6 and IPv4 address. This variable makes use of a [third-party service](#notice-regarding-automatic-detection). Omitting this variable uses DuckDNS for detection and only supports IPv4. `both` and `ipv6` modes needs [host networking](#networking-net). |
130130
| `-e LOG_FILE=false` | Set to `true` to log to file (also need to map /config). |
131-
| `-v /config` | Persistent config files |
131+
| `-v /config` | Persistent config files. Also set `LOG_FILE=true` to keep address history. |
132132

133133
## Environment variables from files (Docker secrets)
134134

@@ -293,6 +293,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
293293

294294
## Versions
295295

296+
* **30.03.24:** - Added IP address to logging output when IP changes.
296297
* **23.12.23:** - Rebase to Alpine 3.19.
297298
* **14.10.23:** - Rework shell script for case insensitivity and update readme to be more clear.
298299
* **13.10.23:** - Add support for public IPv6 address update using Cloudflare.

0 commit comments

Comments
 (0)