TAU- Twitch API Unifier, a containerized relay/proxy to unify the WebHook- and WebSocket-based real-time Twitch APIs under a single (local) WebSocket connection.
MIT License
154
stars
39
forks
source link
[FEAT] environment variable to open a URL after initial setup is complete #78
Is your feature request related to a problem? Please describe.
When TAU is included as part of another app, it would be frustrating that once the user finishes setup of TAU, they are not able to open the setup for the "outside" app without looking in a readme or documentation.
Describe the solution you'd like
When TAU initial setup is completed successfully, redirect the user to the URL stored in an environment variable.
Describe alternatives you've considered
Don't know any other way currently to know that TAU initial setup is complete other than checking the database itself for data in it ;)
Is your feature request related to a problem? Please describe. When TAU is included as part of another app, it would be frustrating that once the user finishes setup of TAU, they are not able to open the setup for the "outside" app without looking in a readme or documentation.
Describe the solution you'd like When TAU initial setup is completed successfully, redirect the user to the URL stored in an environment variable.
Describe alternatives you've considered Don't know any other way currently to know that TAU initial setup is complete other than checking the database itself for data in it ;)