Skip to content

Commit 6bf62cd

Browse files
authored
Merge pull request #299 from ssbc/ssb-server@13.5.2
[WIP] update to ssb-server@13.5.2
2 parents c7acdac + c029e30 commit 6bf62cd

File tree

5 files changed

+862
-825
lines changed

5 files changed

+862
-825
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)