gogauravvv/n8n-render — reverse-engineered prompt

Reverse engineered prompt

GitHub

I want a simple repo I can deploy to Render to run n8n without a lot of setup. Please make it work as a Render Blueprint using Docker, with the current recommended setup for 2025, so I can fork it, connect it in Render, set a couple of environment variables, and be up and running.

Make sure webhooks work properly on the live Render domain by using a WEBHOOK_URL setting, and include a secure N8N_ENCRYPTION_KEY env var that I can fill in. It should use persistent storage so my n8n data survives restarts, and please keep the storage path exactly at /home/node/.n8n since that is required. It should also be ready to use Render managed database settings automatically.

I want this to be compatible with recent n8n versions and feel like a clean, maintained starter repo with a clear README that explains the few things I need to change before deploying. If anything about Render has changed recently, look up the current docs and use the latest working approach.

Want more depth? Deep Reverse