n8n-nodes-simple-map-locator-secure
v0.1.1
Published
Security-focused n8n community node for a wrapper API around Simple Map Locator.
Maintainers
Readme
n8n-nodes-simple-map-locator-secure
Security-focused n8n community node for a wrapper API in front of the legacy Simple Map Locator PHP script.
This package is meant for self-hosted n8n and talks to a wrapper API instead of the old backend session endpoints.
Included operations
- Health check
- List maps
- Get map
- List markers by map
- List categories by map
- Get marker
- Create marker
- Update marker
- Delete marker
- Search markers
- List webhooks
- Create webhook
- Delete webhook
- Raw request mode limited to
/api/v1/*
Security notes
- Credentials stay in the n8n credential store
- No secrets are hard-coded into the package
- Raw request mode blocks full URLs
- Raw request mode blocks path traversal attempts
- Use this node with a secured wrapper API, not directly against legacy backend PHP session endpoints
Install in n8n after publishing to npm
In n8n go to Settings, Community Nodes, Install and paste the npm package name:
n8n-nodes-simple-map-locator-secureLocal build
npm install
npm run buildPublish checklist
- Verify the package contents with
npm pack --dry-run - Log into npm with
npm login - Publish with
npm publish - Install the package in n8n from the Community Nodes dialog
