You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The architectures supported by this image are:
60
60
## Application Setup
61
61
62
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
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
64
- It will update your IP with the DuckDNS service every 5 minutes (with a random jitter)
65
65
66
66
## Usage
@@ -113,7 +113,7 @@ Containers are configured using parameters passed at runtime (such as those abov
113
113
|`-e PUID=1000`| for UserID - see below for explanation |
114
114
|`-e PGID=1000`| for GroupID - see below for explanation |
115
115
|`-e TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
116
-
|`-e SUBDOMAINS=subdomain1,subdomain2`| multiple subdomains allowed, comma separated, no spaces |
116
+
|`-e SUBDOMAINS=subdomain1,subdomain2`| multiple subdomains allowed, comma separated, no spaces, if your domain is user.duckdns.org you put user, not a sub-subdomain|
117
117
|`-e TOKEN=token`| DuckDNS token |
118
118
|`-e LOG_FILE=false`| Set to `true` to log to file (also need to map /config). |
119
119
|`-v /config`| Used in conjunction with logging to file. |
@@ -296,6 +296,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
296
296
297
297
## Versions
298
298
299
+
***14.10.23:** - Rework shell script forcase insensitivity and update readme to be more clear.
299
300
***25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
300
301
***02.03.23:** - Rework shell scripts and cron logic.
- { env_var: "SUBDOMAINS", env_value: "subdomain1,subdomain2", desc: "multiple subdomains allowed, comma separated, no spaces, if your domain is user.duckdns.org you put user, not a sub-subdomain"}
- Go to the [duckdns website]({{project_url}}), register your subdomain(s) and retrieve your token
61
-
- Create a container with your subdomain(s) and token
61
+
- 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
62
62
- It will update your IP with the DuckDNS service every 5 minutes (with a random jitter)
63
63
64
64
# changelog
65
65
changelogs:
66
+
- { date: "14.10.23:", desc: "Rework shell script for case insensitivity and update readme to be more clear." }
0 commit comments