Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | wip: render feeds | Alan Pearce | 2024-04-16 | -283/+0 |
| | ||||
* | wip: render posts and lists | Alan Pearce | 2024-04-16 | -6/+187 |
| | ||||
* | wip: read posts | Alan Pearce | 2024-04-16 | -0/+102 |
| | ||||
* | disable auto-sleep (fly will charge for stopped machines soon) | Alan Pearce | 2024-04-16 | -20/+0 |
| | ||||
* | 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 |
| | ||||
* | 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 |
| | ||||
* | Clean up according to TS hints | Alan Pearce | 2024-04-11 | -5/+5 |
| | ||||
* | 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 | -2/+24 |
| | ||||
* | Add startup performance metric | Alan Pearce | 2024-04-10 | -0/+11 |
| | ||||
* | Use log methods instead of console | Alan Pearce | 2024-04-09 | -5/+5 |
| | ||||
* | Fix TypeScript warning about `env` access | Alan Pearce | 2024-04-09 | -3/+3 |
| | ||||
* | 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/+25 |
| | ||||
* | Log content encoding in all cases | Alan Pearce | 2024-04-04 | -1/+4 |
| | ||||
* | Add hostname to logging and metrics | Alan Pearce | 2024-04-04 | -4/+23 |
| | ||||
* | Remove unused import | Alan Pearce | 2024-04-02 | -1/+0 |
| | ||||
* | posts: "fix" type error | Alan Pearce | 2024-04-01 | -1/+1 |
| | ||||
* | templates: don't escape HTML for Atom feed; it's not necessary | Alan Pearce | 2024-04-01 | -1/+1 |
| | ||||
* | Replace Bun fs calls with node-compatible module | Alan Pearce | 2024-04-01 | -25/+32 |
| | ||||
* | config: override base_url in development | Alan Pearce | 2024-04-01 | -1/+5 |
| | ||||
* | Use import.meta instead of Bun to get envvars | Alan Pearce | 2024-04-01 | -4/+6 |
| | ||||
* | Enable bun watch mode via `bun dev` | Alan Pearce | 2024-04-01 | -0/+2 |
| | ||||
* | Redirect existing index.html files | Alan Pearce | 2024-04-01 | -0/+11 |
| | ||||
* | Merge redirect information into standard log line | Alan Pearce | 2024-04-01 | -3/+4 |
| | ||||
* | Simplify walkDirectory by using recursive readdir | Alan Pearce | 2024-04-01 | -15/+9 |
| | ||||
* | Print served URL via Server.url | Alan Pearce | 2024-04-01 | -1/+1 |
| | ||||
* | Add headings to tag pages | Alan Pearce | 2024-02-09 | -0/+5 |
| | ||||
* | Log errors | Alan Pearce | 2023-11-23 | -0/+1 |
| | ||||
* | Log access | Alan Pearce | 2023-11-23 | -16/+23 |
| | ||||
* | Template "elsewhere on the internet" links | Alan Pearce | 2023-11-10 | -0/+10 |
| | ||||
* | Tweak menu configuration structure | Alan Pearce | 2023-11-10 | -3/+3 |
| | ||||
* | De-duplicate content-encoding handling | Alan Pearce | 2023-11-10 | -37/+14 |
| | ||||
* | Fix metrics of redirects and /health | Alan Pearce | 2023-11-08 | -13/+13 |
| | ||||
* | Create /health handler | Alan Pearce | 2023-11-08 | -1/+3 |
| |