Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
be693592
Commit
be693592
authored
Oct 05, 2017
by
Jeromy Johnson
Committed by
Jeromy
Oct 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update plugins.md
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
a11bb713
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
docs/experimental-features.md
docs/experimental-features.md
+4
-0
docs/plugins.md
docs/plugins.md
+3
-3
No files found.
docs/experimental-features.md
View file @
be693592
...
...
@@ -285,6 +285,9 @@ Peers can see their (unspecific) relay address in the output of
## Plugins
### In Version
0.
4.11
Plugins allow to add functionality without the need to recompile the daemon.
### Basic Usage:
...
...
@@ -295,3 +298,4 @@ See [Plugin docs](./plugins.md)
-
[ ] Better support for platforms other than Linux
-
[ ] More plugins and plugin types
-
[ ] Feedback on stability
docs/plugins.md
View file @
be693592
# Plugins
Since 0.4.11 go-ipfs has an experimental plugin system
for various added
functionality.
Since 0.4.11 go-ipfs has an experimental plugin system
that allows augmenting
the daemons
functionality
without recompiling
.
When IPFS node is created, it will load plugins from
`$IPFS_PATH/plugins`
When
an
IPFS node is created, it will load plugins from
the
`$IPFS_PATH/plugins`
directory (by default
`~/.ipfs/plugins`
).
### Plugin types
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment