Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | refactor: use a struct to configure index options | Alan Pearce | 2024-06-09 | -1/+4 |
| | ||||
* | feat: enable configuration of flags as environment variables | Alan Pearce | 2024-06-09 | -1/+3 |
| | ||||
* | fix: incorrect (switched) behaviour of --update/--replace | Alan Pearce | 2024-05-29 | -1/+1 |
| | ||||
* | fix: re-enable exit --update/--replace | Alan Pearce | 2024-05-29 | -0/+4 |
| | | | | | regression after extracting the command-line handling to cmd/searchix-web | |||
* | build: just use nix version as internal version | Alan Pearce | 2024-05-25 | -7/+1 |
| | ||||
* | refactor: split server cmd and module | Alan Pearce | 2024-05-24 | -0/+82 |
It should now be possible to run the server from inside another go application by importing the main module and running its Start() function |