kubo/core
Marcin Rataj 052e8233a2 feat(gateway): add default landing page when RootRedirect is not set
display a landing page at gateway root "/" when `Gateway.RootRedirect`
is not configured. the page indicates that kubo is working and provides
links to documentation and resources.

- embed HTML at compile time using go:embed
- intercept 404 responses on known gateways (like localhost) with
  zero-buffering overhead
- hide abuse reporting section for localhost/127.0.0.1
- serve landing page on both gateway and RPC API ports
2025-12-04 23:31:47 +01:00
..
commands Add bytes progress tracker for ipfs pin add (#11074) 2025-12-02 17:11:22 -08:00
coreapi refactor: replace context.WithCancel with t.Context (#11083) 2025-11-28 16:39:55 +01:00
corehttp feat(gateway): add default landing page when RootRedirect is not set 2025-12-04 23:31:47 +01:00
coreiface refactor: replace context.WithCancel with t.Context (#11083) 2025-11-28 16:39:55 +01:00
corerepo chore: use go-log/v2 (#10801) 2025-05-19 13:04:05 -07:00
coreunix fix: resolve TestAddMultipleGCLive race condition (#10916) 2025-08-18 20:49:26 +02:00
mock fix: deadlock on retrieving WebTransport addresses (#9857) 2023-05-08 16:11:03 +02:00
node refactor: replace context.WithCancel with t.Context (#11083) 2025-11-28 16:39:55 +01:00
.gitignore
builder.go chore: migrate bootstrap to ipfs/boxo (#10158) 2023-10-31 18:25:14 +01:00
core_test.go feat(cli/rpc/add): fast provide of root CID (#11046) 2025-11-14 11:08:29 -08:00
core.go feat(cli/rpc/add): fast provide of root CID (#11046) 2025-11-14 11:08:29 -08:00