Commit Graph

13 Commits

Author SHA1 Message Date
Catherine
d1be93919f Make installable with go install. 2025-10-22 05:24:55 +00:00
miyuko
6fe029238a Update flake.nix. 2025-10-16 00:50:12 +01:00
bin
161696427b Cleanup Nix flake. 2025-09-29 21:26:46 -04:00
Catherine
73df468bbb Update Nix flake. 2025-09-30 01:02:43 +00:00
Catherine
7941708aad Update Nix flake. 2025-09-25 23:47:23 +00:00
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