You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bugfix Do not force config path to be relative to binary location (issue #1);
- Add `openpage` section to config file, if set `enabled = false` will not automatically open the browser (related issue #2);
- Sort tube names by alphabetically resolve issue #3;
@Roguelazer Thanks for your issue. I have added a openpage section in config file, if set enabled = false will not automatically open the browser. Note that we need to set the port for listening address, use 0.0.0.0:80 instead of 0.0.0.0.
On launch, aurora attempts to open a browser in the
openPage
function. This really only makes sense in testing, and shouldn't be attempted by default.This also doesn't work if you're binding to a wildcard (e.g., to
0.0.0.0
or[::]
)The text was updated successfully, but these errors were encountered: