kubo/cmd/ipfs
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
..
dist docs: updated links and refs to external resources (#10368) 2024-03-16 00:59:22 +01:00
kubo feat(gateway): add default landing page when RootRedirect is not set 2025-12-04 23:31:47 +01:00
util refactor(ci): optimize build workflows (#10973) 2025-09-19 14:44:38 +02:00
.gitignore make: rework makefiles for non-recursive make and add sharness coverage 2017-02-12 01:18:40 +01:00
main.go feat: cmd/ipfs: Make it possible to depend on cmd/ipfs 2023-12-19 16:23:53 -05:00
Rules.mk refactor(ci): optimize build workflows (#10973) 2025-09-19 14:44:38 +02:00
runmain_test.go refactor(ci): optimize build workflows (#10973) 2025-09-19 14:44:38 +02:00