Skip to content

plugin geolocation

github-actions[bot] edited this page Mar 29, 2026 · 1 revision

Geolocation Plugin

Real-time location sharing, history tracking, and haversine geofencing with entry/exit events. Pro plugin.

Requires: Basic license tier or higher. nself license set nself_pro_...

Install

nself license set nself_pro_xxxxx...
nself plugin install geolocation

What It Does

The geolocation plugin enables real-time location sharing between users and records a configurable-retention history of position updates. Geofences trigger entry and exit events that downstream services can subscribe to, with haversine calculations used for accurate distance-based boundary checks.

Configuration

Env Var Default Description
GEOLOCATION_PORT 3026 Port the service listens on
GEOLOCATION_RETENTION_DAYS 30 Number of days to retain location history

Ports

Port Purpose
3026 Geolocation REST API

Database Tables

5 tables added to your Postgres database:

  • np_geolocation_users
  • np_geolocation_locations
  • np_geolocation_history
  • np_geolocation_geofences
  • np_geolocation_events

Nginx Routes

Route Target
/api/geolocation/ localhost:3026

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog

Clone this wiki locally