brew install --cask ngrok
After login at https://dashboard.ngrok.com/, get your token.
ngrok config add-authtoken
The following message is showed: Authtoken saved to configuration file: ~/Library/Application Support/ngrok/ngrok.yml
ngrok http 8080
ssh -R 80:localhost:8080 localhost.run
Just scan QR!