Skip to content

Commit

Permalink
doc: add manifest and outbound example to test list
Browse files Browse the repository at this point in the history
  • Loading branch information
jalas167 committed Oct 20, 2023
1 parent 2251525 commit 03e1c8d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions examples/docs-examples/tutorials/accessing-internet/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": "0.1.0",
"createdAt": "2023-10-19T11:23:08.156+02:00",
"expiresAt": "2024-01-17T11:23:08.156+01:00",
"metadata": {
"name": "outbound-docs",
"description": "",
"version": "1.0.0"
},
"payload": [
{
"platform": {
"os": "linux",
"arch": "x86_64"
},
"hash": "sha3:dad8f776b0eb9f37ea0d63de42757034dd085fe30cc4537c2e119d80",
"urls": [
"http://registry.golem.network/download/f37c8ba2b534ca631060fb8db4ac218d3199faf656aa2c92f402c2b700797c21"
]
}
],
"compManifest": {
"version": "0.1.0",
"net": {
"inet": {
"out": {
"urls": ["https://ipfs.io"],
"protocols": ["https"]
}
}
}
}
}
1 change: 1 addition & 0 deletions tests/examples/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
{ "cmd": "node", "path": "examples/docs-examples/quickstarts/quickstart/requestor.mjs" },

{ "cmd": "node", "path": "examples/docs-examples/tutorials/building-custom-image/index.mjs" },
{ "cmd": "node", "path": "examples/docs-examples/tutorials/accessing-internet/outbound-ipfs.mjs" },
{ "cmd": "node", "path": "examples/docs-examples/tutorials/quickstart/index.mjs" },
{
"cmd": "node",
Expand Down

0 comments on commit 03e1c8d

Please sign in to comment.