This is a Heroku-focused container implementation of n8n.
Use the Deploy to Heroku button above to launch n8n on Heroku. When deploying, make sure to check all configuration options and adjust them to your needs. It's especially important to set N8N_ENCRYPTION_KEY
to a random secure value.
The default credentials for basic authentication is user:pass
, but you should change this during the initial setup.
Refer to the Heroku n8n tutorial for more information.
If you have questions after trying the tutorials, check out the forums.
The default configuration enables basic auth as a fast and simple way to authenticate n8n users. If you prefer the more advanced user management functionality of n8n, add the variables from this guide to your Heroku config vars.