How to expose your local sever to world wide web?
By default, you cannot connect directly from global network to you computer in local home network. To configure it you have to change router settings or setup tunnel. In this article we will show tunnel.
Install ngrok
yay -S ngrok
Login to ngrok page and get token
https://dashboard.ngrok.com/get-started/your-authtoken
you will see command like this
ngrok config add-authtoken xxx
now expose http on port
ngrok http http://localhost:41601