about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
* wip postdateAlan Pearce4 days-50/+222
|
* build outside of working directoryAlan Pearce4 days-24/+36
|
* add prefix to VCS configuration environment variablesAlan Pearce4 days-3/+3
|
* switch to self-hosted goatcounterAlan Pearce4 days-5/+5
|
* fix certificate acquisition when listen sockets are passedAlan Pearce4 days-18/+28
|
* move public directory out of git repositoryAlan Pearce4 days-7/+13
|
* tls: strip IPv6 brackets before enabling certmagicAlan Pearce4 days-1/+6
|
* only create a tempdir in development modeAlan Pearce4 days-5/+7
|
* remove unnecessary assignmentsAlan Pearce5 days-4/+2
|
* fix typo in listenfdAlan Pearce5 days-1/+1
|
* remove h2c supportAlan Pearce5 days-28/+2
|
* set server headers to be similar to certmagic's defaultsAlan Pearce5 days-1/+4
|
* use pointers for builder configurationAlan Pearce5 days-5/+5
|
* use a smaller shell for CIAlan Pearce5 days-4/+19
|
* use socket passing also for TLSAlan Pearce5 days-22/+40
|
* use snake_case in justfileAlan Pearce5 days-2/+2
|
* log configured HTTP/S ports instead of defaultsAlan Pearce5 days-2/+2
|
* make goatcounter URL configurableAlan Pearce5 days-10/+8
|
* run `git clean` after updatingAlan Pearce5 days-1/+19
|
* simplify output directory treeAlan Pearce5 days-34/+24
|
* add missing argumentAlan Pearce6 days-1/+1
|
* use pointer to config in builder & templatesAlan Pearce6 days-21/+24
|
* fix redirect loops on non-standard portsAlan Pearce6 days-1/+3
|
* remove firewall warning on macOSAlan Pearce6 days-0/+1
|
* avoid redirect chains (http -> https, host1 -> host2)Alan Pearce6 days-25/+82
|
* require only ACME_CA for TLS in developmentAlan Pearce6 days-5/+14
| | | | | It makes sense to add the CA root certificate to the system trust store so that user agents don't produce warnings
* enable TLS for local development (using caddy as acme server)Alan Pearce7 days-26/+64
|
* load local .envAlan Pearce7 days-0/+3
|
* default redirect to trueAlan Pearce7 days-3/+2
|
* reorganise server startupAlan Pearce7 days-7/+8
|
* fix empty initial build in devAlan Pearce7 days-7/+7
|
* set default TLS server nameAlan Pearce7 days-0/+1
|
* improve post microformatsAlan Pearce7 days-2/+7
|
* fix missing cssAlan Pearce7 days-0/+1
|
* update dependenciesAlan Pearce7 days-148/+139
|
* make error pages dynamicAlan Pearce7 days-28/+29
|
* generate template code before deploymentAlan Pearce7 days-0/+1
|
* enable redirects on flyAlan Pearce7 days-0/+1
|
* fix repository not updatingAlan Pearce7 days-15/+23
|
* use remote-tracking branch for mergeAlan Pearce8 days-10/+7
|
* update worktree after fetching updatesAlan Pearce8 days-0/+15
|
* be quieter on fs updatesAlan Pearce8 days-1/+1
|
* add missing error checksAlan Pearce8 days-2/+9
|
* use a normal filename for homepageAlan Pearce8 days-1/+1
|
* simplify build commandAlan Pearce8 days-15/+2
|
* attempt to link broken hyperlinks back to source filesAlan Pearce8 days-1/+1
|
* clean up build shellAlan Pearce8 days-3/+0
|
* remove clean step in builderAlan Pearce8 days-7/+0
|
* refactor server startupAlan Pearce8 days-35/+16
|
* use cached-nix-shellAlan Pearce8 days-1/+1
|