- n8n (pronounced n-eight-n) helps you to connect any app with an API with any other, and manipulate its data with little or no code.
- Customizable: highly flexible workflows and the option to build custom nodes.
- Privacy-focused: self-host n8n for maximum privacy and security.
- Examples of workflows: https://n8n.io/workflows.
- Forked from n8n-heroku button.
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.
Refer to the Heroku n8n tutorial for more information.
If you have questions after trying the tutorials, check out the forums.
How to update to the latest version?
## Installing Heroku CLI
$ npm i -g heroku
$ heroku login
## Deploying a new version
$ git clone https://github.com/kelkoo-services/kelisto-n8n-heroku
$ cd kelisto-n8n-heroku
$ heroku git:remote -a kelisto-n8n
$ git commit --allow-empty -m "release: deploying new version"
$ git push heroku main