📂 Web File Browser
Find a file
transifex-integration[bot] 7bd27f5e82
Some checks failed
Continuous Integration / Lint Backend (push) Has been cancelled
Continuous Integration / Test (push) Has been cancelled
Continuous Integration / Build (push) Has been cancelled
Continuous Integration / Lint Frontend (push) Has been cancelled
Continuous Integration / Test Frontend (push) Has been cancelled
Continuous Integration / Release (push) Has been cancelled
Docs / Build Docs (push) Has been cancelled
Docs / Build and Release Docs (push) Has been cancelled
chore: sync translations (#5901)
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-04-18 07:50:38 +02:00
.github chore(deps): update actions/upload-pages-artifact action to v5 (#5913) 2026-04-18 07:48:08 +02:00
auth fix: restrict default permissions for proxy-auth auto-provisioned users (#5890) 2026-04-04 22:02:34 +02:00
branding docs: import logo and banner (#5514) 2025-11-11 18:32:41 +01:00
cmd fix: properly surface config parse errors (#5822) 2026-03-12 07:34:11 +01:00
diskcache chore: add govet, gocritic and revive 2025-11-20 07:56:56 +01:00
docker fix: add tokenExpirationTime to config init and troubleshoot docs (#5546) 2025-11-17 08:57:02 +01:00
errors fix: check download permission when sharing permission is enabled (#5875) 2026-04-04 09:11:21 +02:00
files feat: add "disable image resolution calculation" flag (#5638) 2025-12-29 08:25:49 +01:00
fileutils feat: Allow file and directory creation modes to be configured 2025-07-22 07:56:52 +02:00
frontend chore: sync translations (#5901) 2026-04-18 07:50:38 +02:00
http fix: check download permission in resource handler (#5891) 2026-04-04 21:58:17 +02:00
img chore: remove 'nolint' comments 2025-11-15 09:01:21 +01:00
rules fix: enforce directory boundary in rule path matching (#5889) 2026-04-04 21:57:40 +02:00
runner chore: remove 'nolint' comments 2025-11-15 09:01:21 +01:00
search feat: support streaming response for search results (#5630) 2025-12-28 21:57:25 +01:00
settings feat: add "redirect after copy/move" user setting (#5662) 2026-01-10 10:27:54 +01:00
share refactor: cleanup package names (#5605) 2025-12-06 10:52:11 +01:00
storage fix: allow deleting the user's own account (#5820) 2026-03-11 19:36:05 +01:00
users fix: allow deleting the user's own account (#5820) 2026-03-11 19:36:05 +01:00
version fix: ignore version.go 2026-02-14 07:35:34 +01:00
www docs: add notice on proxy 2026-03-12 07:59:20 +01:00
.dockerignore build: publish docs to cloudflare pages (#5230) 2025-06-28 22:20:26 +02:00
.gitignore chore: remove unused tests 2025-11-13 14:21:11 +01:00
.golangci.yml chore: add govet, gocritic and revive 2025-11-20 07:56:56 +01:00
.goreleaser.yml chore: add openbsd, remove windows arm (#5695) 2026-01-18 08:59:57 +01:00
.versionrc chore: replace release-please with commit-and-tag-version 2025-11-13 14:03:41 +01:00
CHANGELOG.md chore(release): 2.63.2 2026-04-11 07:58:44 +02:00
CODE-OF-CONDUCT.md docs: improvements to building and docs (#5234) 2025-06-29 09:28:39 +02:00
compose.yaml fix: correct environment variable in compose.yaml (#5910) 2026-04-18 07:48:43 +02:00
CONTRIBUTING.md docs: add CLI usage and integrate generation in release 2025-11-16 10:14:59 +01:00
Dockerfile chore: dependency updates 2025-12-06 11:33:43 +01:00
Dockerfile.s6 chore(deps): update all non-major dependencies (#5601) 2025-12-09 21:44:27 +01:00
go.mod chore(deps): update all non-major dependencies (#5870) 2026-04-11 07:54:27 +02:00
go.sum chore(deps): update all non-major dependencies (#5870) 2026-04-11 07:54:27 +02:00
LICENSE docs: add link to contributing and license in readme 2025-06-29 10:13:01 +02:00
main.go fix: exit 0 when gracefully shutting down (#5555) 2025-11-16 14:13:21 +01:00
README.md docs: update readme 2026-03-11 19:32:42 +01:00
renovate.json ci: run renovate on weekends 2025-12-05 15:11:22 +01:00
SECURITY.md docs: improvements to building and docs (#5234) 2025-06-29 09:28:39 +02:00
Taskfile.yml chore: fix Taskfile commit when change 2025-11-17 10:02:29 +01:00
transifex.yml ci: update transifex settings 2026-03-14 07:57:18 +01:00

Build Go Report Card Version

File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview and edit your files. It is a create-your-own-cloud-kind of software where you can just install it on your server, direct it to a path and access your files through a nice web interface.

Documentation

Documentation on how to install, configure, and contribute to this project is hosted at filebrowser.org.

Project Status

This project is a finished product which fulfills its goal: be a single binary web File Browser which can be run by anyone anywhere. That means that File Browser is currently on maintenance-only mode. Therefore, please note the following:

  • It can take a while until someone gets back to you. Please be patient.
  • Issues are meant to track bugs. Unrelated issues will be converted into discussions.
  • The priority is triaging issues, addressing security issues and reviewing pull requests meant to solve bugs.
  • No new features are planned. Pull requests for new features are not guaranteed to be reviewed.

Please read @hacdias' personal reflection on the project status.

Contributing

Contributions are always welcome. To start contributing to this project, read our guidelines first.

License

Apache License 2.0 © File Browser Contributors