[GH-ISSUE #5] New Feature: Config File #5

Open
opened 2026-03-02 23:01:38 +03:00 by kerem · 5 comments
Owner

Originally created by @amykapernick on GitHub (Jun 29, 2020).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/5

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
Originally created by @amykapernick on GitHub (Jun 29, 2020). Original GitHub issue: https://github.com/agrinman/tunnelto/issues/5 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 ```
Author
Owner

@agrinman commented on GitHub (Jun 29, 2020):

Great idea, thanks @amykapernick!

<!-- gh-comment-id:651203766 --> @agrinman commented on GitHub (Jun 29, 2020): Great idea, thanks @amykapernick!
Author
Owner

@jchristn commented on GitHub (Jul 20, 2020):

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

<!-- gh-comment-id:661162992 --> @jchristn commented on GitHub (Jul 20, 2020): I could really use this too. Multiple terminal tabs/windows to run multiple tunnels. Great enhancement :)
Author
Owner

@amykapernick commented on GitHub (Aug 24, 2020):

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

<!-- gh-comment-id:678860323 --> @amykapernick commented on GitHub (Aug 24, 2020): 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
Author
Owner

@bdubaut commented on GitHub (Apr 24, 2021):

Are you thinking of using YAML or TOML?

<!-- gh-comment-id:826132095 --> @bdubaut commented on GitHub (Apr 24, 2021): Are you thinking of using YAML or TOML?
Author
Owner

@jchristn commented on GitHub (Apr 24, 2021):

Or in an environment variable

<!-- gh-comment-id:826132379 --> @jchristn commented on GitHub (Apr 24, 2021): Or in an environment variable
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tunnelto#5
No description provided.