Skip to content

Commit 9275aff

Browse files
committed
chore: deprecate nopfs-kubo-plugin
plugin is now built into kubo v0.24.0+
1 parent c690cc6 commit 9275aff

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/release.yml renamed to .github/workflows/legacy-plugin.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
name: Kubo plugin
1+
# This workflow builds the legacy nopfs-kubo-plugin which is now deprecated.
2+
# Content blocking (nopfs) is built into Kubo v0.24.0 and later.
3+
# - See the built-in plugin at https://github.com/ipfs/kubo/tree/master/plugin/plugins/nopfs
4+
# - See the documentation at https://github.com/ipfs/kubo/blob/master/docs/content-blocking.md
5+
6+
name: Legacy Kubo plugin
27

38
on:
4-
push:
9+
workflow_dispatch: # Manual trigger only - plugin is deprecated
510

611

712
env:

nopfs-kubo-plugin/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# nopfs-kubo-plugin
22

3+
> [!WARNING]
4+
> This plugin is deprecated. Content blocking (nopfs) is now built into Kubo v0.24.0 and later.
5+
> - See the built-in plugin at https://github.com/ipfs/kubo/tree/master/plugin/plugins/nopfs
6+
> - See the documentation at https://github.com/ipfs/kubo/blob/master/docs/content-blocking.md
7+
38
## Installation
49

510
1. Copy the binary `nopfs-kubo-plugin` to `~/.ipfs/plugins`.

0 commit comments

Comments
 (0)