-
Notifications
You must be signed in to change notification settings - Fork 0
nSelf Geo
github-actions[bot] edited this page Sep 4, 2026
·
1 revision
Forward and reverse geocoding with provider-agnostic caching layer. Free — MIT licensed.
nself plugin install nself-geoNo license key required.
Forward and reverse geocoding with provider-agnostic caching layer. Nominatim (free, OSM) is the default; Google Places and Mapbox are premium fallbacks. Exposes geocodeAddress, reverseGeocode, geocodeBatch, clearGeoCache via Hasura Remote Schema.
Category: location. Current version: 1.1.0.
| Env Var | Default | Description |
|---|---|---|
DATABASE_URL |
(required) |
PostgreSQL connection string |
GEOCODING_PROVIDERS |
nominatim |
- |
GEOCODING_GOOGLE_API_KEY |
- |
- |
GEOCODING_MAPBOX_ACCESS_TOKEN |
- |
- |
GEOCODING_NOMINATIM_URL |
https://nominatim.openstreetmap.org |
- |
GEOCODING_NOMINATIM_EMAIL |
- |
- |
GEOCODING_CACHE_TTL_DAYS |
365 |
- |
GEOCODING_CACHE_ENABLED |
true |
- |
GEOCODING_MAX_BATCH_SIZE |
100 |
- |
GEOCODING_REDIS_URL |
- |
- |
GEO_CACHE_TTL_SECONDS |
86400 |
- |
GEO_RATE_LIMIT_RPM |
500 |
- |
| Port | Purpose |
|---|---|
| 3203 | nSelf Geo service port |
2 table(s) added to your Postgres database:
np_geo.forward_cachenp_geo.reverse_cache
POST /geo/forward
POST /geo/reverse
POST /geo/batch
DELETE /geo/cache
GET /health
curl http://localhost:3203/healthManifest: plugins/nself-geo/plugin.json
- Plugin-Marketplace — full plugin index
- Plugin-Development — write your own plugin
← Home →
- Commands
- File Processing Commands
- GitHub Commands
- ID.me Commands
- Jobs Commands
- Notifications Commands
- Realtime Commands
- Shopify Commands
- Stripe Commands
View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)
- Access-Controls
- Admin-Api
- AI-CLI
- AI-Studio
- Alerts
- Analytics
- API
- Audit
- Audit-Analytics
- Audit-Log
- Auth-Enterprise
- Backup
- BYOK
- CDC
- CDN
- CI
- Claw-CLI
- Cloudflare
- Compliance
- Content-Acquisition
- Content-Progress
- Content-Safety
- Costs
- CRDT
- Cron
- DDNS
- Devices
- DLQ
- Documents
- Dogfood
- Donorbox
- DR
- E2EE
- Encryption
- Entitlements
- Event-Bus
- Family-Ancestry
- Family-FamilySearch
- Family-GEDCOM
- Family-MyHeritage
- Family-WikiTree
- Feature-Flags
- Federation
- File-Processing
- Flags
- Forgejo
- Functions-V8
- Game-Metadata
- Gateway
- Gauth
- GDPR
- Geocoding
- GitHub
- GitHub-Runner
- HIPAA
- Home
- IDme
- Infra
- Invitations
- Job-Queue
- Jobs
- K8s
- Link-Preview
- Maintenance
- MDNS
- Media-Processing
- Meetings
- MLflow
- Model
- Monitor
- Monitoring
- Notifications
- Notify
- nSelf-Cloud
- nSelf-Eval-Gate
- nSelf-Geo
- nSelf-Image
- nSelf-PDF
- nSelf-Scan
- nSelf-Sync
- nSelf-Vault
- Object-Storage
- Observability
- Ollama
- Payments
- PayPal
- Pentest
- Pentest-Kit
- Plugin-ClawDE
- Plugin-Gauth
- Plugin-LLM-Gateway
- Plugin-PTY
- Plugin-Retrieval
- Podcast
- Post
- Push
- Queue
- Region
- Release
- Retro-Gaming
- Rom-Discovery
- Search
- Sentry-CLI
- Shared-Utils
- Shopify
- SIEM
- SMS
- Soak
- Sports
- Storage
- Storage-Transform
- Stripe
- Subtitle-Manager
- Tenant
- Tenant-Controller
- TMDB
- Tokens
- Torrent-Manager
- Transactional-Email
- VPN
- WAF
- Warehouse
- Watchdog
- Web3
- Webhooks
- Workflows
Related