{"id":23507355,"url":"https://github.com/simplyhexagonal/fastify-file-browser","last_synced_at":"2026-04-11T18:02:59.340Z","repository":{"id":132241965,"uuid":"608946595","full_name":"simplyhexagonal/fastify-file-browser","owner":"simplyhexagonal","description":"Read-only file browser UI for viewing and downloading local files within the current working directory.","archived":false,"fork":false,"pushed_at":"2023-09-06T06:03:55.000Z","size":41727,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-27T04:01:51.946Z","etag":null,"topics":["fastify","file-browser","file-explorer","file-manager","file-server","local","nodejs","tailwind","tailwindcss","ui","vue","vue-file-server"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplyhexagonal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-03-03T03:31:47.000Z","updated_at":"2024-07-08T09:51:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"88dcddf3-247f-4320-b7c2-2b6f5064ff27","html_url":"https://github.com/simplyhexagonal/fastify-file-browser","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"2e0c3dd3c679d328055f09b9e40d095919bfb6a7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyhexagonal%2Ffastify-file-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyhexagonal%2Ffastify-file-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyhexagonal%2Ffastify-file-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyhexagonal%2Ffastify-file-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplyhexagonal","download_url":"https://codeload.github.com/simplyhexagonal/fastify-file-browser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252763270,"owners_count":21800456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastify","file-browser","file-explorer","file-manager","file-server","local","nodejs","tailwind","tailwindcss","ui","vue","vue-file-server"],"created_at":"2024-12-25T10:18:14.164Z","updated_at":"2026-04-11T18:02:59.333Z","avatar_url":"https://github.com/simplyhexagonal.png","language":"HTML","funding_links":["https://opencollective.com/simplyhexagonal","https://www.buymeacoffee.com/jeanlescure","https://www.patreon.com/jeanlescure"],"categories":[],"sub_categories":[],"readme":"# Fastify File Browser 📂\n\nFastify File Browser provides a simple yet blazing fast file browser UI for viewing and downloading\nlocal files within the working directory where you run it.\n\n![](https://raw.githubusercontent.com/simplyhexagonal/fastify-file-browser/main/demo.gif)\n\n- [LIVE DEMO](https://simplyhexagonal.github.io/fastify-file-browser/demo/) (file uploads turned off)\n\nBuilt using:\n\n- [Fastify](https://www.fastify.io/) - HTTP Server\n- [Vue JS](https://vuejs.org/) - UI Markup\n- [Tailwind CSS](https://tailwindcss.com/) - UI Styles\n- [Axios](https://axios-http.com/) - Client HTTP Requests\n- [Remix Icon](https://remixicon.com/) - Icons\n\n## Open source notice\n\nThis project is part of the [Open Collective](https://opencollective.com/simplyhexagonal) project [Simply Hexagonal](https://simplyhexagonal.org)\nand is open to updates by its users, we ensure that PRs are relevant to the community.\nIn other words, if you find a bug or want a new feature, please help us by becoming one of the\n[contributors](#contributors-) ✌️ ! See the [contributing section](#contributing).\n\n## Like this module? ❤\n\nPlease consider:\n\n- [Buying me a coffee](https://www.buymeacoffee.com/jeanlescure) ☕\n- Supporting me on [Patreon](https://www.patreon.com/jeanlescure) 🏆\n- Starring this repo on [Github](https://github.com/jeanlescure/short-unique-id) 🌟\n\n## Features\n\n- Lightweight 🪶\n- Self-contained 📦\n- Simple and fast UI ✨\n- Light and Dark theme 🌗\n- Proper icons automagically shown for common filetypes 🪄\n- Toggle to view image thumbnails 🖼️\n- Reload current directory file list without having to reload tab 🔃\n- Files served with proper mime-type so browser knows how to display or download respectively 🗃️\n- Ability to show hidden files 🔍\n- Ability to upload files ☁️\n- Mobile friendly UI 📱\n\n## Usage\n\nUsing NPX:\n\n```\nnpx @simplyhexagonal/fastify-file-browser\n```\n\nInstalling globally:\n\n```\nnpm i --global @simplyhexagonal/fastify-file-browser\n```\n\n```\nfastify-file-browser\n```\n\nOptionally you can set other options using CLI arguments:\n\n```\nOptions:\n      --version             Show version number                        [boolean]\n      --port                Port number to listen on    [number] [default: 3000]\n      --host                Host name to bind to (use '0.0.0.0' to expose to the\n                             network)            [string] [default: \"127.0.0.1\"]\n      --allow-file-uploads  Allow file uploads to the server\n                                                      [boolean] [default: false]\n      --show-hidden-files   Show hidden files in directory listings\n                                                      [boolean] [default: false]\n      --max-file-size       Maximum file size (in bytes) that can be uploaded to\n                             the server             [number] [default: 20971520]\n  -h, --help                Show help                                  [boolean]\n```\n\n## Contributing\n\nYes, thank you! This plugin is community-driven, most of its features are from different authors.\nPlease update the docs and tests and add your name to the `package.json` file.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://jeanlescure.cr\"\u003e\u003cimg src=\"https://shortunique.id/assets/contributors/jeanlescure.svg\" /\u003e\u003c/a\u003e\u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd width=\"150\" align=\"center\"\u003e\u003ca href=\"#maintenance-jeanlescure\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/jeanlescure/short-unique-id/commits?author=jeanlescure\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/jeanlescure/short-unique-id/commits?author=jeanlescure\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/jeanlescure/short-unique-id/commits?author=jeanlescure\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://dianalu.design\"\u003e\u003cimg src=\"https://shortunique.id/assets/contributors/dilescure.svg\" /\u003e\u003c/a\u003e\u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd width=\"150\" align=\"center\"\u003e\u003ca href=\"https://github.com/jeanlescure/short_uuid/commits?author=DiLescure\" title=\"User Testing\"\u003e📓\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## License\n\nCopyright (c) 2023-Present [Fastify File Browser Contributors](https://github.com/simplyhexagonal/fastify-file-browser/#contributors-).\u003cbr/\u003e\nLicensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).\n\nFor your convenience, here is a list of all the licenses of this package's dependencies:\n\n- Apache-2.0\n- MIT\n- ISC\n- BSD-3-Clause\n- BSD-2-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplyhexagonal%2Ffastify-file-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplyhexagonal%2Ffastify-file-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplyhexagonal%2Ffastify-file-browser/lists"}