mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-03-15 13:10:49 +00:00
add configs and blueprint
This commit is contained in:
parent
18392cd93a
commit
d4afa2f73f
3
.gitignore
vendored
3
.gitignore
vendored
@ -12,5 +12,4 @@ Cargo.lock
|
|||||||
# Added by cargo
|
# Added by cargo
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
/artifacts
|
artifacts/*.wasm
|
||||||
g
|
|
||||||
|
7
artifacts/blueprint.json
Normal file
7
artifacts/blueprint.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"name": "ipfs",
|
||||||
|
"dependencies": [
|
||||||
|
"name:ipfs_effector",
|
||||||
|
"name:ipfs_pure"
|
||||||
|
]
|
||||||
|
}
|
14
artifacts/ipfs_effector_config.json
Normal file
14
artifacts/ipfs_effector_config.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "ipfs_effector",
|
||||||
|
"mountedBinaries":
|
||||||
|
{
|
||||||
|
"ipfs": "/usr/bin/ipfs"
|
||||||
|
},
|
||||||
|
"mem_page_count": 1,
|
||||||
|
"preopened_files": [
|
||||||
|
"/tmp"
|
||||||
|
],
|
||||||
|
"mapped_dirs": {
|
||||||
|
"tmp": "./tmp"
|
||||||
|
}
|
||||||
|
}
|
10
artifacts/ipfs_pure_config.json
Normal file
10
artifacts/ipfs_pure_config.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "ipfs_pure",
|
||||||
|
"mem_page_count": 1,
|
||||||
|
"preopened_files": [
|
||||||
|
"/tmp"
|
||||||
|
],
|
||||||
|
"mapped_dirs": {
|
||||||
|
"tmp": "./tmp"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user