about summary refs log tree commit diff stats
path: root/server.go
Commit message (Collapse)AuthorAgeLines
* move server code to cmd/serverAlan Pearce2024-04-21-188/+0
|
* serve site from filesystem rather than embeddingAlan Pearce2024-04-21-7/+2
| | | | | It's cool to embed, but it requires server.go to be at the root. Also, I'd like to be able to update the built site separately in the future.
* stop macOS firewall prompts in developmentAlan Pearce2024-04-21-1/+1
| | | | make metrics server also listen on LISTEN_ADDRESS
* support IPv6Alan Pearce2024-04-21-0/+2
|
* allow listen address to be configuredAlan Pearce2024-04-21-1/+3
|
* oopsAlan Pearce2024-04-20-1/+1
|
* send headers from config.tomlAlan Pearce2024-04-20-11/+24
|
* Brand executable with commit hash for server headerAlan Pearce2024-04-19-1/+3
|
* server: configure with flags/envvars instead of tomlAlan Pearce2024-04-19-5/+20
|
* use abstracted FS to get 404 pageAlan Pearce2024-04-19-3/+3
|
* use unbuffered logs in developmentAlan Pearce2024-04-19-1/+8
|
* fix logging logicAlan Pearce2024-04-19-1/+1
|
* disable fiber startup message in productionAlan Pearce2024-04-18-1/+3
|
* disable logging of healthcheck requestsAlan Pearce2024-04-18-1/+4
|
* prettify HTMLAlan Pearce2024-04-18-1/+0
|
* embed filesAlan Pearce2024-04-18-0/+148