maint: remove deps and add docs

This commit is contained in:
vxclutch
2026-06-04 07:30:08 -04:00
parent 35d908cd73
commit 645fdc37d8
5 changed files with 23 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ func main() {
errx.Log("Your share link is %s", share.GenerateShareLink(*port))
errx.Log("Your token is \033[1;92m%s\033[0m", lash.Token)
errx.Log("starting server at http://0.0.0.0:%d", *port)
errx.Log("starting server at http://%s:%d", share.GetLocalIP(), *port)
if err := server.ListenAndServe(); err != nil {
errx.FatalPerror(err)
}