-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Install plugin inside geoserver cloud #286
Comments
Hello, same for me i need to install https://docs.geoserver.org/maintain/en/user/extensions/importer/installing.html |
@MkLHX the importer extension is already integrated, you just need to enable it.
Or modify the
|
@turdusmerula gscloud requires each extension to be integrated explicitly through a spring-boot autoconfiguration. Just dropping a geoserver plugin to the classpath won't work because we don't do component scanning through If you have coding capabilities a pull request is always welcomed. For Keycloak you can create a ticket labeled as |
Thank you. Where can i find the documentation about geoserver cloud environement variables list? |
Hello, @groldan I'm doing this message, just to be sure you got my question the last time:
Because I need to install/activate the INSPIRE plugin, I don't know where to find the .env variable about this option. |
it boils down to whatever config you have in the externalized configuration, see https://github.com/geoserver/geoserver-cloud-config/blob/master/geoserver.yml given the way spring-boot config works, you can replace any of those config properties with environment variables (capitalizing them and replacing For some of them we use shorter placeholders (
you don't need to provide the full |
I need to add several plugins to my geoserver instance:
So far I don't quite understand how to add these plugins to the cloud version of geoserver. Can you provide a general way or some hints to integrate a plugin inside geoserver?
I think this is quite a duplica of #224 but the goal is to generalize plugin integration.
The text was updated successfully, but these errors were encountered: