Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | just: fix license-check command | Alan Pearce | 2024-04-24 | -1/+1 |
| | ||||
* | create sentry deployments after deploying | Alan Pearce | 2024-04-24 | -1/+1 |
| | ||||
* | fix path canonicalisation | Alan Pearce | 2024-04-24 | -1/+2 |
| | ||||
* | remove gitlab CI file | Alan Pearce | 2024-04-23 | -47/+0 |
| | ||||
* | log releases and deploys to sentry | Alan Pearce | 2024-04-23 | -2/+16 |
| | ||||
* | Brand server executable with full commit hash | Alan Pearce | 2024-04-23 | -3/+3 |
| | ||||
* | listen on port 80 | Alan Pearce | 2024-04-23 | -3/+3 |
| | ||||
* | switch to net/http | Alan Pearce | 2024-04-23 | -273/+257 |
| | ||||
* | direnv: don't watch nix/* as it's not relevant to the devShell | Alan Pearce | 2024-04-22 | -1/+0 |
| | ||||
* | save docker tag in CI correctly | Alan Pearce | 2024-04-22 | -1/+1 |
| | ||||
* | print docker tag correctly | Alan Pearce | 2024-04-21 | -1/+1 |
| | ||||
* | `just` work | Alan Pearce | 2024-04-21 | -2/+3 |
| | ||||
* | update ci | Alan Pearce | 2024-04-21 | -1/+1 |
| | ||||
* | `just` confusing | Alan Pearce | 2024-04-21 | -7/+5 |
| | ||||
* | fix ci deployment failure | Alan Pearce | 2024-04-21 | -4/+4 |
| | ||||
* | fix deployment v2 | Alan Pearce | 2024-04-21 | -1/+1 |
| | ||||
* | fix deployment | Alan Pearce | 2024-04-21 | -1/+1 |
| | ||||
* | fix error in justfile | Alan Pearce | 2024-04-21 | -1/+1 |
| | ||||
* | fix hyperlink check in CI | Alan Pearce | 2024-04-21 | -1/+2 |
| | ||||
* | check for nil before overriding BASE_URL | Alan Pearce | 2024-04-21 | -3/+5 |
| | ||||
* | ensure links aren't broken in CI | Alan Pearce | 2024-04-21 | -0/+6 |
| | ||||
* | fix crash when overriding BASE_URL | Alan Pearce | 2024-04-21 | -1/+4 |
| | ||||
* | make blog tags lowercase | Alan Pearce | 2024-04-21 | -1/+1 |
| | ||||
* | fix feed linking to localhost 🤦🏻 | Alan Pearce | 2024-04-21 | -36/+29 |
| | ||||
* | split output directories into website/{public,private} | Alan Pearce | 2024-04-21 | -43/+53 |
| | ||||
* | test gitlab ci | Alan Pearce | 2024-04-21 | -18/+26 |
| | ||||
* | use justfile for scripting | Alan Pearce | 2024-04-21 | -68/+64 |
| | ||||
* | fix URL | Alan Pearce | 2024-04-21 | -1/+1 |
| | ||||
* | 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 | -33/+53 |
| | | | | | It's cool to embed, but it requires server.go to be at the root. Also, I'd like to be able to update the built site separately in the future. | |||
* | nix: save typing | Alan Pearce | 2024-04-21 | -5/+5 |
| | ||||
* | stop macOS firewall prompts in development | Alan Pearce | 2024-04-21 | -1/+1 |
| | | | | make metrics server also listen on LISTEN_ADDRESS | |||
* | remove unused variable | Alan Pearce | 2024-04-21 | -1/+0 |
| | ||||
* | support IPv6 | Alan Pearce | 2024-04-21 | -1/+3 |
| | ||||
* | allow listen address to be configured | Alan Pearce | 2024-04-21 | -1/+4 |
| | ||||
* | update dependencies and flake inputs | Alan Pearce | 2024-04-21 | -83/+58 |
| | ||||
* | oops | Alan Pearce | 2024-04-20 | -1/+1 |
| | ||||
* | send headers from config.toml | Alan Pearce | 2024-04-20 | -13/+27 |
| | ||||
* | Use gitlab CI | Alan Pearce | 2024-04-20 | -16/+72 |
| | | | | | | | | | | | | | | | | | | | | commit 3bca937c9ff91852269a828de0c778db7d1423df Author: Alan Pearce <alan@alanpearce.eu> Date: Sat Apr 20 01:14:26 2024 +0200 create gitlab CI configuration commit ee9eeab17ac88f4020d857dcceb458c66418e2f6 Author: Alan Pearce <alan@alanpearce.eu> Date: Sat Apr 20 16:07:01 2024 +0200 make helpers for both building and streaming docker images commit d8340ec8ff3e3f9c51b55e95e27e518330435b7c Author: Alan Pearce <alan@alanpearce.eu> Date: Sat Apr 20 00:20:34 2024 +0200 use long git hashes for docker tags | |||
* | use long git hashes for docker tags | Alan Pearce | 2024-04-20 | -3/+6 |
| | ||||
* | fly: don't modify http headers | Alan Pearce | 2024-04-19 | -0/+2 |
| | ||||
* | Use netlify for redirects | Alan Pearce | 2024-04-19 | -0/+18 |
| | ||||
* | Brand executable with commit hash for server header | Alan Pearce | 2024-04-19 | -4/+6 |
| | ||||
* | try to improve building on aarch64-darwin | Alan Pearce | 2024-04-19 | -1/+3 |
| | ||||
* | add missing environment variables | Alan Pearce | 2024-04-19 | -0/+2 |
| | ||||
* | use nix to build docker images | Alan Pearce | 2024-04-19 | -64/+280 |
| | ||||
* | server: configure with flags/envvars instead of toml | Alan Pearce | 2024-04-19 | -7/+26 |
| | ||||
* | use abstracted FS to get 404 page | Alan Pearce | 2024-04-19 | -3/+3 |
| | ||||
* | build: use same dir for static/rendered output | Alan Pearce | 2024-04-19 | -5/+5 |
| | ||||
* | preserve file times when copying from static/ | Alan Pearce | 2024-04-19 | -1/+3 |
| |