about summary refs log tree commit diff stats
path: root/internal
Commit message (Collapse)AuthorAgeLines
* fix certificate acquisition when listen sockets are passedAlan Pearce11 days-18/+28
|
* move public directory out of git repositoryAlan Pearce11 days-7/+13
|
* tls: strip IPv6 brackets before enabling certmagicAlan Pearce11 days-1/+6
|
* remove unnecessary assignmentsAlan Pearce12 days-4/+2
|
* fix typo in listenfdAlan Pearce12 days-1/+1
|
* remove h2c supportAlan Pearce12 days-27/+1
|
* set server headers to be similar to certmagic's defaultsAlan Pearce12 days-1/+4
|
* use pointers for builder configurationAlan Pearce12 days-3/+3
|
* use socket passing also for TLSAlan Pearce12 days-21/+36
|
* log configured HTTP/S ports instead of defaultsAlan Pearce12 days-2/+2
|
* make goatcounter URL configurableAlan Pearce12 days-0/+1
|
* run `git clean` after updatingAlan Pearce12 days-1/+19
|
* simplify output directory treeAlan Pearce12 days-31/+21
|
* use pointer to config in builder & templatesAlan Pearce13 days-14/+17
|
* fix redirect loops on non-standard portsAlan Pearce13 days-1/+3
|
* remove firewall warning on macOSAlan Pearce13 days-0/+1
|
* avoid redirect chains (http -> https, host1 -> host2)Alan Pearce13 days-25/+82
|
* require only ACME_CA for TLS in developmentAlan Pearce13 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 Pearce13 days-24/+63
|
* default redirect to trueAlan Pearce14 days-2/+2
|
* reorganise server startupAlan Pearce14 days-7/+8
|
* fix empty initial build in devAlan Pearce14 days-7/+0
|
* set default TLS server nameAlan Pearce14 days-0/+1
|
* fix missing cssAlan Pearce14 days-0/+1
|
* make error pages dynamicAlan Pearce14 days-15/+12
|
* fix repository not updatingAlan Pearce14 days-15/+23
|
* use remote-tracking branch for mergeAlan Pearce2024-06-25-10/+7
|
* update worktree after fetching updatesAlan Pearce2024-06-25-0/+15
|
* be quieter on fs updatesAlan Pearce2024-06-25-1/+1
|
* add missing error checksAlan Pearce2024-06-25-2/+9
|
* use a normal filename for homepageAlan Pearce2024-06-25-1/+1
|
* remove clean step in builderAlan Pearce2024-06-25-7/+0
|
* refactor server startupAlan Pearce2024-06-25-26/+16
|
* fix early panicAlan Pearce2024-06-25-0/+1
|
* build with ko instead of nixAlan Pearce2024-06-25-7/+11
|
* fetch and build site on server startAlan Pearce2024-06-25-12/+105
|
* fix missing spacing in feed previewAlan Pearce2024-06-25-19/+11
|
* refactor/formatAlan Pearce2024-06-25-49/+54
|
* don't log URL schemeAlan Pearce2024-06-25-5/+0
|
* make hostname-based redirection configurableAlan Pearce2024-06-24-7/+10
|
* make 404 page dynamicAlan Pearce2024-06-24-5/+17
|
* move templ templates into separate packageAlan Pearce2024-06-24-293/+13
|
* move 404.html back to private directoryAlan Pearce2024-06-24-1/+1
|
* log scheme directly from requestAlan Pearce2024-06-24-1/+1
|
* handle TLS in server with ACMEAlan Pearce2024-06-24-16/+90
|
* (automatically) format with golinesAlan Pearce2024-06-23-1/+3
|
* fix and simplify content-encoding negotiationAlan Pearce2024-06-23-9/+15
|
* serve pre-compressed files according to accept-encodingAlan Pearce2024-06-23-20/+49
|
* pre-compress static filesAlan Pearce2024-06-23-5/+30
|
* pre-compress generated files in productionAlan Pearce2024-06-23-9/+98
|