https://github.com/pimatic/pimatic-filebrowser
Pimatic plugin to provide a simple web file browser for a local directory.
https://github.com/pimatic/pimatic-filebrowser
filebrowser pimatic pimatic-plugin
Last synced: 2 months ago
JSON representation
Pimatic plugin to provide a simple web file browser for a local directory.
- Host: GitHub
- URL: https://github.com/pimatic/pimatic-filebrowser
- Owner: pimatic
- License: gpl-2.0
- Created: 2014-01-04T12:12:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T12:23:56.000Z (about 6 years ago)
- Last Synced: 2024-04-14T01:07:37.181Z (about 1 year ago)
- Topics: filebrowser, pimatic, pimatic-plugin
- Language: CoffeeScript
- Homepage: https://pimatic.org/
- Size: 84 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
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.