gnr-stack

This is a set of n8n community nodes. It may be used in GNR Stack.

Documentation

codecov

Version NPM Downloads License

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

  1. Run cd examples;
  2. Run docker compose up -d;
  3. Access http://localhost:8081 and setup N8N;
  4. Create a Redis Credential and change Host field to redis;
  5. Create a workflow and import the Simple_Workflow.json file;
  6. Use that credential in HTTP Forward Auth Trigger and HTTP Forward Auth nodes;
  7. Activate the workflow and access http://localhost:8080.

Resources

Discussion