how to use ngrok in ubuntu code example
Example 1: run ngrok on spesific website ubuntu 20.04
ngrok http 80
Example 2: ngrok live port vue js
ngrok http 8080 -host-header="localhost:8080"
Example 3: install ngrok on server
ngrok http -host-header="localhost:[port]" [port]