tunnelto icon indicating copy to clipboard operation
tunnelto copied to clipboard

New Feature: Config File

Open amykapernick opened this issue 4 years ago • 5 comments

Would be great if we could set up a config file with common tunnels (like the ngrok config file)

authtoken: xxx
tunnels:
  quokkabot:
    proto: http
    addr: 7071
    subdomain: quokkabot

amykapernick avatar Jun 29 '20 05:06 amykapernick

Great idea, thanks @amykapernick!

agrinman avatar Jun 29 '20 15:06 agrinman

I could really use this too. Multiple terminal tabs/windows to run multiple tunnels. Great enhancement :)

jchristn avatar Jul 20 '20 16:07 jchristn

But also, it'd be great if the authtoken was in a separate file. I regularly need to share my config file when I stream, and don't want to expose my authtoken. It's useful to have that in a separate file to limit exposure

amykapernick avatar Aug 24 '20 01:08 amykapernick

Are you thinking of using YAML or TOML?

bdubaut avatar Apr 24 '21 18:04 bdubaut

Or in an environment variable

jchristn avatar Apr 24 '21 18:04 jchristn