| Commit message (Expand) | Author | Age | Lines |
* | handle TLS in server with ACME | Alan Pearce | 2024-06-24 | -2/+128 |
* | serve pre-compressed files according to accept-encoding | Alan Pearce | 2024-06-23 | -2/+5 |
* | pre-compress static files | Alan Pearce | 2024-06-23 | -6/+0 |
* | pre-compress generated files in production | Alan Pearce | 2024-06-23 | -0/+3 |
* | switch to templ for rendering HTML templates | Alan Pearce | 2024-06-18 | -0/+3 |
* | remove flake and docker setup | Alan Pearce | 2024-06-18 | -101/+0 |
* | server: automatically build, re-build and reload in dev | Alan Pearce | 2024-06-11 | -0/+6 |
* | server: remove sentry | Alan Pearce | 2024-06-11 | -3/+0 |
* | generate sitemap and robots.txt | Alan Pearce | 2024-06-05 | -51/+6 |
* | no more CI | Alan Pearce | 2024-06-02 | -1/+1 |
* | Add support for pandoc-style fences | Alan Pearce | 2024-05-28 | -0/+3 |
* | pass config file via fly/docker instead of embedding in image | Alan Pearce | 2024-05-26 | -1/+0 |
* | update dependency manifests | Alan Pearce | 2024-05-23 | -4/+4 |
* | add hard-coded oidc webfinger support | Alan Pearce | 2024-05-21 | -3/+27 |
* | update module manifests | Alan Pearce | 2024-05-19 | -3/+21 |
* | update inputs | Alan Pearce | 2024-05-11 | -18/+18 |
* | fix missing commit hashes in binary | Alan Pearce | 2024-04-27 | -2/+2 |
* | implement live-reloading dev server | Alan Pearce | 2024-04-27 | -6/+51 |
* | improve HTML formatting | Alan Pearce | 2024-04-25 | -2/+2 |
* | brand exe with both long and short commit hashes | Alan Pearce | 2024-04-25 | -1/+9 |
* | nix: limit server compilation to sub-package | Alan Pearce | 2024-04-24 | -0/+1 |
* | nix: don't pollute nix store with per-commit builds with no changes | Alan Pearce | 2024-04-24 | -1/+1 |
* | Brand server executable with full commit hash | Alan Pearce | 2024-04-23 | -3/+3 |
* | listen on port 80 | Alan Pearce | 2024-04-23 | -1/+1 |
* | switch to net/http | Alan Pearce | 2024-04-23 | -72/+9 |
* | split output directories into website/{public,private} | Alan Pearce | 2024-04-21 | -10/+10 |
* | use justfile for scripting | Alan Pearce | 2024-04-21 | -55/+0 |
* | move server code to cmd/server | Alan Pearce | 2024-04-21 | -6/+6 |
* | serve site from filesystem rather than embedding | Alan Pearce | 2024-04-21 | -17/+31 |
* | nix: save typing | Alan Pearce | 2024-04-21 | -5/+5 |
* | remove unused variable | Alan Pearce | 2024-04-21 | -1/+0 |
* | support IPv6 | Alan Pearce | 2024-04-21 | -1/+1 |
* | allow listen address to be configured | Alan Pearce | 2024-04-21 | -0/+1 |
* | update dependencies and flake inputs | Alan Pearce | 2024-04-21 | -28/+22 |
* | send headers from config.toml | Alan Pearce | 2024-04-20 | -0/+3 |
* | Use gitlab CI | Alan Pearce | 2024-04-20 | -16/+23 |
* | use long git hashes for docker tags | Alan Pearce | 2024-04-20 | -3/+6 |
* | Brand executable with commit hash for server header | Alan Pearce | 2024-04-19 | -3/+3 |
* | try to improve building on aarch64-darwin | Alan Pearce | 2024-04-19 | -1/+2 |
* | use nix to build docker images | Alan Pearce | 2024-04-19 | -0/+262 |