Storage plugin · listing tai42/storage-localInstall
Permissions
Provides
local
Storage — Storage backend serving text and binary content from a local directory tree.
Names one directory on the server’s own disk as the active storage provider. Every
stored path resolves under one root, and a path that escapes it raises rather than
reading outside.
Select it in the manifest:
manifest.yml
Configuration
Quirks
Content types are inferred from the path suffix, because a filesystem records none.See also
- Storage and resources — the ResourceManager contract this provider backs.
- Manage stored content — the day-to-day commands.

