Skip to content

Commit

Permalink
Bump scuttlebot to 12.0.0 and use unix socket + noauth for local conn…
Browse files Browse the repository at this point in the history
…ection instead
  • Loading branch information
arj03 committed Sep 11, 2018
1 parent bdff198 commit 9bc7104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports.create = (api) => {
config.keys = ssbKeys.loadOrCreateSync(Path.join(config.path, 'secret'))

// HACK: fix offline on windows by specifying 127.0.0.1 instead of localhost (default)
config.remote = `net:127.0.0.1:${config.port}~shs:${config.keys.id.slice(1).replace('.ed25519', '')}`
config.remote = `unix:${Path.join(config.path, 'socket')}:~noauth:${config.keys.id.slice(1).replace('.ed25519', '')}`
}
return config
})
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@
"require-style": "^1.0.1",
"scuttle-blog": "^1.0.1",
"scuttle-poll": "^1.3.4",
"scuttlebot": "^11.4.2",
"scuttlebot": "^12.0.0",
"setimmediate": "^1.0.5",
"ssb-about": "^0.1.2",
"ssb-backlinks": "^0.7.3",
"ssb-blobs": "^1.1.5",
"ssb-chess": "^2.3.12",
"ssb-chess-db": "^1.0.3",
"ssb-config": "^2.2.0",
"ssb-ebt": "^5.2.2",
"ssb-config": "^2.3.0",
"ssb-ebt": "^5.2.3",
"ssb-friends": "^3.1.3",
"ssb-keys": "^7.0.15",
"ssb-meme": "^1.0.4",
Expand Down

0 comments on commit 9bc7104

Please sign in to comment.