diff --git a/Dockerfile b/Dockerfile index 5e39bde..ab09327 100755 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,6 @@ RUN \ nginx-mod-http-geoip2 \ nginx-mod-http-headers-more \ nginx-mod-http-image-filter \ - nginx-mod-http-nchan \ nginx-mod-http-perl \ nginx-mod-http-redis2 \ nginx-mod-http-set-misc \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index b861b4d..3694742 100755 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -36,7 +36,6 @@ RUN \ nginx-mod-http-geoip2 \ nginx-mod-http-headers-more \ nginx-mod-http-image-filter \ - nginx-mod-http-nchan \ nginx-mod-http-perl \ nginx-mod-http-redis2 \ nginx-mod-http-set-misc \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 839c8bd..a114459 100755 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -36,7 +36,6 @@ RUN \ nginx-mod-http-geoip2 \ nginx-mod-http-headers-more \ nginx-mod-http-image-filter \ - nginx-mod-http-nchan \ nginx-mod-http-perl \ nginx-mod-http-redis2 \ nginx-mod-http-set-misc \ diff --git a/readme-vars.yml b/readme-vars.yml index adca488..a98d47d 100755 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -154,6 +154,7 @@ app_setup_block: | # changelog changelogs: + - { date: "16.01.23:", desc: "Remove nchan module because it keeps causing crashes." } - { date: "08.12.22:", desc: "Revamp certbot init."} - { date: "03.12.22:", desc: "Remove defunct cloudxns plugin."} - { date: "22.11.22:", desc: "Pin acme to the same version as certbot."}