diff --git a/Dockerfile b/Dockerfile index 102ca2a..bacfe31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,6 @@ RUN \ nginx-mod-http-geoip2==${NGINX_VERSION} \ nginx-mod-http-headers-more==${NGINX_VERSION} \ nginx-mod-http-image-filter==${NGINX_VERSION} \ - nginx-mod-http-nchan==${NGINX_VERSION} \ nginx-mod-http-perl==${NGINX_VERSION} \ nginx-mod-http-redis2==${NGINX_VERSION} \ nginx-mod-http-set-misc==${NGINX_VERSION} \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 0708c6e..5fec538 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -27,7 +27,6 @@ RUN \ nginx-mod-http-geoip2==${NGINX_VERSION} \ nginx-mod-http-headers-more==${NGINX_VERSION} \ nginx-mod-http-image-filter==${NGINX_VERSION} \ - nginx-mod-http-nchan==${NGINX_VERSION} \ nginx-mod-http-perl==${NGINX_VERSION} \ nginx-mod-http-redis2==${NGINX_VERSION} \ nginx-mod-http-set-misc==${NGINX_VERSION} \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 902385b..6c538f4 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -27,7 +27,6 @@ RUN \ nginx-mod-http-geoip2==${NGINX_VERSION} \ nginx-mod-http-headers-more==${NGINX_VERSION} \ nginx-mod-http-image-filter==${NGINX_VERSION} \ - nginx-mod-http-nchan==${NGINX_VERSION} \ nginx-mod-http-perl==${NGINX_VERSION} \ nginx-mod-http-redis2==${NGINX_VERSION} \ nginx-mod-http-set-misc==${NGINX_VERSION} \ diff --git a/readme-vars.yml b/readme-vars.yml index a7bbb4a..2445b45 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -40,6 +40,7 @@ app_setup_block: | # changelog changelogs: + - { date: "16.01.23:", desc: "Remove nchan module because it keeps causing crashes." } - { date: "22.12.22:", desc: "Rebase to Alpine 3.17 with PHP 8.1, migrate to s6v3." } - { date: "20.08.22:", desc: "Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base))." } - { date: "22.05.22:", desc: "Install nginx version from 3.14." }