vlbeaudoin/haul-web
Web UI for codeberg.org/haulproject/haul
Dependencies
If using Makefile:
Quickstart
See $ make help or $ make to see available targets.
Run haul-web without installing the executable
$ make run
Install the executable
$ make install
This will use go install to build an executable at ~/go/bin/haul-web
The default username is haul-web, and can be overwritten using --web-username.
The default password is haul-web, and can be overwritten using --web-password.
The default port is :1316, and can be overwritten using --web-port