localtunnel / server

server for localtunnel.me
https://localtunnel.me
MIT License
3.02k stars 979 forks source link

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

Open dinbtechit opened 1 year ago

dinbtechit commented 1 year ago

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

yashwanth2714 commented 9 months ago

@dinbtechit Did you deploy it on firebase?

dinbtechit commented 9 months ago

@yashwanth2714 - nope I couldn't figure out.

yashwanth2714 commented 9 months ago

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

dinbtechit commented 9 months ago

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

yashwanth2714 commented 9 months ago

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 commented 9 months ago

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.