Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | move server code to cmd/server | Alan Pearce | 2024-04-21 | -188/+0 |
* | serve site from filesystem rather than embedding | Alan Pearce | 2024-04-21 | -7/+2 |
* | stop macOS firewall prompts in development | Alan Pearce | 2024-04-21 | -1/+1 |
* | support IPv6 | Alan Pearce | 2024-04-21 | -0/+2 |
* | allow listen address to be configured | Alan Pearce | 2024-04-21 | -1/+3 |
* | oops | Alan Pearce | 2024-04-20 | -1/+1 |
* | send headers from config.toml | Alan Pearce | 2024-04-20 | -11/+24 |
* | Brand executable with commit hash for server header | Alan Pearce | 2024-04-19 | -1/+3 |
* | server: configure with flags/envvars instead of toml | Alan Pearce | 2024-04-19 | -5/+20 |
* | use abstracted FS to get 404 page | Alan Pearce | 2024-04-19 | -3/+3 |
* | use unbuffered logs in development | Alan Pearce | 2024-04-19 | -1/+8 |
* | fix logging logic | Alan Pearce | 2024-04-19 | -1/+1 |
* | disable fiber startup message in production | Alan Pearce | 2024-04-18 | -1/+3 |
* | disable logging of healthcheck requests | Alan Pearce | 2024-04-18 | -1/+4 |
* | prettify HTML | Alan Pearce | 2024-04-18 | -1/+0 |
* | embed files | Alan Pearce | 2024-04-18 | -0/+148 |