fix(k3s): grant explicit write/append access to global memory folder

This commit is contained in:
stevef 2026-04-19 14:59:20 +02:00
parent c22d9638c5
commit 81132b0a74
2 changed files with 19 additions and 4 deletions

View file

@ -645,6 +645,18 @@
"/home/picoclaw/.picoclaw/memory"
]
},
"write_file": {
"enabled": true,
"allow_write_paths": [
"/home/picoclaw/.picoclaw/memory"
]
},
"append_file": {
"enabled": true,
"allow_append_paths": [
"/home/picoclaw/.picoclaw/memory"
]
},
"send_file": {
"enabled": true
},

View file

@ -624,7 +624,10 @@ data:
}
},
"append_file": {
"enabled": true
"enabled": true,
"allow_append_paths": [
"/home/picoclaw/.picoclaw/memory"
]
},
"edit_file": {
"enabled": true
@ -652,6 +655,9 @@ data:
"/home/picoclaw/.picoclaw/memory"
]
},
"write_file": {
"enabled": true
},
"send_file": {
"enabled": true
},
@ -672,9 +678,6 @@ data:
},
"web_fetch": {
"enabled": true
},
"write_file": {
"enabled": true
}
},
"heartbeat": {