This is a set of n8n community nodes. It may be used in GNR(Grist/N8n/Redis) Stack.
It can be used as a HTTP forward auth middleware with reverse proxies like Traefik and Caddy.
This is a node that uses Redis Stack Vector database as a vector store for your AI Agents.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Follow the installation guide in the n8n community nodes documentation.
List the operations supported by your node.
Use Redis as data storage.
N8N 1.76.1 and above.
- 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;
- Go to Settings, Community nodes and install n8n-nodes-gnr-stack;
- Create a workflow and import the Simple_Workflow.json file;
- Use that Redis Credential in HTTP Forward Auth Trigger and HTTP Forward Auth nodes;
- Activate the workflow and access http://localhost:8080.