n8n platform with Cloudflare Tunnel in minikube
- Linux (Debian based with bash)
- macOS (Darwin with bash & brew)
make setupUsage:
./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
- Ollama: Cross-platform LLM platform to install and run the latest local LLMs
- Qdrant: Open-source, high performance vector store with a comprehensive API
First, you should access the shell of ollama
make ollama-shell-connectedAfter that,
you can pull GPT-OSS LLM
ollama pull gpt-ossyou can pull BGE M3 Embedding Model
ollama pull bge-m3