about summary refs log tree commit diff stats
path: root/internal/server/server.go
Commit message (Collapse)AuthorAgeLines
* make HTTP->S redirects use same host only for HSTSAlan Pearce2 days-18/+8
|
* warn if VCS configuration not supplied in productionAlan Pearce3 days-12/+16
|
* fix inconsistent handling of IPv6 listen addressAlan Pearce3 days-4/+1
|
* extract logging libraryAlan Pearce5 days-1/+1
|
* enable filtered debug logging via DEBUG="component.*"Alan Pearce6 days-14/+18
|
* set timeouts for secondary (http) serverAlan Pearce6 days-9/+17
|
* change error packageAlan Pearce6 days-1/+1
|
* rename go moduleAlan Pearce6 days-5/+5
|
* build outside of working directoryAlan Pearce6 days-4/+3
|
* add prefix to VCS configuration environment variablesAlan Pearce6 days-1/+1
|
* move public directory out of git repositoryAlan Pearce6 days-7/+13
|
* remove h2c supportAlan Pearce7 days-27/+1
|
* set server headers to be similar to certmagic's defaultsAlan Pearce7 days-1/+4
|
* use pointers for builder configurationAlan Pearce7 days-2/+2
|
* simplify output directory treeAlan Pearce7 days-2/+2
|
* use pointer to config in builder & templatesAlan Pearce8 days-1/+1
|
* fix redirect loops on non-standard portsAlan Pearce8 days-1/+3
|
* avoid redirect chains (http -> https, host1 -> host2)Alan Pearce8 days-9/+30
|
* require only ACME_CA for TLS in developmentAlan Pearce8 days-0/+1
| | | | | 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 Pearce9 days-6/+15
|
* default redirect to trueAlan Pearce9 days-2/+2
|
* reorganise server startupAlan Pearce9 days-7/+8
|
* fix empty initial build in devAlan Pearce9 days-7/+0
|
* add missing error checksAlan Pearce10 days-2/+9
|
* refactor server startupAlan Pearce10 days-16/+15
|
* build with ko instead of nixAlan Pearce10 days-7/+9
|
* fetch and build site on server startAlan Pearce10 days-12/+40
|
* refactor/formatAlan Pearce10 days-2/+2
|
* make hostname-based redirection configurableAlan Pearce11 days-7/+10
|
* handle TLS in server with ACMEAlan Pearce11 days-15/+14
|
* log origin of server listener (i.e. listenfd or not)Alan Pearce2024-06-19-0/+1
|
* fix dev server/live reloadAlan Pearce2024-06-19-2/+5
|
* extract socket passing protocol handler to packageAlan Pearce2024-06-18-3/+7
|
* hash style elements during build stepAlan Pearce2024-06-13-3/+17
|
* enable changes to styles in dev modeAlan Pearce2024-06-13-0/+1
|
* server: listen on socket provided by system(f)d, if availableAlan Pearce2024-06-13-1/+10
|
* server: automatically build, re-build and reload in devAlan Pearce2024-06-11-9/+45
|
* server: remove sentryAlan Pearce2024-06-11-25/+3
|
* fix Host weirdness on fly with h2cAlan Pearce2024-05-24-0/+6
|
* enable overriding base URLAlan Pearce2024-05-24-4/+10
|
* fix redirection to wrong hostnameAlan Pearce2024-05-24-11/+10
|
* refactor: remove unnecessary package-global variableAlan Pearce2024-05-24-3/+1
|
* server: support h2cAlan Pearce2024-05-24-4/+11
|
* send 204 No Content to /healthAlan Pearce2024-05-23-1/+1
|
* refactor: simplify logging of Host headerAlan Pearce2024-05-22-3/+1
| | | | | since net/http doesn't accept requests without a Host header, there's no need for a fallback
* refactor: lint with golangci-lintAlan Pearce2024-05-22-7/+10
|
* refactor: split server and muxAlan Pearce2024-05-22-137/+29
|
* redirect OpenID configuration requests to dexAlan Pearce2024-05-21-0/+7
|
* add hard-coded oidc webfinger supportAlan Pearce2024-05-21-1/+29
|
* use zap for logging http requests as wellAlan Pearce2024-05-19-9/+0
|