I haven’t found this anywhere, even searched github and twitter.
What’s the proper way to install n8n on render.com hosting?
Should I use Docker? NPM? I assume it’s not too different from Heroku, but in case anyone have the right github so I could fork, it would make my life much easier.
The proper way would be whatever render needs but also what you are happy and able to manage after all you will need to manage the instance and do any config changes / updates. It looks like they have docker as an option so that would probably be the first thing I would try and it should be the easiest assuming render allows for persistent storage.
I did a quick search and found this… GitHub - lchanc3/n8n-render-latest it is using an older version of n8n but it seems like it might do the job if you are planning to use Postgres as well.
Does Render support persistent storage? You can kind of get around that requirement by using an external database which is what the GitHub repo I found yesterday was doing.