You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to pass a command to npx novu dev that will not start the automatic local tunnel. This flag would should take in a string argument that would be a user provided tunnel.
Example:
npx novu dev --tunnel https://my-local-tunnel.ngrok.io
🎤 Why is this feature needed ?
In a corporate environment, some domains and URLs are blocked by the company firewall. My utilizing, for example, ngrok, I would be able to use our corporate approved tunnel thus complying with our internal netsec standards.
✌️ How do you aim to achieve this?
Run npx novu dev --tunnel https://my-local-tunnel.ngrok.io, the Novu provided local tunnel would not start, instead would utilize the provided url.
🔄️ Additional Information
After speaking with Dima, I would like to attempt to resolve this.
👀 Have you spent some time to check if this feature request has been raised before?
🔖 Feature description
Add the ability to pass a command to
npx novu dev
that will not start the automatic local tunnel. This flag would should take in a string argument that would be a user provided tunnel.Example:
npx novu dev --tunnel https://my-local-tunnel.ngrok.io
🎤 Why is this feature needed ?
In a corporate environment, some domains and URLs are blocked by the company firewall. My utilizing, for example, ngrok, I would be able to use our corporate approved tunnel thus complying with our internal netsec standards.
✌️ How do you aim to achieve this?
Run
npx novu dev --tunnel https://my-local-tunnel.ngrok.io
, the Novu provided local tunnel would not start, instead would utilize the provided url.🔄️ Additional Information
After speaking with Dima, I would like to attempt to resolve this.
👀 Have you spent some time to check if this feature request has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: