diff --git a/bert/README.md b/bert/README.md index 5c8eff2..e1803ae 100644 --- a/bert/README.md +++ b/bert/README.md @@ -13,18 +13,3 @@ - git/forgejo in /var/lib/forgejo - navidrome DB/etc in /var/lib/navidrome 6. Set up Grafana users (log in with default admin/admin; change creds; configure) - -## Notes on Caddy -Until 2.8 is released with 24.11, Caddy has a pretty limited sense of what -content-types should be compressed: - -https://github.com/caddyserver/caddy/blob/v2.7.6/modules/caddyhttp/encode/encode.go#L85-L101 - -Specifically, this doesn't include GeoJSON, which is a bit of a shame for -maps.chandlerswift.com. That said, I'll probably be upgrading to 24.11 as soon -as it comes out, so in the intervening time I'm just not going to worry about -it. - -The list was expanded in this PR: - -https://github.com/caddyserver/caddy/pull/6081