tau icon indicating copy to clipboard operation
tau copied to clipboard

[FEAT] environment variable to open a URL after initial setup is complete

Open matthewbrandt opened this issue 4 years ago • 1 comments

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 ;)

matthewbrandt avatar Sep 29 '21 21:09 matthewbrandt

This should be pretty straightforward, and would be quite useful if someone is building a distributable service/app based on TAU.

FiniteSingularity avatar Oct 02 '21 11:10 FiniteSingularity