Official documentation: https://docs.n8n.io/
-
Copy and fill the
template.env
. Rename it tolocal.env
to provide environment variables (see:<TODO>
). Passwords for n8n can be generated securely viaopenssl rand -base64 32
-
Run n8n-docker-compose.yml to start up the n8n self-hosted service:
podman-compose -f docker-compose.yml up -d # if you have a docker license: docker compose -f docker/docker-compose.yml up -d
-
Open http://localhost:5678/ and create a fake owner account
-
Create a credential for iteraGPT API https://docs.n8n.io/credentials/add-edit-credentials/ with a unique API Key.
-
Start building agents 🤖