Skip to content

Commit 26b0ece

Browse files
committed
add sandbox config
1 parent 4f6576d commit 26b0ece

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

.sandboxsh.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "plonecli",
3+
"workdir": "/workspaces/plonecli",
4+
"dirs": [
5+
"."
6+
],
7+
"ports": [],
8+
"tailscale": {
9+
"enabled": true
10+
},
11+
"firewall": {
12+
"enabled": true,
13+
"allow": []
14+
},
15+
"resources": {
16+
"cpus": 4,
17+
"memory": "8GiB",
18+
"disk": "40GiB"
19+
},
20+
"agent_credentials": true
21+
}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)