ddworken / hishtory

Your shell history: synced, queryable, and in context
https://hishtory.dev
MIT License
2.43k stars 41 forks source link

Ability to set web-ui port number #203

Closed queeup closed 3 months ago

queeup commented 3 months ago

I am trying to start web-ui and I get address already in use error

hishtory start-web-ui --disable-auth 
Starting web server on :8000...
Username: hishtory
Password: 5c6044cd-23c5-4c8a-b49f-234e2a0cb638
2024/04/15 00:08:54 hishtory v0.288 fatal error at github.com/ddworken/hishtory/client/cmd/webui.go:35: listen tcp :8000: bind: address already in use

Good to have web-ui option to change port number.

ddworken commented 3 months ago

Thanks for the feedback! This is now supported via a --port flag. :)