about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeLines
* clean up build shellAlan Pearce9 days-3/+0
* remove clean step in builderAlan Pearce9 days-7/+0
* refactor server startupAlan Pearce9 days-35/+16
* use cached-nix-shellAlan Pearce9 days-1/+1
* move go-licenses into shellAlan Pearce9 days-1/+2
* remove netlify and vercel configurationsAlan Pearce9 days-115/+0
* fix early panicAlan Pearce9 days-1/+2
* re-add go to shellAlan Pearce9 days-0/+1
* build with ko instead of nixAlan Pearce9 days-424/+34
* fetch and build site on server startAlan Pearce9 days-57/+244
* just: pass command-line arguments to fly deployAlan Pearce9 days-2/+2
* mount volume at /dataAlan Pearce9 days-0/+5
* fix missing spacing in feed previewAlan Pearce10 days-22/+16
* refactor/formatAlan Pearce10 days-60/+54
* post: When Tailscale MagicDNS isn’tAlan Pearce10 days-0/+200
* don't log URL schemeAlan Pearce10 days-5/+0
* make hostname-based redirection configurableAlan Pearce10 days-7/+10
* use embedded filesystem for server template accessAlan Pearce10 days-2/+20
* make 404 page dynamicAlan Pearce10 days-5/+17
* move templ templates into separate packageAlan Pearce10 days-31/+49
* move 404.html back to private directoryAlan Pearce10 days-1/+1
* compress docker image during uploadAlan Pearce10 days-1/+1
* re-add health checksAlan Pearce10 days-0/+9
* log scheme directly from requestAlan Pearce10 days-1/+1
* handle TLS in server with ACMEAlan Pearce10 days-46/+409
* re-add health checkAlan Pearce11 days-0/+7
* simplify docker buildAlan Pearce11 days-10/+5
* (automatically) format with golinesAlan Pearce11 days-1/+7
* fix and simplify content-encoding negotiationAlan Pearce11 days-9/+15
* serve pre-compressed files according to accept-encodingAlan Pearce11 days-25/+60
* pre-compress static filesAlan Pearce11 days-19/+30
* pre-compress generated files in productionAlan Pearce11 days-9/+104
* fix feed contentAlan Pearce12 days-1/+1
* add CD to flyAlan Pearce12 days-16/+87
* don't clean before deploymentAlan Pearce12 days-4/+4
* add ci commandAlan Pearce12 days-0/+2
* fix build commandAlan Pearce12 days-0/+1
* enable building via default.nixAlan Pearce12 days-1/+41
* just: fix clean task in CIAlan Pearce12 days-1/+1
* update deploymentsAlan Pearce2024-06-19-3/+3
* remove unused variablesAlan Pearce2024-06-19-5/+0
* add command for preview deploymentAlan Pearce2024-06-19-0/+2
* log origin of server listener (i.e. listenfd or not)Alan Pearce2024-06-19-0/+1
* log: enable setting log level from environment variableAlan Pearce2024-06-19-1/+14
* style external nav menu linksAlan Pearce2024-06-19-3/+33
* fix dev server/live reloadAlan Pearce2024-06-19-17/+64
* pass rendered html to homepageAlan Pearce2024-06-18-18/+13
* split content and sitemap code from builderAlan Pearce2024-06-18-41/+40
* switch to templ for rendering HTML templatesAlan Pearce2024-06-18-579/+324
* extract socket passing protocol handler to packageAlan Pearce2024-06-18-3/+40