46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
[
|
|
{
|
|
"process_name": "cookies",
|
|
"process_wasm_path": "/cookies.wasm",
|
|
"on_exit": "Restart",
|
|
"request_networking": true,
|
|
"request_capabilities": [
|
|
"http_server:distro:sys"
|
|
],
|
|
"grant_capabilities": [],
|
|
"public": true
|
|
},
|
|
{
|
|
"process_name": "proxy",
|
|
"process_wasm_path": "/proxy.wasm",
|
|
"on_exit": "Restart",
|
|
"request_networking": true,
|
|
"request_capabilities": [
|
|
"http_server:distro:sys",
|
|
"http_client:distro:sys"
|
|
],
|
|
"grant_capabilities": [
|
|
"http_server:distro:sys",
|
|
"http_client:distro:sys"
|
|
],
|
|
"public": true
|
|
},
|
|
{
|
|
"process_name": "twittok",
|
|
"process_wasm_path": "/twittok.wasm",
|
|
"on_exit": "Restart",
|
|
"request_networking": true,
|
|
"request_capabilities": [
|
|
"homepage:homepage:sys",
|
|
"vfs:distro:sys",
|
|
"http_server:distro:sys",
|
|
"http_client:distro:sys"
|
|
],
|
|
"grant_capabilities": [
|
|
"http_server:distro:sys",
|
|
"http_client:distro:sys"
|
|
],
|
|
"public": true
|
|
}
|
|
]
|