Go to file
Henrique Dias ce3b407c51
docs: clarify status
2025-11-14 17:49:52 +01:00
.github ci: fix workflow command 2025-11-13 17:37:50 +01:00
auth refactor: use slices.Contains to simplify code (#5483) 2025-10-17 16:45:47 +02:00
branding docs: import logo and banner (#5514) 2025-11-11 18:32:41 +01:00
cmd feat: add option to hide the login button from public-facing pages (#3922) 2025-11-14 16:21:08 +01:00
diskcache
docker chore: remove ln from init.sh 2025-07-13 21:28:46 +02:00
errors feat: better error handling for sys kill signals 2025-07-22 08:25:21 +02:00
files feat: Allow file and directory creation modes to be configured 2025-07-22 07:56:52 +02:00
fileutils feat: Allow file and directory creation modes to be configured 2025-07-22 07:56:52 +02:00
frontend feat: Updates for project File Browser (#5544) 2025-11-14 17:47:21 +01:00
http feat: add option to hide the login button from public-facing pages (#3922) 2025-11-14 16:21:08 +01:00
img fix(img):Prevent thumbnail generation for large images 2025-11-01 08:37:50 +01:00
rules
runner
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 fix(deps): update module gopkg.in/yaml.v2 to v3 (#5537) 2025-11-13 13:47:39 +01:00
users feat: allow setting ace editor theme (#3826) 2025-09-25 16:47:00 +02:00
version
www docs: update project status (#5513) 2025-11-13 17:34:52 +01:00
.dockerignore
.gitignore chore: remove unused tests 2025-11-13 14:21:11 +01:00
.golangci.yml chore: use more standard golangci-lint options 2025-11-14 16:18:12 +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 docs: clarify release 2025-11-13 17:39:51 +01:00
CODE-OF-CONDUCT.md
CONTRIBUTING.md docs: improve contribution documentation (#5540) 2025-11-13 17:16:50 +01:00
Dockerfile build: lightweight busybox-based container build (#5285) 2025-07-13 08:37:20 +02:00
Dockerfile.s6 fix: add libcap to Dockerfile.s6 2025-08-16 08:01:18 +02:00
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 chore(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#5535) 2025-11-13 16:07: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 feat: better error handling for sys kill signals 2025-07-22 08:25:21 +02:00
renovate.json chore: use 'chore' instead of 'fix' in renovate 2025-11-13 14:10:06 +01:00
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