update docs

This commit is contained in:
Amolith 2023-10-26 15:15:40 -04:00
parent 438f9fc7ae
commit 1755dcd526
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 7 additions and 5 deletions

View File

@ -42,19 +42,21 @@ where. I've recorded some of my other ideas and plans in [my wiki].
## Installation and use ## Installation and use
* Clone the repo * Clone the repo
* Build the binary with `CGO_ENABLED=0 go build .` * Build the binary with `CGO_ENABLED=0 go build -ldflags="-s -w" -o willow ./cmd`
* Upload it to a remote server * Upload it to a remote server
* Execute the binary * Execute the binary
* Reverse proxy `localhost:1337` * Edit the `config.toml`
* Create a user with `./willow -a <username>`
* Execute the binary again
* Reverse proxy `http://localhost:1313`
* Open the web UI * Open the web UI
* Click `Track new project` * Click `Track new project`
* Fill out the form * Fill out the form
* Indicate which version you're currently on * Indicate which version you're currently on
* That's it! * That's it!
Note that there's currently no authentication, so consider putting your instance Note that I still consider the project to be in _alpha_ state. There will be
behind HTTP Basic Auth, keeping it private, or helping me implement bugs; please help fix them!
authentication.
## Contributing ## Contributing