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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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
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
1 participant