Releases: Rubberverse/qor-caddy
Releases · Rubberverse/qor-caddy
v1.3.6- Caddy v2.10.0
Changelog
- Added new module: caddy-anubis by daegalus
v1.3.5 - Caddy v2.10.0
Changelog
- Dockerfile: Changed
chmod 0505
(r-x---r-x
) tochmod 0555
(r-xr-xr-x
) to fixPermission Denied
on different users than1001:1001
v1.3.4 - Caddy v2.10.0
Changelog
Just a monthly container rebuild, nothing to see here.
v1.3.3 - Caddy v2.10.0
Changelog
- Remove dynamicdns module
- Fix OCI annotations (yay)
- Just more Dockerfile readability improvements
v1.3.2 - Caddy v2.10.0
Changelog
latest
andversion
are valid tags now- Using
scratch
image as base for runner - Tightened up executable permissions to 505
r-x
- Ported entrypoint.sh to Go
- Added OCI image labels
- Removed vercel, porkbun Caddy third-party modules due to them not being ported to libdns 1.0 yet
- Removed appsec component of caddy-crowdsec-bouncer
- Tidied up Dockerfile, array-helper.sh
- Split Go installation to a seperate script
- Dropped
security
tag - Dropped
latest-alpine
,alpine-version
tags
v1.3.1-beta - v2.10.0-beta.3
Changelog
- Build against Caddy v2.10.0-beta.3 note: container was rebuilt with Caddy v2.10.0-beta.4
v1.2.23 - Caddy v2.9.1
Changelog
- Update
corazawaf/coraza-caddy
module to latest in order to fix GHSA-q9f5-625g-xm39
v1.3-beta - Caddy v2.10.0-beta.2
Changelog
- Build against Caddy v2.10.0-beta.2
- Published under
beta
tag:latest-alpine-beta
,alpine-v1.3-beta
,latest-security-beta
,security-v1.3-beta
v1.2.22 - Caddy v2.9.1
Changelog
- New tag:
latest-security
,latest-v1.2.22
that bundlesgithub.com/greenpau/caddy-security
along with same modules as our usual container builds (This is so people can choose between having it or not, tested it and it was fine) - New module:
github.com/porech/caddy-maxmind-geolocation
, mount GeoIP2 MaxMind database to your Caddy container and limit requests by IP address
v1.2.21 - Caddy v2.9.1
Changelog
- Explictly add mholt/caddy-l4 to build process (apparently I removed it at some point? 😕 )
- Fix: Severly outdated mholt/caddy-l4 module
Now you can use every single feature of layer4 module.