-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
- Loading branch information
Showing
2 changed files
with
119 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Course C Materials | ||
|
||
## Prerequisites | ||
|
||
### Machine to run dashboard and go-ipfs | ||
|
||
TODO | ||
|
||
### Dedicated Wifi | ||
|
||
TODO | ||
|
||
### Configration | ||
|
||
#### js-ipfs-http-client | ||
|
||
TODO | ||
|
||
#### js-ipfs | ||
|
||
- customize bootstrap nodes and add one from LAN | ||
- (optional) add ws-star? | ||
|
||
#### go-ipfs configuration | ||
|
||
- `ipfs config` | ||
- Remove friction by lifting CORS restrictions on API port: add `*` to `API.HTTPHeaders.Access-Control-Allow-Origin` | ||
- Enable Websockets transport: add `/ip4/0.0.0.0/tcp/4042/ws` to `Addresses.Swarm` | ||
- This enables us to use mentioned node as a bootstrap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters