Automation with n8n
Quick notes for setting up an n8n instance on a live server.
- https://docs.n8n.io/getting-started/installation/
- https://community.n8n.io/t/run-n8n-as-a-service-with-pm2/1199
Cloudflare takes care of SSL in my case.
Add the following to your .profile
:
(don't forget to source ~/.profile
)
This will route all HTTP requests and webhooks to the correct URL and secure the front-end with a password.