about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
* extract logging libraryAlan Pearce2024-06-30-105/+21
|
* use encoding/xml for atom feedsAlan Pearce2024-06-29-93/+59
|
* remove unused template fileAlan Pearce2024-06-29-48/+0
|
* enable filtered debug logging via DEBUG="component.*"Alan Pearce2024-06-29-89/+169
|
* pass logger to certmagicAlan Pearce2024-06-29-0/+3
|
* set timeouts for secondary (http) serverAlan Pearce2024-06-29-32/+32
|
* check errorAlan Pearce2024-06-29-0/+3
|
* refactor: remove unused argumentAlan Pearce2024-06-29-2/+2
|
* change error packageAlan Pearce2024-06-29-15/+21
|
* rename go moduleAlan Pearce2024-06-29-49/+60
|
* build outside of working directoryAlan Pearce2024-06-29-24/+36
|
* add prefix to VCS configuration environment variablesAlan Pearce2024-06-29-3/+3
|
* switch to self-hosted goatcounterAlan Pearce2024-06-29-5/+5
|
* fix certificate acquisition when listen sockets are passedAlan Pearce2024-06-29-18/+28
|
* move public directory out of git repositoryAlan Pearce2024-06-29-7/+13
|
* tls: strip IPv6 brackets before enabling certmagicAlan Pearce2024-06-29-1/+6
|
* only create a tempdir in development modeAlan Pearce2024-06-29-5/+7
|
* remove unnecessary assignmentsAlan Pearce2024-06-28-4/+2
|
* fix typo in listenfdAlan Pearce2024-06-28-1/+1
|
* remove h2c supportAlan Pearce2024-06-28-28/+2
|
* set server headers to be similar to certmagic's defaultsAlan Pearce2024-06-28-1/+4
|
* use pointers for builder configurationAlan Pearce2024-06-28-5/+5
|
* use a smaller shell for CIAlan Pearce2024-06-28-4/+19
|
* use socket passing also for TLSAlan Pearce2024-06-28-22/+40
|
* use snake_case in justfileAlan Pearce2024-06-28-2/+2
|
* log configured HTTP/S ports instead of defaultsAlan Pearce2024-06-28-2/+2
|
* make goatcounter URL configurableAlan Pearce2024-06-28-10/+8
|
* run `git clean` after updatingAlan Pearce2024-06-28-1/+19
|
* simplify output directory treeAlan Pearce2024-06-28-34/+24
|
* add missing argumentAlan Pearce2024-06-27-1/+1
|
* use pointer to config in builder & templatesAlan Pearce2024-06-27-21/+24
|
* fix redirect loops on non-standard portsAlan Pearce2024-06-27-1/+3
|
* remove firewall warning on macOSAlan Pearce2024-06-27-0/+1
|
* avoid redirect chains (http -> https, host1 -> host2)Alan Pearce2024-06-27-25/+82
|
* require only ACME_CA for TLS in developmentAlan Pearce2024-06-27-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 Pearce2024-06-26-26/+64
|
* load local .envAlan Pearce2024-06-26-0/+3
|
* default redirect to trueAlan Pearce2024-06-26-3/+2
|
* reorganise server startupAlan Pearce2024-06-26-7/+8
|
* fix empty initial build in devAlan Pearce2024-06-26-7/+7
|
* set default TLS server nameAlan Pearce2024-06-26-0/+1
|
* improve post microformatsAlan Pearce2024-06-26-2/+7
|
* fix missing cssAlan Pearce2024-06-26-0/+1
|
* update dependenciesAlan Pearce2024-06-26-148/+139
|
* make error pages dynamicAlan Pearce2024-06-26-28/+29
|
* generate template code before deploymentAlan Pearce2024-06-26-0/+1
|
* enable redirects on flyAlan Pearce2024-06-26-0/+1
|
* fix repository not updatingAlan Pearce2024-06-26-15/+23
|
* use remote-tracking branch for mergeAlan Pearce2024-06-25-10/+7
|
* update worktree after fetching updatesAlan Pearce2024-06-25-0/+15
|