Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added an ability of installation of the extensions #23

Merged

Conversation

ywkim312
Copy link
Collaborator

@ywkim312 ywkim312 commented Dec 18, 2024

This can be tested by using these variables' values in values.yaml using geoserver version 2.26.1

cors:
  enabled: true
  allowedOrigins:
    - http://localhost:3000
  allowCredentials: true

extension:
  install: true
  stableExtensions:
    - grib
    - ogr-wfs
  stablePluginUrl: https://sourceforge.net/projects/geoserver/files/GeoServer/2.26.1/extensions/
  additionalLibsDir: /opt/
  geoserverLibDir: /usr/local/tomcat/webapps/geoserver/WEB-INF/lib

@ywkim312 ywkim312 linked an issue Dec 18, 2024 that may be closed by this pull request
@ywkim312 ywkim312 self-assigned this Dec 18, 2024
@ywkim312 ywkim312 requested a review from robkooper December 18, 2024 06:07
@ywkim312 ywkim312 linked an issue Dec 18, 2024 that may be closed by this pull request
Copy link
Member

@robkooper robkooper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure to update the chart.yaml version

@ywkim312
Copy link
Collaborator Author

make sure to update the chart.yaml version

Updated. Thank you for finding it out

@ywkim312
Copy link
Collaborator Author

@robkooper This PR is deployed in DACHUB geoserver and working well

@robkooper robkooper merged commit be5cbb4 into main Jan 16, 2025
@robkooper robkooper deleted the 22-add-the-environment-variables-to-install-geoserver-plugins branch January 16, 2025 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add parameters for Geoserver CORS Add the environment variables to install geoserver plugins
2 participants