Skip to content

Commit

Permalink
geoserver: enable all ogcapi plugins for testing
Browse files Browse the repository at this point in the history
For testing migration to use these plugins as existing ones
(wps-plugin, ...) will be deprecated.

Theoretically these new plugins should be able to co-exist with the
existing ones.
  • Loading branch information
tlvu committed Jul 10, 2024
1 parent 14bda30 commit 5cc4848
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion birdhouse/config/geoserver/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export GEOSERVER_STABLE_EXTENSIONS="grib-plugin,netcdf-plugin,netcdf-out-plugin,

# Install the community edition plugins specified in
# https://github.com/kartoza/docker-geoserver/blob/master/build_data/community_plugins.txt
export GEOSERVER_COMMUNITY_EXTENSIONS="geopkg-plugin"
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"

# Must use single-quote for delayed eval.
export GEOSERVER_DATA_DIR='${DATA_PERSIST_ROOT}/geoserver'
Expand Down

0 comments on commit 5cc4848

Please sign in to comment.