bin
86259acf9c
nix: fix building on non-linux platforms
2026-04-12 10:56:44 +00:00
Catherine
b84a533be7
Add version override in Nix flake.
2026-03-27 23:13:42 +00:00
bin
cf26a89026
nix: use gomod2nix.
2025-12-29 04:37:41 -05:00
woodpecker-bot
b75c37f651
[Renovate] Update module github.com/go-git/go-git/v6 to v6.0.0-20251224103503-78aff6aa5ea9
2025-12-28 23:28:36 +00:00
Catherine
c84e773df1
Update module codeberg.org/git-pages/go-headers to v1.1.1.
2025-12-28 23:22:46 +00:00
woodpecker-bot
f163b9a42a
chore(deps): update module github.com/maypok86/otter/v2 to v2.3.0
2025-12-23 12:48:37 +00:00
woodpecker-bot
71fd1c39df
chore(deps): update all dependencies
2025-12-22 00:47:56 +00:00
woodpecker-bot
32ccb0920f
chore(deps): update all dependencies
2025-12-13 05:26:59 +00:00
miyuko
325d6bedda
[breaking-change] Change the format of the SYSLOG_ADDR env variable.
2025-12-07 09:52:15 +00:00
woodpecker-bot
9e0267828d
chore(deps): update all dependencies
2025-12-07 00:25:53 +00:00
Catherine
82aebb70bf
Add basic garbage tracer.
...
This isn't a concurrent GC and it cannot provide a reliable result;
the output is just an estimate.
2025-12-06 01:21:19 +00:00
woodpecker-bot
7c3b2248c9
chore(deps): update all dependencies
2025-12-06 00:45:24 +00:00
Catherine
886635ce5e
Implement -audit-log option.
...
Also, record the principal of `git-pages -{freeze,unfreeze}-domain`
and `git-pages -update-site` as the CLI administrator.
2025-12-04 15:58:14 +00:00
Catherine
21b82f8e2c
[breaking-change] Implement audit record retrieval.
...
This is only a breaking change if you've enabled the `audit` feature.
All past audit reports should be removed once this commit is deployed,
as both the Protobuf schema and the Snowflake epoch have changed.
2025-12-03 16:43:33 +00:00
Catherine
e226f51dd4
Implement auditing of important site lifecycle actions.
...
The list of audit events is:
- `CommitManifest`
- `DeleteManifest`
- `FreezeDomain`
- `UnfreezeDomain`
Currently these are the main abuse/moderation-relevant actions.
If collection is enabled, these events will be logged to `audit/...`
storage hierarchy; a way to examine audit logs will be added in
the future.
The auditing interposer backend is enabled with feature `audit`.
2025-12-03 04:19:41 +00:00
woodpecker-bot
e1a2143d22
fix(deps): update all dependencies
2025-11-29 00:39:09 +00:00
Catherine
f9669e1c69
Update sentry-go.
...
Related to 4cca8abaf0 .
They've fixed it in https://github.com/getsentry/sentry-go/issues/1142
2025-11-26 03:18:47 +00:00
Catherine
988da5243e
Fix nix flake.
2025-11-22 23:21:00 +00:00
woodpecker-bot
4d8f6d5e9d
fix(deps): update module github.com/go-git/go-git/v6 to v6.0.0-20251121083746-39fcec474970
2025-11-22 09:35:57 +00:00
woodpecker-bot
eac02e5758
fix(deps): update all dependencies
2025-11-21 00:31:03 +00:00
Catherine
6db850e2c4
Allow downloading entire site via CLI or HTTP.
...
The HTTP endpoint is `/.git-pages/archive.tar` and it is gated behind
a feature flag `archive-site`. It serially downloads every blob and
writes it to the client in a chunked response, optionally compressed
with gzip or zstd as per `Accept-Encoding:`. It is authorized the same
as `/.git-pages/manifest.json`, for the same reasons.
The CLI operation is `-get-archive <site-name>` and it writes a tar
archive to stdout. This could be useful for an administrator to review
the contents of a site in response to a report.
Both `_headers` and `_redirects` files are present in the output,
reconstituted from the manifest.
2025-11-20 02:09:49 +00:00
bin
adfbb99172
Add Caddy to the Nix devshell.
...
Also remove flyctl, as we no longer rely on fly.io infrastructure.
2025-11-15 12:20:55 -05:00
Catherine
26b29ec4be
Add Netlify _headers support.
2025-11-11 15:36:14 +00:00
Catherine
2a6308eb05
Update flake.
2025-11-11 06:12:40 +00:00
Catherine
d0e0f98616
Fix flake, and (actually) disable Renovate auto-merge.
2025-10-27 15:13:50 +00:00
Catherine
fc1582972c
Fix flake.
2025-10-23 15:12:29 +00:00
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