@walkeros/server-store-fs
Local filesystem store for walkerOS server flows. Reads and writes files relative to a base directory with path traversal protection.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/server-store-fsQuick start
{
"version": 4,
"flows": {
"default": {
"config": { "platform": "server" },
"stores": {
"assets": { "package": "@walkeros/server-store-fs", "config": {} }
}
}
}
}Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/stores/server/fs
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT