This repository was archived by the owner on Jan 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ This will *ask* Google et al not to index and list your site. Be careful with th
142142## Versions
143143
144144+ ** 05.12.18:** Add ipv6 and http/2 support to default site config.
145+ + ** 03.12.18:** Fix silly bug resetting the duckdns token.
145146+ ** 02.12.18:** Add dns validation support for ovh.
146147+ ** 20.11.18:** Externalize reverse proxy confs to separate github repo ` linuxserver/reverse-proxy-confs ` , update baseimage packages during build
147148+ ** 19.11.18:** Add php opcache package.
Original file line number Diff line number Diff line change 22
33. /config/donoteditthisfile.conf
44
5- curl https://www.duckdns.org/update? domains=${CERTBOT_DOMAIN} \& token=${DUCKDNSTOKEN } \& txt=${CERTBOT_VALIDATION}
5+ curl https://www.duckdns.org/update? domains=${CERTBOT_DOMAIN} \& token=${ORIGDUCKDNSTOKEN } \& txt=${CERTBOT_VALIDATION}
66
77echo " sleeping 60"
88sleep 60
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ if [ ! "$URL" = "$ORIGURL" ] || [ ! "$SUBDOMAINS" = "$ORIGSUBDOMAINS" ] || [ ! "
208208fi
209209
210210# saving new variables
211- echo -e "ORIGURL=\"$URL\" ORIGSUBDOMAINS=\"$SUBDOMAINS\" ORIGONLY_SUBDOMAINS=\"$ONLY_SUBDOMAINS\" ORIGEXTRA_DOMAINS=\"$EXTRA_DOMAINS\" ORIGDHLEVEL=\"$DHLEVEL\" ORIGVALIDATION=\"$VALIDATION\" ORIGDNSPLUGIN=\"$DNSPLUGIN\" ORIGSTAGING=\"$STAGING\" DUCKDNSTOKEN =\"$DUCKDNSTOKEN\"" > /config/donoteditthisfile.conf
211+ echo -e "ORIGURL=\"$URL\" ORIGSUBDOMAINS=\"$SUBDOMAINS\" ORIGONLY_SUBDOMAINS=\"$ONLY_SUBDOMAINS\" ORIGEXTRA_DOMAINS=\"$EXTRA_DOMAINS\" ORIGDHLEVEL=\"$DHLEVEL\" ORIGVALIDATION=\"$VALIDATION\" ORIGDNSPLUGIN=\"$DNSPLUGIN\" ORIGSTAGING=\"$STAGING\" ORIGDUCKDNSTOKEN =\"$DUCKDNSTOKEN\"" > /config/donoteditthisfile.conf
212212
213213# generating certs if necessary
214214if [ ! -f "/config/keys/letsencrypt/fullchain.pem" ]; then
You can’t perform that action at this time.
0 commit comments