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
{{ message }}
This repository was archived by the owner on Jan 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+61-1Lines changed: 61 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -234,4 +234,64 @@ Below are the instructions for updating containers:
234
234
235
235
## Versions
236
236
237
-
***09.12.17:** - changes description
237
+
***03.02.19:** - Removed memcached due to seccomp errors. Let us know if you need to re-enable memcached.
238
+
***28.01.19:** - Add pipeline logic and multi arch.
239
+
***21.01.19:** - Remove client_body_max from proxy.conf (existing users need to manually update).
240
+
***09.01.19:** - Remove tls v1 and v1.1 from default ssl.conf, update ciphers (existing users need to manually update).
241
+
***30.12.18:** - Fix bundle key generation.
242
+
***19.12.18:** - Add ipv6 and http/2 support to default site config.
243
+
***08.12.18:** - Had to remove cert renewal during container start due to certbot's new undocumented `feature` of up to 8 minute random delay.
244
+
***03.12.18:** - Fix silly bug resetting the duckdns token.
245
+
***02.12.18:** - Add dns validation support for ovh.
246
+
***20.11.18:** - Externalize reverse proxy confs to separate github repo `linuxserver/reverse-proxy-confs`, update baseimage packages during build
247
+
***19.11.18:** - Add php opcache package.
248
+
***12.11.18:** - Add support for duckdns wildcard certs via dns validation
249
+
***31.10.18:** - Add various preset proxy confs and fix others (thanks @nemchik and @hijxf)
250
+
***02.10.18:** - Fix fail2ban instructions and logrotate conf
251
+
***11.09.18:** - Add various preset proxy confs and fix others (thanks @nemchik and @LeoVerto)
252
+
***04.09.18:** - Linting fixes.
253
+
***30.08.18:** - Add support for ldap auth, add proxy confs for bazarr, couchpotato, headphones, lidarr and plex subfolder (thanks @nemchik and @jedahan)
254
+
***21.08.18:** - Rebase to alpine 3.8, add info on search engine de-listing
***01.02.18:** - Big changes. `VALIDATION` parameter added for choosing letsencrypt validation methods, including dns through official plugins. `HTTPVAL` is deprecated. `STAGING` parameter added for testing. Backwards compatibility for the short term. Since tls-sni is disabled by letsencrypt, most users will have to change their settings and adopt the new parameters within the next 90 days. Reorganized the nginx default config, split ssl settings into new ssl.conf
272
+
***13.01.18:** - Re-enable ipv6 due to update to fail2ban 0.10.1. Existing users can enable ipv6 by deleting `/config/fail2ban/action.d/iptables-common.local` and restarting the container after updating the image
273
+
***11.01.18:** - Halt the container if validation fails instead of a stop (so restart=always doesn't get users throttled with letsencrypt)
274
+
***10.01.18:** - Add option for http validation on port 80
275
+
***05.01.18:** - Rebase to alpine 3.7
276
+
***04.11.17:** - Add php7 soap module
277
+
***31.10.17:** - Add php7 exif and xmlreader modules
278
+
***25.09.17:** - Manage fail2ban via s6
279
+
***24.09.17:** - Add memcached service
280
+
***01.09.17:** - `--privileged` is no longer required as long as `--cap-add=NET_ADMIN` is added, instructions modified accordingly, disabled fail2ban ipv6 actions due to requiring access to host kernel modules
281
+
***31.08.17:** - Add php7-phar
282
+
***14.07.17:** - Enable modules dynamically in nginx.conf
283
+
***06.07.17:** - Add support for multiple domains (thanks @oznu)
284
+
***22.06.17:** - Add various nginx modules and enable all modules in the default nginx.conf
285
+
***16.06.17:** - Update deprecated certbot option for https validation, make e-mail entry optional, update readme
286
+
***05.06.17:** - Add php7-bz2
287
+
***27.05.17:** - Rebase to alpine 3.6.
288
+
***03.05.17:** - Fix log permissions.
289
+
***18.04.17:** - Add php7-sockets, update fail2ban filter and action defaults
290
+
***27.02.17:** - Add php7-dom, php7-iconv and php7-pdo_sqlite
291
+
***21.02.17:** - Add php7-xml
292
+
***10.02.17:** - Switch to alpine 3.5 base and php7, add php zlib module and all nginx modules
293
+
***13.01.17:** - Add php5-ctype and php5-openssl
294
+
***04.01.17:** - Add php5-mysqli and php5-pdo_mysql
- { date: "19.12.18:", desc: "Add ipv6 and http/2 support to default site config." }
135
+
- { date: "08.12.18:", desc: "Had to remove cert renewal during container start due to certbot's new undocumented `feature` of up to 8 minute random delay." }
- { date: "01.02.18:", desc: "Big changes. `VALIDATION` parameter added for choosing letsencrypt validation methods, including dns through official plugins. `HTTPVAL` is deprecated. `STAGING` parameter added for testing. Backwards compatibility for the short term. Since tls-sni is disabled by letsencrypt, most users will have to change their settings and adopt the new parameters within the next 90 days. Reorganized the nginx default config, split ssl settings into new ssl.conf" }
164
+
- { date: "13.01.18:", desc: "Re-enable ipv6 due to update to fail2ban 0.10.1. Existing users can enable ipv6 by deleting `/config/fail2ban/action.d/iptables-common.local` and restarting the container after updating the image" }
165
+
- { date: "11.01.18:", desc: "Halt the container if validation fails instead of a stop (so restart=always doesn't get users throttled with letsencrypt)" }
166
+
- { date: "10.01.18:", desc: "Add option for http validation on port 80" }
167
+
- { date: "05.01.18:", desc: "Rebase to alpine 3.7" }
- { date: "01.09.17:", desc: "`--privileged` is no longer required as long as `--cap-add=NET_ADMIN` is added, instructions modified accordingly, disabled fail2ban ipv6 actions due to requiring access to host kernel modules" }
0 commit comments