From 63fbbc557311c2dd1a33bd304057ef6f20c8962a Mon Sep 17 00:00:00 2001 From: Long Vu Date: Thu, 11 Jul 2024 14:59:03 -0400 Subject: [PATCH] geoserver: enable stac-datastore-plugin https://docs.geoserver.org/latest/en/user/community/stac-datastore/index.html Per @fmigneault request. --- birdhouse/config/geoserver/default.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/birdhouse/config/geoserver/default.env b/birdhouse/config/geoserver/default.env index 34c7faf0..c73ecb89 100644 --- a/birdhouse/config/geoserver/default.env +++ b/birdhouse/config/geoserver/default.env @@ -23,7 +23,8 @@ export GEOSERVER_STABLE_EXTENSIONS="grib-plugin,netcdf-plugin,netcdf-out-plugin, # https://github.com/kartoza/docker-geoserver/blob/master/build_data/community_plugins.txt export GEOSERVER_COMMUNITY_EXTENSIONS="geopkg-plugin,\ ogcapi-coverages-plugin,ogcapi-dggs-plugin,ogcapi-features-plugin,ogcapi-images-plugin,\ -ogcapi-maps-plugin,ogcapi-styles-plugin,ogcapi-tiled-features-plugin,ogcapi-tiles-plugin" +ogcapi-maps-plugin,ogcapi-styles-plugin,ogcapi-tiled-features-plugin,ogcapi-tiles-plugin,\ +stac-datastore-plugin" # Must use single-quote for delayed eval. export GEOSERVER_DATA_DIR='${DATA_PERSIST_ROOT}/geoserver'