Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | use io.{Reader,Writer} | Alan Pearce | 2024-04-16 | -52/+71 | |
| | |||||
* | Purge CSS using npm:purgecss | Alan Pearce | 2024-04-16 | -3/+34 | |
| | |||||
* | reduce diffs to typescript builder | Alan Pearce | 2024-04-16 | -36/+34 | |
| | |||||
* | wip: verbose error handling | Alan Pearce | 2024-04-16 | -113/+264 | |
| | |||||
* | wip: render 404 and home pages | Alan Pearce | 2024-04-16 | -25/+101 | |
| | |||||
* | wip: render feeds | Alan Pearce | 2024-04-16 | -7/+111 | |
| | |||||
* | wip: render posts and lists | Alan Pearce | 2024-04-16 | -6/+230 | |
| | |||||
* | wip: read posts | Alan Pearce | 2024-04-16 | -18/+183 | |
| | |||||
* | fix error in homepage template typescript-bun | Alan Pearce | 2024-04-16 | -2/+3 | |
| | |||||
* | compress hidden files (e.g. .well-known/) | Alan Pearce | 2024-04-16 | -1/+1 | |
| | |||||
* | disable auto-sleep (fly will charge for stopped machines soon) | Alan Pearce | 2024-04-16 | -22/+2 | |
| | |||||
* | disallow fetching pre-compressed files directly | Alan Pearce | 2024-04-16 | -0/+2 | |
| | |||||
* | make GET 404.html return 404, not 200 | Alan Pearce | 2024-04-16 | -1/+5 | |
| | |||||
* | fix possible redirect loop | Alan Pearce | 2024-04-16 | -1/+4 | |
| | |||||
* | allow 404 errors to be cached | Alan Pearce | 2024-04-16 | -6/+2 | |
| | |||||
* | send textual 404 if not accepting text/html | Alan Pearce | 2024-04-15 | -0/+5 | |
| | |||||
* | send 404 status... | Alan Pearce | 2024-04-15 | -0/+1 | |
| | |||||
* | make: compress xsl files | Alan Pearce | 2024-04-15 | -1/+13 | |
| | |||||
* | make: add missing echo | Alan Pearce | 2024-04-15 | -0/+1 | |
| | |||||
* | sort tags | Alan Pearce | 2024-04-15 | -2/+5 | |
| | |||||
* | format dates without milliseconds | Alan Pearce | 2024-04-15 | -5/+9 | |
| | |||||
* | Fix tag URI in tagged feeds | Alan Pearce | 2024-04-15 | -1/+1 | |
| | |||||
* | Keep awake for longer | Alan Pearce | 2024-04-12 | -1/+1 | |
| | |||||
* | Simplify metrics | Alan Pearce | 2024-04-12 | -26/+1 | |
| | |||||
* | Remove access logging | Alan Pearce | 2024-04-12 | -7/+0 | |
| | |||||
* | Remove Sentry tracing (keep error logging) | Alan Pearce | 2024-04-11 | -23/+0 | |
| | |||||
* | Simplify flake | Alan Pearce | 2024-04-11 | -38/+2 | |
| | |||||
* | docker: use bun compiler to generate single file executable | Alan Pearce | 2024-04-11 | -3/+7 | |
| | |||||
* | Update bun | Alan Pearce | 2024-04-11 | -4/+4 | |
| | |||||
* | Clean up according to TS hints | Alan Pearce | 2024-04-11 | -5/+5 | |
| | |||||
* | Cleanup unused config file entries | Alan Pearce | 2024-04-11 | -17/+0 | |
| | |||||
* | Enable ETag-based browser caching | Alan Pearce | 2024-04-11 | -7/+21 | |
| | |||||
* | fly: stop running in secondary regions if no meaningful requests | Alan Pearce | 2024-04-10 | -4/+26 | |
| | |||||
* | Add startup performance metric | Alan Pearce | 2024-04-10 | -0/+11 | |
| | |||||
* | Merge branch 'main' of ssh://alanpearce.eu/website | Alan Pearce | 2024-04-09 | -2/+2 | |
|\ | |||||
| * | Tweak deployment timeouts | Alan Pearce | 2024-04-09 | -2/+2 | |
| | | |||||
* | | Use log methods instead of console | Alan Pearce | 2024-04-09 | -5/+5 | |
| | | |||||
* | | Fix TypeScript warning about `env` access | Alan Pearce | 2024-04-09 | -4/+4 | |
|/ | |||||
* | ts: use Bun's recommended tsconfig | Alan Pearce | 2024-04-07 | -11/+17 | |
| | |||||
* | docker: fix deployment of pre-compressed static files | Alan Pearce | 2024-04-07 | -1/+1 | |
| | |||||
* | fly: send a Host header when performing HTTP checks | Alan Pearce | 2024-04-07 | -0/+2 | |
| | |||||
* | fly: shorten wait period before running checks after deploy | Alan Pearce | 2024-04-07 | -1/+1 | |
| | |||||
* | Normalise case of Host header | Alan Pearce | 2024-04-07 | -1/+1 | |
| | |||||
* | Record metrics for redirects | Alan Pearce | 2024-04-07 | -1/+8 | |
| | |||||
* | Make prometheus metric labels strongly typed | Alan Pearce | 2024-04-07 | -2/+2 | |
| | |||||
* | Fix content-encoding check | Alan Pearce | 2024-04-06 | -1/+1 | |
| | | | | | The files named `index.html.br` failed this check and would later not be found, falling back to the default identity encoding | ||||
* | Use console.info for permanent logs | Alan Pearce | 2024-04-06 | -1/+1 | |
| | |||||
* | Purge CSS on a per-template basis | Alan Pearce | 2024-04-04 | -10/+51 | |
| | |||||
* | Docker: Follow bun best practices | Alan Pearce | 2024-04-04 | -16/+12 | |
| | |||||
* | Log content encoding in all cases | Alan Pearce | 2024-04-04 | -1/+4 | |
| |