Skip to content

kelkoo-services/kelisto-n8n-heroku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


✨ Features

  • 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.

🚀 Deploy

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.

Deploy

Refer to the Heroku n8n tutorial for more information.

If you have questions after trying the tutorials, check out the forums.

❓ FAQ

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

About

n8n self-hosted application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 88.3%
  • Dockerfile 11.7%