Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 4b6b33a

Browse files
aptalcathelamer
authored andcommitted
remove duplicate docker parameter from readme
1 parent f7854c0 commit 4b6b33a

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ docker create \
6464
-e URL=yourdomain.url \
6565
-e SUBDOMAINS=www, \
6666
-e VALIDATION=http \
67-
-e TZ=Europe/London \
6867
-e DNSPLUGIN=cloudflare `#optional` \
6968
-e DUCKDNSTOKEN=<token> `#optional` \
7069
-e EMAIL=<e-mail> `#optional` \
@@ -100,7 +99,6 @@ services:
10099
- URL=yourdomain.url
101100
- SUBDOMAINS=www,
102101
- VALIDATION=http
103-
- TZ=Europe/London
104102
- DNSPLUGIN=cloudflare #optional
105103
- DUCKDNSTOKEN=<token> #optional
106104
- EMAIL=<e-mail> #optional
@@ -131,7 +129,6 @@ Container images are configured using parameters passed at runtime (such as thos
131129
| `-e URL=yourdomain.url` | Top url you have control over (`customdomain.com` if you own it, or `customsubdomain.ddnsprovider.com` if dynamic dns). |
132130
| `-e SUBDOMAINS=www,` | Subdomains you'd like the cert to cover (comma separated, no spaces) ie. `www,ftp,cloud`. For a wildcard cert, set this _exactly_ to `wildcard` (wildcard cert is available via `dns` and `duckdns` validation only) |
133131
| `-e VALIDATION=http` | Letsencrypt validation method to use, options are `http`, `tls-sni`, `dns` or `duckdns` (`dns` method also requires `DNSPLUGIN` variable set) (`duckdns` method requires `DUCKDNSTOKEN` variable set, and the `SUBDOMAINS` variable set to `wildcard`). |
134-
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
135132
| `-e DNSPLUGIN=cloudflare` | Required if `VALIDATION` is set to `dns`. Options are `cloudflare`, `cloudxns`, `digitalocean`, `dnsimple`, `dnsmadeeasy`, `google`, `luadns`, `nsone`, `ovh`, `rfc2136` and `route53`. Also need to enter the credentials into the corresponding ini file under `/config/dns-conf`. |
136133
| `-e DUCKDNSTOKEN=<token>` | Required if `VALIDATION` is set to `duckdns`. Retrieve your token from https://www.duckdns.org |
137134
| `-e EMAIL=<e-mail>` | Optional e-mail address used for cert expiration notifications. |

readme-vars.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ param_env_vars:
3535
- { env_var: "URL", env_value: "yourdomain.url", desc: "Top url you have control over (`customdomain.com` if you own it, or `customsubdomain.ddnsprovider.com` if dynamic dns)." }
3636
- { env_var: "SUBDOMAINS", env_value: "www,", desc: "Subdomains you'd like the cert to cover (comma separated, no spaces) ie. `www,ftp,cloud`. For a wildcard cert, set this _exactly_ to `wildcard` (wildcard cert is available via `dns` and `duckdns` validation only)" }
3737
- { env_var: "VALIDATION", env_value: "http", desc: "Letsencrypt validation method to use, options are `http`, `tls-sni`, `dns` or `duckdns` (`dns` method also requires `DNSPLUGIN` variable set) (`duckdns` method requires `DUCKDNSTOKEN` variable set, and the `SUBDOMAINS` variable set to `wildcard`)." }
38-
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
3938
param_usage_include_vols: true
4039
param_volumes:
4140
- { vol_path: "/config", vol_host_path: "</path/to/appdata/config>", desc: "All the config files including the webroot reside here." }

0 commit comments

Comments
 (0)