N8n behind reverse proxy on synology nas runs on port 5678

Describe the problem/error/question

I have configure n8n exactly following this guide
How to Install n8n on Your Synology NAS – Marius Hosting but it runs on port 5678 which I cannot allow on my network, it should run on my ddns mynasname.synology.me

What is the error message (if any)?

No error just wrong port.
Logfile shows "running on httsp://mynasname.synology.me:5678 but I cannot get rid of the 5678

Probably a yaml config?

Please share your workflow

See link above

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Information on your n8n setup

  • n8n version: latest docker pull image
  • Database (default: SQLite): Postgressql
  • n8n EXECUTIONS_PROCESS setting (default: own, main): no idea
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Docker on Synology NAS, see link

Created this issue 5 min ago.

Good for you. I have no clue what you actually did and how it could help me, so you are looking for a solution, not to help me out.

Have you both tried setting WEBHOOK_URL and setting it to be the URL and protocol you want to use so https://automations.mydomain.com

I have used exactly this procedure and config How to Install n8n on Your Synology NAS – Marius Hosting

Sorry that is not an official install guide but based on the error I suspect WEBHOOK_URL is either not set or it has an incorrect value in it.

If it is set correctly it could be that n8n was not stopped and started after adding it.

Thanks but there is no error. Just mydnsname running on port 5678 like https://mydns:5678

Damn it, indeed a typo in my url. Searched for more than a day and did not notice it at all. Thanks for your help, how stupid of me! Works like a charm :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.