Catherine
|
51606aac98
|
Replace hardcoded limits with a config file section.
|
2025-09-21 19:00:36 +00:00 |
|
Catherine
|
2af2975713
|
Add tar+gzip and tar+zstd compressed archive support.
|
2025-09-21 06:25:10 +00:00 |
|
Catherine
|
960a40d736
|
Add Honeybadger.io observability support.
It's not yet clear how useful it is, but it's at least something.
|
2025-09-20 14:19:55 +00:00 |
|
Catherine
|
95814dd3f3
|
Parse _redirects file and store rules in manifest.
|
2025-09-20 07:16:10 +00:00 |
|
Catherine
|
c13a82e2ed
|
Update Nix flake.
|
2025-09-19 17:54:53 +00:00 |
|
bin
|
da212dcb89
|
Aggressively optimise size of Nix built Docker images
|
2025-09-19 04:23:57 +00:00 |
|
bin
|
54c9a0a77e
|
Allow building containers using Nix.
fly auth docker && \
nix build .#image -L && \
docker load < result && \
docker tag git-pages:latest registry.fly.io/git-pages:latest && \
docker push registry.fly.io/git-pages:latest
|
2025-09-18 22:50:23 -04:00 |
|
bin
|
6f932df886
|
Initial Nix flake
|
2025-09-18 19:14:47 +00:00 |
|