Package Information
Released: 2/18/2025
Downloads: 1 weekly / 6 monthly
Latest Version: 0.1.0
Author: andrepedroza
Documentation
n8n-nodes-gnr-stack
This is a set of n8n community nodes. It may be used in GNR(Grist/N8n/Redis) Stack.
HTTP Forward Auth Trigger/Response Node
It can be used as a HTTP forward auth middleware with reverse proxies like Traefik and Caddy.
Redis Vector Store Node
This is a node that use Redis Stack Vector database as a vector store for your agents.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
List the operations supported by your node.
Credentials
Use Redis as data storage.
Compatibility
N8N 1.76.1 and above.
Usage
- Run
cd examples
; - Run
docker compose up -d
; - Access http://localhost:8081 and setup N8N;
- Create a Redis Credential and change Host field to redis;
- Create a workflow and import the Simple_Workflow.json file;
- Use that credential in HTTP Forward Auth Trigger and HTTP Forward Auth nodes;
- Activate the workflow and access http://localhost:8080.