Go to file
Henrique Dias c4c1cea230
docs: remove partially incorrect env variables info
2025-11-16 09:01:54 +01:00
.github ci: fix workflow command 2025-11-13 17:37:50 +01:00
auth chore: remove 'nolint' comments 2025-11-15 09:01:21 +01:00
branding
cmd feat: remove importer of v1 config (#5550) 2025-11-16 07:52:53 +01:00
diskcache chore: remove 'nolint' comments 2025-11-15 09:01:21 +01:00
docker
errors
files chore: remove 'nolint' comments 2025-11-15 09:01:21 +01:00
fileutils
frontend chore(deps): update dependency vue-tsc to v3.1.4 (#5551) 2025-11-15 20:14:10 +01:00
http chore: remove 'nolint' comments 2025-11-15 09:01:21 +01:00
img chore: remove 'nolint' comments 2025-11-15 09:01:21 +01:00
rules
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 feat: add option to hide the login button from public-facing pages (#3922) 2025-11-14 16:21:08 +01:00
share
storage feat: remove importer of v1 config (#5550) 2025-11-16 07:52:53 +01:00
users chore: remove 'nolint' comments 2025-11-15 09:01:21 +01:00
version
www docs: remove partially incorrect env variables info 2025-11-16 09:01:54 +01:00
.dockerignore
.gitignore
.golangci.yml chore: use more standard golangci-lint options 2025-11-14 16:18:12 +01:00
.goreleaser.yml
.versionrc
CHANGELOG.md chore(release): 2.46.1 2025-11-15 08:51:04 +01:00
CODE-OF-CONDUCT.md
CONTRIBUTING.md docs: improve contribution documentation (#5540) 2025-11-13 17:16:50 +01:00
Dockerfile
Dockerfile.s6
LICENSE
README.md docs: clarify status 2025-11-14 17:49:52 +01:00
SECURITY.md
Taskfile.yml docs: improve contribution documentation (#5540) 2025-11-13 17:16:50 +01:00
go.mod feat: remove importer of v1 config (#5550) 2025-11-16 07:52:53 +01:00
go.sum chore(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#5535) 2025-11-13 16:07:53 +01:00
main.go
renovate.json
transifex.yml

README.md

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