You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds new ipfsNodeType for use in Chromium contexts such as Brave.
For now we do naive check if chrome.sockets.tcp* APIs are available
and switch to ipfsNodeType=embedded:chromesockets if true.
User can customize configuration of embedded js-ipfs node via Preferences.
"message": "Embedded with Chrome Sockets (experimental): run js-ipfs node in your browser with access to chrome.sockets APIs (details under the link below)",
232
+
"description": "An option description on the Preferences screen (option_ipfsNodeType_description)"
233
+
},
230
234
"option_ipfsNodeConfig_title": {
231
235
"message": "IPFS Node Config",
232
236
"description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)"
233
237
},
234
238
"option_ipfsNodeConfig_description": {
235
-
"message": "Configuration for the embedded IPFS node. Must be valid JSON.",
239
+
"message": "Additional configuration for the embedded IPFS node (arrays will be merged). Must be valid JSON.",
236
240
"description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)"
237
241
},
238
242
"option_ipfsNodeType_external": {
@@ -243,6 +247,10 @@
243
247
"message": "Embedded",
244
248
"description": "An option on the Preferences screen (option_ipfsNodeType_embedded)"
245
249
},
250
+
"option_ipfsNodeType_embedded_chromesockets": {
251
+
"message": "Embedded + chrome.sockets",
252
+
"description": "An option on the Preferences screen (option_ipfsNodeType_embedded_chromesockets)"
253
+
},
246
254
"option_header_gateways": {
247
255
"message": "Gateways",
248
256
"description": "A section header on the Preferences screen (option_header_gateways)"
0 commit comments