Skip to content

pedrozadotdev/n8n-nodes-gnr-stack

Repository files navigation

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 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

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. Go to Settings, Community nodes and install n8n-nodes-gnr-stack;
  6. Create a workflow and import the Simple_Workflow.json file;
  7. Use that Redis Credential in HTTP Forward Auth Trigger and HTTP Forward Auth nodes;
  8. Activate the workflow and access http://localhost:8080.

Resources

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published