about summary refs log tree commit diff stats
path: root/internal/server/mux.go
Commit message (Collapse)AuthorAgeLines
* feat: monitor import jobs via sentryAlan Pearce2024-05-15-12/+1
|
* feat: add browser search engines via opensearch descriptionAlan Pearce2024-05-15-0/+36
| | | | https://developer.mozilla.org/en-US/docs/Web/OpenSearch
* style: use consistent naming for config valueAlan Pearce2024-05-15-21/+21
|
* feat: render HTML error pagesAlan Pearce2024-05-15-12/+18
|
* refactor(templates): render partials with less hackinessAlan Pearce2024-05-15-3/+3
|
* perf: move scripts to head to enable fetching in parallelAlan Pearce2024-05-15-5/+5
|
* build: bake git hash into build for headers and --versionAlan Pearce2024-05-14-0/+14
|
* refactor: combine import and web server into one binaryAlan Pearce2024-05-13-10/+7
|
* refactor(config): simplify configurationAlan Pearce2024-05-13-41/+24
| | | | | | | | | | | | | | commit 8225dbdb692c99b39dcafe2e5ec6ddc4daf08fb5 Author: Alan Pearce <alan@alanpearce.eu> Date: Mon May 13 19:18:26 2024 +0200 refactor: consolidate configuration to reduce command-line options commit 5616d4c5a9bc6c0c14f744f812fa6609f859dc34 Author: Alan Pearce <alan@alanpearce.eu> Date: Mon May 13 17:41:58 2024 +0200 refactor: move config file parsing to program entry points
* feat: allow adding extra HTML to the body via configurationAlan Pearce2024-05-12-17/+18
|
* refactor: merge search and results pagesAlan Pearce2024-05-12-88/+77
|
* build: optimise and fix handing of csp headers in dev modeAlan Pearce2024-05-12-3/+4
|
* refactor: split http.Server and http.ServeMux creationAlan Pearce2024-05-11-0/+292