Good Morning Friends:
I found this eariler Q&A answer quite useful, and am done implementing almost exactly the same. (I also use NameCheap).
Thus, I began with the n8n Self-Hosted AI Starter Kit and have “productionalized” it little by little. So, for external Webhook access, I can now use my subdomain:
with its LetsEncrypt SSL Certificate; which I obtained via Nginx Proxy Manager, and which is now stitched into Docker and the docker-compose.yaml file.
My question is:
What must I do next so that n8n nodes - such as the Telegram Message Trigger - applies that domain for their Webhook?
I tried adding these items and restarting, but with no luck:
- export WEBHOOK_URL=https://n8n.example.com/ ::
Shell Environment Variable - WEBHOOK_URL=https://n8n.example.com/ :: Docker
.envfile.
Do I also need to append a port number? Or am I missing something else entirely?
Thank you for your assistance. ![]()