v2.9.0
Starting from this release, the base docker image switches from alpine
to debian
. There are a few reasons for this:
- latest nodejs in alpine doesn't work (as it's used here) with arm7
- alpine doesn't keep older packages to revert to
- glibc is better than musl
For almost everyone, you won't notice a difference. For anyone interested:
Changes
- Switched to nginx-full base
- #975 Improved Access List Form (thanks @thegamingninja)
- #1034 Don't fix the select height, to fix multiline select (thanks @jonasled)
- #958 docker-compose Instructions for streams support (thanks @italobb)
- #1017 Apply 'Force SSL' and 'Enable Websockets' to full host definition (thanks @Stealthii)
- #1020 Updated credentials for netcup dns challenge (thanks @stegmannb)
- #1042 Add DuckDNS certbot plugin (thanks @hepelayo)
- Security dependency updates
- Github main branch changed to
develop
so PR's go there instead ofmaster
Docker images
For future stability, please consider using 2.9.0
tag and following releases for this project using the "Watch" menus top right of this screen.
Deprecation notice
Nginx (OpenResty) is no longer built with very old CPU hardware, meaning it has lost some support to run on older CPU's. This was unavoidable as I have upgraded the CI systems and cannot compile on older CPU's anymore.
Once again, most of you won't notice any problems. But a select few of you will be limited to use docker image 2.8.1
, the last image to offer this support.