This repository is a Kindle-focused fork of filebrowser with:
- Kindle ARM builds (
hfandsf) - KUAL extension layout (
filebrowser-kual/) - one-command packaging flow (
scripts/package-kual.sh)
Build and package in one step:
./scripts/package-kual.shThis fixed workflow always:
- clears
dist/ - rebuilds both Kindle binaries
- recreates
dist/filebrowser-kual-package.zip
dist/filebrowser-kindle-hfdist/filebrowser-kindle-sfdist/filebrowser-kual-package.zip
Unzip dist/filebrowser-kual-package.zip and copy filebrowser-kual/ to:
/mnt/us/extensions/filebrowser/
Then start from KUAL:
Start File BrowserStop File BrowserFile Browser Status
Default URL:
http://<kindle-ip>:8088
Recommended remotes:
upstream->https://github.com/filebrowser/filebrowserorigin-> your fork
Sync flow:
git fetch upstream
git checkout master
git merge --ff-only upstream/master
git checkout main
git rebase master
git push --force-with-lease origin main- Kindle quick setup default user home base path is set to
/mnt/us. - KUAL scripts are path-agnostic and resolve extension root from script location.
Original project:
Same as upstream: Apache License 2.0.