Skip to content

Commit 9891a49

Browse files
authored
Merge pull request #66 from linuxserver/drizuid-patch-1
Make readme more clear on use, update changelog
2 parents 349c27e + 6f8d779 commit 9891a49

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The architectures supported by this image are:
6060
## Application Setup
6161

6262
- 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
6464
- It will update your IP with the DuckDNS service every 5 minutes (with a random jitter)
6565

6666
## Usage
@@ -113,7 +113,7 @@ Containers are configured using parameters passed at runtime (such as those abov
113113
| `-e PUID=1000` | for UserID - see below for explanation |
114114
| `-e PGID=1000` | for GroupID - see below for explanation |
115115
| `-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 |
117117
| `-e TOKEN=token` | DuckDNS token |
118118
| `-e LOG_FILE=false` | Set to `true` to log to file (also need to map /config). |
119119
| `-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
296296

297297
## Versions
298298

299+
* **14.10.23:** - Rework shell script for case insensitivity and update readme to be more clear.
299300
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
300301
* **02.03.23:** - Rework shell scripts and cron logic.
301302
* **13.02.23:** - Rebase to alpine 3.17.

readme-vars.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ param_net_desc: ""
2525
param_usage_include_env: true
2626
param_env_vars:
2727
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
28-
- { env_var: "SUBDOMAINS", env_value: "subdomain1,subdomain2", desc: "multiple subdomains allowed, comma separated, no spaces"}
28+
- { 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"}
2929
- { env_var: "TOKEN", env_value: "token", desc: "DuckDNS token"}
3030
param_usage_include_vols: false
3131
param_volumes: ""
@@ -58,11 +58,12 @@ optional_block_1_items: ""
5858
app_setup_block_enabled: true
5959
app_setup_block: |
6060
- 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
6262
- It will update your IP with the DuckDNS service every 5 minutes (with a random jitter)
6363
6464
# changelog
6565
changelogs:
66+
- { date: "14.10.23:", desc: "Rework shell script for case insensitivity and update readme to be more clear." }
6667
- { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
6768
- { date: "02.03.23:", desc: "Rework shell scripts and cron logic." }
6869
- { date: "13.02.23:", desc: "Rebase to alpine 3.17." }

0 commit comments

Comments
 (0)