Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Feature: Provide own tunnel when utilizing Local Studio #6709

Closed
2 tasks done
wh1337 opened this issue Oct 16, 2024 · 2 comments · Fixed by #6711
Closed
2 tasks done

🚀 Feature: Provide own tunnel when utilizing Local Studio #6709

wh1337 opened this issue Oct 16, 2024 · 2 comments · Fixed by #6711
Assignees
Labels

Comments

@wh1337
Copy link
Contributor

wh1337 commented Oct 16, 2024

🔖 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?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Are you willing to submit PR?

Yes I am willing to submit a PR!

Copy link

linear bot commented Oct 16, 2024

@rifont
Copy link
Collaborator

rifont commented Oct 21, 2024

This is now released in novu@2.1.0 🎉

image

@linear linear bot assigned rifont Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants