Commit 0875cd6f8950c5ee33e1c9a26f73ddb9b48f92ea
see if this solves local replication issue
Ev Bogue committed on 9/23/2018, 5:30:17 PMParent: 8db7ddedc8d963bf79d94e8458ebea33a4bfc947
Files changed
config/inject.js | changed |
package-lock.json | changed |
package.json | changed |
config/inject.js | ||
---|---|---|
@@ -69,14 +69,14 @@ | ||
69 | 69 | connections: 3 |
70 | 70 | }, |
71 | 71 | connections: { |
72 | 72 | incoming: { |
73 | - net: [{ port: 8008, host: "localhost", scope: "local", "transform": "shs" }], | |
74 | - ws: [{ "scope": "public", "transform": "shs" }] | |
73 | + net: [{ scope: "public", transform: "shs" }], | |
74 | + ws: [{ scope: "public", transform: "shs" }] | |
75 | 75 | }, |
76 | 76 | outgoing: { |
77 | 77 | net: [{ transform: "shs" }], |
78 | - ws: [{ "scope": "public", "transform": "shs" }] | |
78 | + ws: [{ scope: "public", transform: "shs" }] | |
79 | 79 | } |
80 | 80 | }, |
81 | 81 | path: path.join(HOME, '.' + name), |
82 | 82 | timers: { |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 225027 bytes New file size: 226284 bytes |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 | { |
2 | 2 | "name": "mvd", |
3 | - "version": "1.12.2", | |
3 | + "version": "1.12.3", | |
4 | 4 | "description": "minimum viable decent", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "start": "node bin server", |
@@ -27,17 +27,17 @@ | ||
27 | 27 | "hyperscript": "^2.0.2", |
28 | 28 | "hyperscroll": "^1.0.0", |
29 | 29 | "muxrpcli": "^1.1.0", |
30 | 30 | "non-private-ip": "^1.4.4", |
31 | - "opn": "^5.3.0", | |
31 | + "opn": "^5.4.0", | |
32 | 32 | "os-homedir": "^1.0.2", |
33 | 33 | "pull-more": "^1.1.0", |
34 | 34 | "pull-next-query": "^1.0.0", |
35 | 35 | "pull-reconnect": "0.0.3", |
36 | 36 | "pull-stream": "^3.6.9", |
37 | 37 | "pull-stringify": "^2.0.0", |
38 | 38 | "rc": "^1.2.8", |
39 | - "scuttlebot": "^12.0.1", | |
39 | + "scuttlebot": "^12.1.0", | |
40 | 40 | "simple-mime": "^0.1.0", |
41 | 41 | "split-buffer": "^1.0.0", |
42 | 42 | "ssb-avatar": "^0.2.0", |
43 | 43 | "ssb-backlinks": "^0.7.3", |
@@ -45,9 +45,9 @@ | ||
45 | 45 | "ssb-client": "^4.6.0", |
46 | 46 | "ssb-ebt": "^5.2.3", |
47 | 47 | "ssb-feed": "^2.3.0", |
48 | 48 | "ssb-friends": "^3.1.3", |
49 | - "ssb-keys": "^7.0.16", | |
49 | + "ssb-keys": "^7.1.1", | |
50 | 50 | "ssb-links": "^3.0.3", |
51 | 51 | "ssb-markdown": "^3.6.0", |
52 | 52 | "ssb-mentions": "^0.5.0", |
53 | 53 | "ssb-ref": "^2.11.2", |
Built with git-ssb-web