Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | fix certificate acquisition when listen sockets are passed | Alan Pearce | 2024-06-29 | -18/+28 | |
| | |||||
* | move public directory out of git repository | Alan Pearce | 2024-06-29 | -7/+13 | |
| | |||||
* | tls: strip IPv6 brackets before enabling certmagic | Alan Pearce | 2024-06-29 | -1/+6 | |
| | |||||
* | only create a tempdir in development mode | Alan Pearce | 2024-06-29 | -5/+7 | |
| | |||||
* | remove unnecessary assignments | Alan Pearce | 2024-06-28 | -4/+2 | |
| | |||||
* | fix typo in listenfd | Alan Pearce | 2024-06-28 | -1/+1 | |
| | |||||
* | remove h2c support | Alan Pearce | 2024-06-28 | -28/+2 | |
| | |||||
* | set server headers to be similar to certmagic's defaults | Alan Pearce | 2024-06-28 | -1/+4 | |
| | |||||
* | use pointers for builder configuration | Alan Pearce | 2024-06-28 | -5/+5 | |
| | |||||
* | use a smaller shell for CI | Alan Pearce | 2024-06-28 | -4/+19 | |
| | |||||
* | use socket passing also for TLS | Alan Pearce | 2024-06-28 | -22/+40 | |
| | |||||
* | use snake_case in justfile | Alan Pearce | 2024-06-28 | -2/+2 | |
| | |||||
* | log configured HTTP/S ports instead of defaults | Alan Pearce | 2024-06-28 | -2/+2 | |
| | |||||
* | make goatcounter URL configurable | Alan Pearce | 2024-06-28 | -10/+8 | |
| | |||||
* | run `git clean` after updating | Alan Pearce | 2024-06-28 | -1/+19 | |
| | |||||
* | simplify output directory tree | Alan Pearce | 2024-06-28 | -34/+24 | |
| | |||||
* | add missing argument | Alan Pearce | 2024-06-27 | -1/+1 | |
| | |||||
* | use pointer to config in builder & templates | Alan Pearce | 2024-06-27 | -21/+24 | |
| | |||||
* | fix redirect loops on non-standard ports | Alan Pearce | 2024-06-27 | -1/+3 | |
| | |||||
* | remove firewall warning on macOS | Alan Pearce | 2024-06-27 | -0/+1 | |
| | |||||
* | avoid redirect chains (http -> https, host1 -> host2) | Alan Pearce | 2024-06-27 | -25/+82 | |
| | |||||
* | require only ACME_CA for TLS in development | Alan Pearce | 2024-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 Pearce | 2024-06-26 | -26/+64 | |
| | |||||
* | load local .env | Alan Pearce | 2024-06-26 | -0/+3 | |
| | |||||
* | default redirect to true | Alan Pearce | 2024-06-26 | -3/+2 | |
| | |||||
* | reorganise server startup | Alan Pearce | 2024-06-26 | -7/+8 | |
| | |||||
* | fix empty initial build in dev | Alan Pearce | 2024-06-26 | -7/+7 | |
| | |||||
* | set default TLS server name | Alan Pearce | 2024-06-26 | -0/+1 | |
| | |||||
* | improve post microformats | Alan Pearce | 2024-06-26 | -2/+7 | |
| | |||||
* | fix missing css | Alan Pearce | 2024-06-26 | -0/+1 | |
| | |||||
* | update dependencies | Alan Pearce | 2024-06-26 | -148/+139 | |
| | |||||
* | make error pages dynamic | Alan Pearce | 2024-06-26 | -28/+29 | |
| | |||||
* | generate template code before deployment | Alan Pearce | 2024-06-26 | -0/+1 | |
| | |||||
* | enable redirects on fly | Alan Pearce | 2024-06-26 | -0/+1 | |
| | |||||
* | fix repository not updating | Alan Pearce | 2024-06-26 | -15/+23 | |
| | |||||
* | use remote-tracking branch for merge | Alan Pearce | 2024-06-25 | -10/+7 | |
| | |||||
* | update worktree after fetching updates | Alan Pearce | 2024-06-25 | -0/+15 | |
| | |||||
* | be quieter on fs updates | Alan Pearce | 2024-06-25 | -1/+1 | |
| | |||||
* | add missing error checks | Alan Pearce | 2024-06-25 | -2/+9 | |
| | |||||
* | use a normal filename for homepage | Alan Pearce | 2024-06-25 | -1/+1 | |
| | |||||
* | simplify build command | Alan Pearce | 2024-06-25 | -15/+2 | |
| | |||||
* | attempt to link broken hyperlinks back to source files | Alan Pearce | 2024-06-25 | -1/+1 | |
| | |||||
* | clean up build shell | Alan Pearce | 2024-06-25 | -3/+0 | |
| | |||||
* | remove clean step in builder | Alan Pearce | 2024-06-25 | -7/+0 | |
| | |||||
* | refactor server startup | Alan Pearce | 2024-06-25 | -35/+16 | |
| | |||||
* | use cached-nix-shell | Alan Pearce | 2024-06-25 | -1/+1 | |
| | |||||
* | move go-licenses into shell | Alan Pearce | 2024-06-25 | -1/+2 | |
| | |||||
* | remove netlify and vercel configurations | Alan Pearce | 2024-06-25 | -115/+0 | |
| | |||||
* | fix early panic | Alan Pearce | 2024-06-25 | -1/+2 | |
| | |||||
* | re-add go to shell | Alan Pearce | 2024-06-25 | -0/+1 | |
| |