Output login link on first start

This commit is contained in:
Anders Pitman
2020-10-29 18:49:59 -06:00
parent 4f967ea4ef
commit d0f3ab89db
2 changed files with 2 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ func Listen() {
}
log.Println("Admin token: " + token)
log.Println(fmt.Sprintf("Admin login link: https://%s/login?access_token=%s", webUiDomain, token))
}
tunMan := NewTunnelManager(config, db, certConfig)

View File

@@ -1,5 +1,6 @@
# 31 Oct 2020 Launch List
- [ ] Requires OpenSSH 7.7+ for PermitListen option
- [ ] Finish website
- [ ] Demo instance
- [ ] Demo auto email signup