Skip to content

Commit ba233a6

Browse files
authored
Merge pull request #312 from linuxserver/remove-nchan
Remove nchan module because it keeps causing crashes
2 parents 07fb6a8 + 1df8d5f commit ba233a6

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ RUN \
3636
nginx-mod-http-geoip2 \
3737
nginx-mod-http-headers-more \
3838
nginx-mod-http-image-filter \
39-
nginx-mod-http-nchan \
4039
nginx-mod-http-perl \
4140
nginx-mod-http-redis2 \
4241
nginx-mod-http-set-misc \

Dockerfile.aarch64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ RUN \
3636
nginx-mod-http-geoip2 \
3737
nginx-mod-http-headers-more \
3838
nginx-mod-http-image-filter \
39-
nginx-mod-http-nchan \
4039
nginx-mod-http-perl \
4140
nginx-mod-http-redis2 \
4241
nginx-mod-http-set-misc \

Dockerfile.armhf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ RUN \
3636
nginx-mod-http-geoip2 \
3737
nginx-mod-http-headers-more \
3838
nginx-mod-http-image-filter \
39-
nginx-mod-http-nchan \
4039
nginx-mod-http-perl \
4140
nginx-mod-http-redis2 \
4241
nginx-mod-http-set-misc \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ app_setup_block: |
154154
155155
# changelog
156156
changelogs:
157+
- { date: "16.01.23:", desc: "Remove nchan module because it keeps causing crashes." }
157158
- { date: "08.12.22:", desc: "Revamp certbot init."}
158159
- { date: "03.12.22:", desc: "Remove defunct cloudxns plugin."}
159160
- { date: "22.11.22:", desc: "Pin acme to the same version as certbot."}

0 commit comments

Comments
 (0)