n8n on FreeBSD – installation, configuration, and optimisation

Hi, I wrote new article, guide to installing self-hosted n8n on a FreeBSD server. I describe step-by-step the process of configuring a highly efficient and secure system environment. The technologies used include: FreeBSD, PF firewall, Nginx as a reverse proxy, SSL, and Redis with Queue Mode enabled.

Maybe someone will find this useful: FreeBSD works great as a platform for n8n!

n8n on FreeBSD – installation, configuration, and optimisation
 
Excellent write up.
With the latest Version, I do get with npm -g update

npm warn Conflicting peer dependency: openai@4.104.0
npm warn node_modules/openai
npm warn peer openai@"^4.62.1" from @browserbasehq/stagehand@1.14.0
npm warn node_modules/n8n/node_modules/@n8n/n8n-nodes-langchain/node_modules/@browserbasehq/stagehand
npm warn peer @browserbasehq/stagehand@"^1.0.0" from @langchain/community@1.1.27
npm warn node_modules/n8n/node_modules/@n8n/n8n-nodes-langchain/node_modules/@langchain/community
npm error code EBADPLATFORM
npm error notsup Unsupported platform for libsql@0.5.29: wanted {"os":"darwin,linux,win32","cpu":"x64,arm64,wasm32,arm"} (current: {"os":"freebsd","cpu":"x64"})
npm error notsup Valid os: darwin,linux,win32
npm error notsup Actual os: freebsd
npm error notsup Valid cpu: x64,arm64,wasm32,arm
npm error notsup Actual cpu: x64

Any idea how to get this fixed?
 
Back
Top