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

[Question] - Is it possible to deploy this on firebase? #199

Open
dinbtechit opened this issue Jul 9, 2023 · 6 comments
Open

[Question] - Is it possible to deploy this on firebase? #199

dinbtechit opened this issue Jul 9, 2023 · 6 comments

Comments

@dinbtechit
Copy link

FIrebase now supports nodejs apps. Is it possible to deploy localtunnel server on firebase?

@yashwanth2714
Copy link

@dinbtechit Did you deploy it on firebase?

@dinbtechit
Copy link
Author

@yashwanth2714 - nope I couldn't figure out.

@yashwanth2714
Copy link

@dinbtechit Thanks for your reply! I am using an AWS EC2 instance to deploy the server.

@dinbtechit
Copy link
Author

Nice!! are you using docker? Or directly running the app?

@yashwanth2714
Copy link

I am not using docker. I am running the app directly. The issue I am encountering is the inability to add HTTPS support. Only HTTP URLs are functional. I have attempted to point the DNS records to the ALB domain by attaching an HTTPS listener with the ACM certificate, but it is not working.

@dinbtechit
Copy link
Author

You could use a nginx to proxy the requests through, and that way you can apply SSL on your nginx using lets-encrypt or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants