nopfs
nopfs copied to clipboard
Say NO with NOpfs! NOpfs provides content-blocking-layer capabilities for IPFS (Kubo).
> Extracted from https://github.com/protocol/badbits.dwebops.pub/issues/32733 We are working on simplifying denylist handling at `ipfs.io`/`dweb.link` (https://github.com/ipshipyard/waterworks-infra/issues/113) and want to solely rely on nopfs support in rainbow, where a denylist is passed via...
The following are my thoughts on how to provide denylists so that they can be subscribed-to. ### Server * Using HTTP (poll), essentially an IPFS-gateway served file: * Lists are...
There are two ways HTTP servers (incl. HTTP gateway responses for `/ipns` paths) may support update checks: via `Etag` or `Last-Modified` headers. We could improve `HTTPSubscriber` to maximize cache hits,...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog Sourced from softprops/action-gh-release's changelog. 0.1.12 fix bug leading...
https://github.com/ipfs-shipyard/nopfs/blob/5edc09acb1015a15597567f8db6c204325d45a33/ipfs/blockservice.go#L62-L70 See how the code does not apply any blocking on sessions. Theses are used by `boxo/blockservice.NewSession` when a session is used. This also cause issues with new `ContextWithSession` feature...
As it stands, the NoPFS library only supports reading the denylist format, but doesn't have any support for writing the denylist to a file. While most applications will only be...
## Why Filling this issue so we don't have regression in IPNS Blocking (https://github.com/ipshipyard/waterworks-infra/issues/209) when switching from legacy badbits service to modern NOPFS-based support in rainbow and kubo. We need...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....
### **Problem Description** I am trying to run **IPFS Kubo 0.33.2** with the **nopfs-kubo-plugin/v0.23.0** plugin, following the official repository steps, but I get the error `fatal error: runtime: no plugin...