about summary refs log tree commit diff stats
path: root/server.go
Commit message (Expand)AuthorAgeLines
* move server code to cmd/serverAlan Pearce12 days-188/+0
* serve site from filesystem rather than embeddingAlan Pearce12 days-7/+2
* stop macOS firewall prompts in developmentAlan Pearce12 days-1/+1
* support IPv6Alan Pearce12 days-0/+2
* allow listen address to be configuredAlan Pearce12 days-1/+3
* oopsAlan Pearce13 days-1/+1
* send headers from config.tomlAlan Pearce13 days-11/+24
* Brand executable with commit hash for server headerAlan Pearce14 days-1/+3
* server: configure with flags/envvars instead of tomlAlan Pearce14 days-5/+20
* use abstracted FS to get 404 pageAlan Pearce14 days-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