No description
Find a file
2025-12-06 11:37:24 +01:00
.github ci: use docs on GitHub Pages 2025-11-30 08:49:24 +01:00
auth refactor: cleanup package names (#5605) 2025-12-06 10:52:11 +01:00
branding docs: import logo and banner (#5514) 2025-11-11 18:32:41 +01:00
cmd refactor: cleanup package names (#5605) 2025-12-06 10:52: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 refactor: cleanup package names (#5605) 2025-12-06 10:52:11 +01:00
files refactor: cleanup package names (#5605) 2025-12-06 10:52:11 +01:00
fileutils feat: Allow file and directory creation modes to be configured 2025-07-22 07:56:52 +02:00
frontend feat: update translations 2025-12-06 11:23:24 +01:00
http refactor: cleanup package names (#5605) 2025-12-06 10:52:11 +01:00
img chore: remove 'nolint' comments 2025-11-15 09:01:21 +01:00
rules fix: hide dotfile error on share 2021-03-18 18:24:24 +00:00
runner chore: remove 'nolint' comments 2025-11-15 09:01:21 +01:00
search chore: use more standard golangci-lint options 2025-11-14 16:18:12 +01:00
settings refactor: cleanup package names (#5605) 2025-12-06 10:52:11 +01:00
share refactor: cleanup package names (#5605) 2025-12-06 10:52:11 +01:00
storage refactor: cleanup package names (#5605) 2025-12-06 10:52:11 +01:00
users refactor: cleanup package names (#5605) 2025-12-06 10:52:11 +01:00
version chore: fix typos (#3490) 2024-09-23 11:55:07 +02:00
www chore(docs): update CLI documentation 2025-11-30 09:07:56 +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 build: lightweight busybox-based container build (#5285) 2025-07-13 08:37:20 +02:00
.versionrc chore: replace release-please with commit-and-tag-version 2025-11-13 14:03:41 +01:00
CHANGELOG.md chore(release): 2.51.0 2025-12-06 11:37:24 +01:00
CODE-OF-CONDUCT.md docs: improvements to building and docs (#5234) 2025-06-29 09:28:39 +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 fix: add libcap to Dockerfile.s6 2025-08-16 08:01:18 +02:00
go.mod chore: dependency updates 2025-12-06 11:33:43 +01:00
go.sum chore: dependency updates 2025-12-06 11:33:43 +01: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: clarify status 2025-11-14 17:49:52 +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 chore: remove cz_CS from transifex.yaml 2025-06-24 17:05:12 +02: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.
  • No new features will be implemented by maintainers. Pull requests for new features will be reviewed on a case by case basis.
  • The priority is triaging issues, addressing security issues and reviewing pull requests meant to solve bugs.

Contributing

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

License

Apache License 2.0 © File Browser Contributors