Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n8n Boilerplate

n8n platform with Cloudflare Tunnel in minikube

Supported Operating Systems

  • Linux (Debian based with bash)
  • macOS (Darwin with bash & brew)

Installation

make setup

Extras

Additional Postgres DB Creation

Usage:

./scripts/create-db-in-postgres.sh -n <DB_NAME> -u <DB_USER> -p <DB_PASS> [-P <profile>] [-s <namespace>] [-l <pod_regex>] [-x <superuser>] [-W <superpass>] [--debug]

Example:

./scripts/create-db-in-postgres.sh -n authn -u authn -p '12345678' -P n8n

AI-Related Services

  • Ollama: Cross-platform LLM platform to install and run the latest local LLMs
  • Qdrant: Open-source, high performance vector store with a comprehensive API

Ollama Model Pulling

First, you should access the shell of ollama

make ollama-shell-connected

After that,

you can pull GPT-OSS LLM

ollama pull gpt-oss

you can pull BGE M3 Embedding Model

ollama pull bge-m3

Suggested n8n Community Nodes

About

n8n Boilerplate

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages