tmchow 8 Posted October 13, 2020 Share Posted October 13, 2020 (edited) Support for n8n docker Application: n8n Application Site: https://n8n.io Docker Hub: https://hub.docker.com/r/n8nio/n8n/ Github: https://github.com/n8nio/n8n Official Community Support: https://community.n8n.io/ Please post any questions/issues relating to this docker you have in this thread. Edited October 13, 2020 by tmchow Add community forum link + banner Quote Link to post
HellraiserOSU 3 Posted October 14, 2020 Share Posted October 14, 2020 Is there a way to secure this so we can access it externally via something like a proxy? or is that a bad idea? Quote Link to post
tmchow 8 Posted October 15, 2020 Author Share Posted October 15, 2020 42 minutes ago, HellraiserOSU said: Is there a way to secure this so we can access it externally via something like a proxy? or is that a bad idea? I have it only running locally, so am not the expert on this. However, some info: Look at their official docs: https://docs.n8n.io/reference/security.html You could ask in their community: https://community.n8n.io/ don't expose externally and require VPN/Wireguard? 1 Quote Link to post
HellraiserOSU 3 Posted October 15, 2020 Share Posted October 15, 2020 4 minutes ago, tmchow said: I have it only running locally, so am not the expert on this. However, some info: Look at their official docs: https://docs.n8n.io/reference/security.html You could ask in their community: https://community.n8n.io/ don't expose externally and require VPN/Wireguard? Wireguard was my other option so that can do. Thanks for the link. I'll check it out. Quote Link to post
ootri 0 Posted October 16, 2020 Share Posted October 16, 2020 Thank you to tmchow for bringing this docker image to the community apps. For many cases n8n needs to be accessible externally (for webhooks, oauth2, etc), the best way is to add the following docker vars: N8N_BASIC_AUTH_ACTIVE=true N8N_BASIC_AUTH_USER=user N8N_BASIC_AUTH_PASSWORD=pass Quote Link to post
tmchow 8 Posted October 16, 2020 Author Share Posted October 16, 2020 2 hours ago, ootri said: Thank you to tmchow for bringing this docker image to the community apps. For many cases n8n needs to be accessible externally (for webhooks, oauth2, etc), the best way is to add the following docker vars: N8N_BASIC_AUTH_ACTIVE=true N8N_BASIC_AUTH_USER=user N8N_BASIC_AUTH_PASSWORD=pass Just added these options to the template. Quote Link to post
6 posts in this topic Last Reply
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.