Skip to content

Commit

Permalink
Merge pull request #299 from ssbc/[email protected]
Browse files Browse the repository at this point in the history
[WIP] update to [email protected]
  • Loading branch information
mixmix authored Jan 9, 2019
2 parents c7acdac + c029e30 commit 6bf62cd
Show file tree
Hide file tree
Showing 5 changed files with 862 additions and 825 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ Patchbay doesn't give you a way to join pubs yet, so this is good if you've alre

### Harder Install (full dev setup)

Install a standalone scuttlebot (your gossip server)
Install a standalone ssb-server (your gossip server)
```sh
npm install scuttlebot@latest -g
npm install ssb-server@latest -g
```

```sh
Expand Down
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exports.create = (api) => {
function Connections (config) {
const connections = (process.platform === 'win32')
? undefined // this seems wrong?
: { incoming: { unix: [{ 'scope': 'local', 'transform': 'noauth' }] } }
: { incoming: { unix: [{ 'scope': 'local', 'transform': 'noauth', server: true }] } }

return connections ? { connections } : {}
}
Expand Down
Loading

0 comments on commit 6bf62cd

Please sign in to comment.