about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeLines
* use pointer to config in builder & templatesAlan Pearce10 days-21/+24
* fix redirect loops on non-standard portsAlan Pearce10 days-1/+3
* remove firewall warning on macOSAlan Pearce10 days-0/+1
* avoid redirect chains (http -> https, host1 -> host2)Alan Pearce10 days-25/+82
* require only ACME_CA for TLS in developmentAlan Pearce10 days-5/+14
* enable TLS for local development (using caddy as acme server)Alan Pearce10 days-26/+64
* load local .envAlan Pearce11 days-0/+3
* default redirect to trueAlan Pearce11 days-3/+2
* reorganise server startupAlan Pearce11 days-7/+8
* fix empty initial build in devAlan Pearce11 days-7/+7
* set default TLS server nameAlan Pearce11 days-0/+1
* improve post microformatsAlan Pearce11 days-2/+7
* fix missing cssAlan Pearce11 days-0/+1
* update dependenciesAlan Pearce11 days-148/+139
* make error pages dynamicAlan Pearce11 days-28/+29
* generate template code before deploymentAlan Pearce11 days-0/+1
* enable redirects on flyAlan Pearce11 days-0/+1
* fix repository not updatingAlan Pearce11 days-15/+23
* use remote-tracking branch for mergeAlan Pearce12 days-10/+7
* update worktree after fetching updatesAlan Pearce12 days-0/+15
* be quieter on fs updatesAlan Pearce12 days-1/+1
* add missing error checksAlan Pearce12 days-2/+9
* use a normal filename for homepageAlan Pearce12 days-1/+1
* simplify build commandAlan Pearce12 days-15/+2
* attempt to link broken hyperlinks back to source filesAlan Pearce12 days-1/+1
* clean up build shellAlan Pearce12 days-3/+0
* remove clean step in builderAlan Pearce12 days-7/+0
* refactor server startupAlan Pearce12 days-35/+16
* use cached-nix-shellAlan Pearce12 days-1/+1
* move go-licenses into shellAlan Pearce12 days-1/+2
* remove netlify and vercel configurationsAlan Pearce12 days-115/+0
* fix early panicAlan Pearce12 days-1/+2
* re-add go to shellAlan Pearce12 days-0/+1
* build with ko instead of nixAlan Pearce12 days-424/+34
* fetch and build site on server startAlan Pearce12 days-57/+244
* just: pass command-line arguments to fly deployAlan Pearce12 days-2/+2
* mount volume at /dataAlan Pearce12 days-0/+5
* fix missing spacing in feed previewAlan Pearce12 days-22/+16
* refactor/formatAlan Pearce12 days-60/+54
* post: When Tailscale MagicDNS isn’tAlan Pearce12 days-0/+200
* don't log URL schemeAlan Pearce12 days-5/+0
* make hostname-based redirection configurableAlan Pearce12 days-7/+10
* use embedded filesystem for server template accessAlan Pearce12 days-2/+20
* make 404 page dynamicAlan Pearce12 days-5/+17
* move templ templates into separate packageAlan Pearce12 days-31/+49
* move 404.html back to private directoryAlan Pearce13 days-1/+1
* compress docker image during uploadAlan Pearce13 days-1/+1
* re-add health checksAlan Pearce13 days-0/+9
* log scheme directly from requestAlan Pearce13 days-1/+1
* handle TLS in server with ACMEAlan Pearce13 days-46/+409