Skip to content

Commit c4341f6

Browse files
committed
Merge branch 'master' into wip-shell
2 parents b1ecdf7 + 6bf62cd commit c4341f6

File tree

4 files changed

+845
-135
lines changed

4 files changed

+845
-135
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ Patchbay doesn't give you a way to join pubs yet, so this is good if you've alre
5757

5858
### Harder Install (full dev setup)
5959

60-
Install a standalone scuttlebot (your gossip server)
60+
Install a standalone ssb-server (your gossip server)
6161
```sh
62-
npm install scuttlebot@latest -g
62+
npm install ssb-server@latest -g
6363
```
6464

6565
```sh

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exports.create = (api) => {
3030
function Connections (config) {
3131
const connections = (process.platform === 'win32')
3232
? undefined // this seems wrong?
33-
: { incoming: { unix: [{ 'scope': 'local', 'transform': 'noauth' }] } }
33+
: { incoming: { unix: [{ 'scope': 'local', 'transform': 'noauth', server: true }] } }
3434

3535
return connections ? { connections } : {}
3636
}

0 commit comments

Comments
 (0)