cyfronet-fid / docker-geoserver

Docker image for Geoserver
https://registry.hub.docker.com/r/fiddev/geoserver
GNU General Public License v2.0
0 stars 0 forks source link

Configure S3 GeoWebCache #6

Closed jswk closed 3 years ago

jswk commented 3 years ago

Add an S3BlobStore to GWC configuration, which can be further configured during runtime with appropriate envvars with prefix GWC_.

Improve the configuration-setting scripts, reducing repetition.

Add a global.xml config file, setting a custom proxyBaseUrl, quietOnNotFound and exposing extra created/modified columns for admin view.

Don't configure a GWC tile layer automatically for each layer (backend will do it "by hand"). Enable WMS direct integration. Only define EPSG:900913 (EPSG:3857) gridset, and cache image/png. Disable TMS and WMS-C services, as we don't use them.

Move all the custom data_dir files to a separate dir, since there is a number of them now.

Remove -T1C option from geotools dir, as there are non-thread-safe modules in it. Add profile gwc-s3 for the S3BlobStore support.