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 AMParent: bdff198133f1c2a6de3a2eb1374aca2178ce1813
Files changed
config.js | changed |
package.json | changed |
config.js | |||
---|---|---|---|
@@ -17,9 +17,9 @@ | |||
17 | 17 … | config = Config(appName, opts) | |
18 | 18 … | config.keys = ssbKeys.loadOrCreateSync(Path.join(config.path, 'secret')) | |
19 | 19 … | ||
20 | 20 … | // 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', '')}` | ||
22 | 22 … | } | |
23 | 23 … | return config | |
24 | 24 … | }) | |
25 | 25 … | } |
package.json | ||
---|---|---|
@@ -82,17 +82,17 @@ | ||
82 | 82 … | "read-directory": "^3.0.0", |
83 | 83 … | "require-style": "^1.0.1", |
84 | 84 … | "scuttle-blog": "^1.0.1", |
85 | 85 … | "scuttle-poll": "^1.3.4", |
86 | - "scuttlebot": "^11.4.2", | |
86 … | + "scuttlebot": "^12.0.0", | |
87 | 87 … | "setimmediate": "^1.0.5", |
88 | 88 … | "ssb-about": "^0.1.2", |
89 | 89 … | "ssb-backlinks": "^0.7.3", |
90 | 90 … | "ssb-blobs": "^1.1.5", |
91 | 91 … | "ssb-chess": "^2.3.12", |
92 | 92 … | "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", | |
95 | 95 … | "ssb-friends": "^3.1.3", |
96 | 96 … | "ssb-keys": "^7.0.15", |
97 | 97 … | "ssb-meme": "^1.0.4", |
98 | 98 … | "ssb-mentions": "^0.5.0", |
Built with git-ssb-web