Package Exports
- pimatic-filebrowser
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pimatic-filebrowser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
pimatic filebrowser plugin
Pimatic plugin to provide a simple web file browser for a local directory.
Configuration:
{
"plugin": "filebrowser",
"mappings": [
{
"path": "/files",
"directory": "/media/usb1"
}
]
}With this config you can browse your files in /media/usb1 with http://your-ip/files.
Make sure you reboot pimatic after applying these settings or you will get
a Cannot GET /files error message.