about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeLines
...
* config: override base_url in developmentAlan Pearce9 days-0/+15
* config: convert base_url to a URL typeAlan Pearce9 days-3/+13
* Shorten internal module namesAlan Pearce9 days-3/+3
* add debug loggingAlan Pearce10 days-2/+17
* rename variableAlan Pearce10 days-2/+2
* wrap os.MkdirAllAlan Pearce10 days-6/+9
* use io.{Reader,Writer}Alan Pearce10 days-52/+71
* Purge CSS using npm:purgecssAlan Pearce10 days-3/+34
* reduce diffs to typescript builderAlan Pearce10 days-36/+34
* wip: verbose error handlingAlan Pearce10 days-113/+264
* wip: render 404 and home pagesAlan Pearce10 days-25/+101
* wip: render feedsAlan Pearce10 days-7/+111
* wip: render posts and listsAlan Pearce10 days-6/+230
* wip: read postsAlan Pearce10 days-18/+183
* fix error in homepage template typescript-bunAlan Pearce10 days-2/+3
* compress hidden files (e.g. .well-known/)Alan Pearce10 days-1/+1
* disable auto-sleep (fly will charge for stopped machines soon)Alan Pearce10 days-22/+2
* disallow fetching pre-compressed files directlyAlan Pearce10 days-0/+2
* make GET 404.html return 404, not 200Alan Pearce10 days-1/+5
* fix possible redirect loopAlan Pearce10 days-1/+4
* allow 404 errors to be cachedAlan Pearce10 days-6/+2
* send textual 404 if not accepting text/htmlAlan Pearce11 days-0/+5
* send 404 status...Alan Pearce11 days-0/+1
* make: compress xsl filesAlan Pearce11 days-1/+13
* make: add missing echoAlan Pearce11 days-0/+1
* sort tagsAlan Pearce11 days-2/+5
* format dates without millisecondsAlan Pearce11 days-5/+9
* Fix tag URI in tagged feedsAlan Pearce11 days-1/+1
* Keep awake for longerAlan Pearce14 days-1/+1
* Simplify metricsAlan Pearce14 days-26/+1
* Remove access loggingAlan Pearce2024-04-12-7/+0
* Remove Sentry tracing (keep error logging)Alan Pearce2024-04-11-23/+0
* Simplify flakeAlan Pearce2024-04-11-38/+2
* docker: use bun compiler to generate single file executableAlan Pearce2024-04-11-3/+7
* Update bunAlan Pearce2024-04-11-4/+4
* Clean up according to TS hintsAlan Pearce2024-04-11-5/+5
* Cleanup unused config file entriesAlan Pearce2024-04-11-17/+0
* Enable ETag-based browser cachingAlan Pearce2024-04-11-7/+21
* fly: stop running in secondary regions if no meaningful requestsAlan Pearce2024-04-10-4/+26
* Add startup performance metricAlan Pearce2024-04-10-0/+11
* Merge branch 'main' of ssh://alanpearce.eu/websiteAlan Pearce2024-04-09-2/+2
|\
| * Tweak deployment timeoutsAlan Pearce2024-04-09-2/+2
* | Use log methods instead of consoleAlan Pearce2024-04-09-5/+5
* | Fix TypeScript warning about `env` accessAlan Pearce2024-04-09-4/+4
|/
* ts: use Bun's recommended tsconfigAlan Pearce2024-04-07-11/+17
* docker: fix deployment of pre-compressed static filesAlan Pearce2024-04-07-1/+1
* fly: send a Host header when performing HTTP checksAlan Pearce2024-04-07-0/+2
* fly: shorten wait period before running checks after deployAlan Pearce2024-04-07-1/+1
* Normalise case of Host headerAlan Pearce2024-04-07-1/+1
* Record metrics for redirectsAlan Pearce2024-04-07-1/+8