nicmart-dev / linguistnow

LinguistNow simplifies the hassle of finding available linguists for translation projects.
https://linguistnow.netlify.app
1 stars 1 forks source link

Deploy n8n to production #28

Closed nicmart-dev closed 3 weeks ago

nicmart-dev commented 1 month ago

We need to deploy n8n so it's accessible when we deploy app backend #26

Currently n8n was installed locally in global mode with npm install n8n -g per https://docs.n8n.io/hosting/installation/npm/ and data files live on %USERPROFILE%\.n8n\config

Options that exist:

  1. easier seems to be 1 click official supported Heroku https://docs.n8n.io/hosting/installation/server-setups/heroku/ but Heroko is a paid service
  2. use free Render, can check https://github.com/ready4mars/n8n-render
nicmart-dev commented 1 month ago

Possible folder structure: ├── n8n/ │ ├── workflows/ │ ├── settings/ │ ├── ...

nicmart-dev commented 3 weeks ago

Successfully deployed n8n on my local Synology NAS

Setup instructions at https://github.com/nicmart-dev/linguistnow/wiki/Deploy-app-to-production#configure-n8n-instance