git ssb

16+

Dominic / patchbay



Commit 9bc7104bf09e5e5467fddc99131c2a896a5f65ef

Bump scuttlebot to 12.0.0 and use unix socket + noauth for local connection instead

Anders Rune Jensen committed on 9/11/2018, 10:32:12 AM
Parent: bdff198133f1c2a6de3a2eb1374aca2178ce1813

Files changed

config.jschanged
package.jsonchanged
config.jsView
@@ -17,9 +17,9 @@
1717 config = Config(appName, opts)
1818 config.keys = ssbKeys.loadOrCreateSync(Path.join(config.path, 'secret'))
1919
2020 // HACK: fix offline on windows by specifying 127.0.0.1 instead of localhost (default)
21- config.remote = `net:127.0.0.1:${config.port}~shs:${config.keys.id.slice(1).replace('.ed25519', '')}`
21 + config.remote = `unix:${Path.join(config.path, 'socket')}:~noauth:${config.keys.id.slice(1).replace('.ed25519', '')}`
2222 }
2323 return config
2424 })
2525 }
package.jsonView
@@ -82,17 +82,17 @@
8282 "read-directory": "^3.0.0",
8383 "require-style": "^1.0.1",
8484 "scuttle-blog": "^1.0.1",
8585 "scuttle-poll": "^1.3.4",
86- "scuttlebot": "^11.4.2",
86 + "scuttlebot": "^12.0.0",
8787 "setimmediate": "^1.0.5",
8888 "ssb-about": "^0.1.2",
8989 "ssb-backlinks": "^0.7.3",
9090 "ssb-blobs": "^1.1.5",
9191 "ssb-chess": "^2.3.12",
9292 "ssb-chess-db": "^1.0.3",
93- "ssb-config": "^2.2.0",
94- "ssb-ebt": "^5.2.2",
93 + "ssb-config": "^2.3.0",
94 + "ssb-ebt": "^5.2.3",
9595 "ssb-friends": "^3.1.3",
9696 "ssb-keys": "^7.0.15",
9797 "ssb-meme": "^1.0.4",
9898 "ssb-mentions": "^0.5.0",

Built with git-ssb-web