can i config novu via https?. With traefik for example.

I hope inkeep can help
3 Replies
Ask Inkeep
Ask Inkeep3w ago
Hi @Dauntless, I'm an AI assistant for Novu. While a team member reviews this question, I'll see if I can find relevant sources for your question. ----------------------------- While I generate an answer, here are some sources that might be helpful: * Deploy with Docker * Dev Studio * Introduction * Python quickstart -----------------------------
Ask Inkeep
Ask Inkeep3w ago
Answer Yes, you can configure Novu via HTTPS using reverse proxies, including Traefik. For reverse-proxy or load balancer setup, you need to set the GLOBAL_CONTEXT_PATH and other context paths in the environment variables to serve the application correctly. Here is an example of how to set the context paths:
# Context Paths
GLOBAL_CONTEXT_PATH=
WEB_CONTEXT_PATH=web
API_CONTEXT_PATH=api
WS_CONTEXT_PATH=ws
WIDGET_CONTEXT_PATH=widget
# Context Paths
GLOBAL_CONTEXT_PATH=
WEB_CONTEXT_PATH=web
API_CONTEXT_PATH=api
WS_CONTEXT_PATH=ws
WIDGET_CONTEXT_PATH=widget
(1) , (2) . For detailed instructions, you can refer to the official Novu documentation on deploying with Docker and setting up reverse proxies.
Ask Inkeep
Ask Inkeep3w ago
Got it. Tagging @Support for additional help.
Want results from more Discord servers?
Add your server
More Posts
Login API route causes weirdness in web instance (solved)Has anyone had an issue where self-hosted works fine on http, but switching to https causes the api About three yml files in "docker/local" folder in the github repository.Hi! There are three yml files in the "docker/local" folder in your github. What is responsible for w4200 doesn’t workHello, Help! After following the steps in the "Quick Start Docker" section, the web is not launchingunseenCount not showingHello, I don't manage to get unseenCount value to display on the notification bell in my in-app notDefine origins in access-control-allow-origin header for in-app notificationsHello, We have a react frontend and we are using the Novu notification plugin and initializing usingI have an issue where the translation file is not applied to the template while other ones work fineI hitting rock a translation file, it is just not displaying the translations only the key names, I The website crashes when I do .length while writing a custom email templateHey, I was using Novu's digest feature to send emails. I can do `step.events.length` which gives How do I add avatar URLs or images in an in-app notification?Is there any documentation for this? Here is the one, I could find but it's incomplete: https://docsIn App notification expireDid novu support to mark app notification expire based on some conditions like if notification is nSelf Hosting: Problems with Nginx reverse proxyI've read two previous posts on this however I can't get reverse proxying working for novu. I am us