N8N Behind caddy #3459
Unanswered
wouterverduin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
The last days i have been desperately trying to get n8n running behind my caddy reverse proxy.
The general steps:
Caddyfile snippet:
n8n.something.com {
reverse_proxy 192.168.1.80:5678
}
What have i tried:
Used this tutorial: https://github.com/sfnemis/proxmox-traefikproxy-cloudflaretunnel
Attempted to add all these environment variables in the container service but still the same error. I noticed that the webhook also isnt updated when e.g. i use a telegram node it still refers to localhost.
Is there anyone who can point me in any succesfull direction to get it running behind caddy?
Beta Was this translation helpful? Give feedback.
All reactions