Access local files from n8n nodes
mainThe starter kit mounts a shared folder from your host machine into the n8n container. This allows n8n to read and write files on your local disk.
- Container Path:
/data/shared - Usage: Use this path in nodes that interact with the filesystem.
Compatible Nodes:
- Read/Write Files from Disk
- Local File Trigger
- Execute Command