about summary refs log tree commit diff stats
path: root/src/app.ts
Commit message (Expand)AuthorAgeLines
* Use import.meta instead of Bun to get envvarsAlan Pearce2024-04-01-3/+5
* Enable bun watch mode via `bun dev`Alan Pearce2024-04-01-0/+2
* Redirect existing index.html filesAlan Pearce2024-04-01-0/+11
* Merge redirect information into standard log lineAlan Pearce2024-04-01-3/+4
* Simplify walkDirectory by using recursive readdirAlan Pearce2024-04-01-15/+9
* Log errorsAlan Pearce2023-11-23-0/+1
* Log accessAlan Pearce2023-11-23-16/+23
* De-duplicate content-encoding handlingAlan Pearce2023-11-10-37/+14
* Fix metrics of redirects and /healthAlan Pearce2023-11-08-13/+13
* Create /health handlerAlan Pearce2023-11-08-1/+3
* Automatically redirect other hostnames to the configured base_urlAlan Pearce2023-11-05-1/+17
* Send content_encoding metrics to prometheus instead of sentryAlan Pearce2023-09-25-12/+27
* Fix doubled metricsAlan Pearce2023-09-25-1/+0
* Fix serving pre-compressed filesAlan Pearce2023-09-24-12/+6
* Replace zola with DOM-based static site generation codeAlan Pearce2023-09-22-8/+34
* Reduce code to only work with $PWDAlan Pearce2023-09-18-3/+2
* Move servers into app.ts and export for testingAlan Pearce2023-09-17-0/+225