File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
38on :
4- push :
9+ workflow_dispatch : # Manual trigger only - plugin is deprecated
510
611
712env :
Original file line number Diff line number Diff line change 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 ` .
You can’t perform that action at this time.
0 commit comments