geoserver / geoserver-cloud

Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.
http://geoserver.org/geoserver-cloud
Other
245 stars 73 forks source link

GeoServer Vanilla / GeoServer Cloud configuration compatibility #122

Closed AlexGacon closed 8 months ago

AlexGacon commented 2 years ago

Hi,

Can the configuration data_dir of a vanilla GeoServer be used with a GeoServer Cloud deployment?

My idea is to allow some GIS administrator to use a vanilla GeoServer web UI with additionnal extensions for styling (css, mapbox, geostyler) and then use the configuration of this instance to do the deployment of a GeoServer Cloud cluster.

Regards Alexandre

AdrienVH commented 2 years ago

Hi Alex ! I don't know if you know it, but GeoServer Cloud comes with the usual administration WebUI. If you NEED to have two different envs (a vanilla-one for dev purposes and a cloud-one for production), I'm wondering if there is a solution to use a Github repository to store your xml file based configuration... I can't remember if this option allows you to store it as a vanilla data_dir or as a more modern way (yaml style)... In this case, it would be irrelevant to you.

AlexGacon commented 2 years ago

Hello Adrien ! I saw that the usual administration WebUI is available in GeoServer Cloud but since I would like to have additional extensions in it, I wonder if it is something possible with the WebUI. I had a glance on the WebUI source : there is an option for the importer plugin but no other plugin are available.

If it is possible to add extensions to the UI, the cloud one is good enough for me!

groldan commented 8 months ago

Closing as stale