Skip to main content

Sharing

GeoPulse supports sharing of your data with other users. In some cases you might want to create a separate nginx instance with more control (e.g. on nginx level disable some endpoints, add additional logging, etc)

Environment VariableDefaultDescription
GEOPULSE_SHARE_BASE_URL(empty)Overrides the base URL for share links. If not set, the current base URL is used.
Useful for custom proxies or when you want to have a separate domain for sharing.

Kubernetes / Helm Configuration

Configure in values.yaml:

config:
share:
baseUrl: "https://share.geopulse.example.com"

Apply with: helm upgrade geopulse ./helm/geopulse -f custom-values.yaml

For more details, see the Helm Configuration Guide.