Gather all public channel message to one place
Use ngrok for local testing. I tried localhost.run, but it didn't work as expected.
Configuration file for ngrok will be stored on ${HOME}/.ngrok2
directory with name ngrok.yml
.
You can install authtoken by running ngrok authtoken <YOUR_AUTHTOKEN>
which will be stored in this ngrok.yml
.
Here are my configuration.
# https://ngrok.com/docs#getting-started-authtoken
authtoken: <YOUR_AUTHTOKEN>
# https://ngrok.com/docs#config_region
region: jp
tunnels:
shotoku:
addr: 3000
proto: http
By setting tunnels, you can start ngrok with specified configuration by simply running ngrok start shotoku
.