Go to file
MSomnium Studios e6c674b3c6
fix: show login when session token expires
2025-09-19 15:09:26 +02:00
.github build: bump to go 1.24 2025-07-27 13:14:03 +02:00
auth refactor: to use strings.Lines 2025-09-13 07:57:18 +02:00
cmd fix: add missing CLI flags for user management (#5351) 2025-08-09 07:42:42 +02: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 fix: show login when session token expires 2025-09-19 15:09:26 +02:00
http feat: Allow file and directory creation modes to be configured 2025-07-22 07:56:52 +02:00
img
rules
runner
scripts
search
settings feat: Allow file and directory creation modes to be configured 2025-07-22 07:56:52 +02:00
share
storage
tools build(deps): bump github.com/go-viper/mapstructure/v2 in /tools 2025-08-22 09:02:02 +02:00
users
version
www docs: reword configuration intro 2025-08-04 08:11:40 +02:00
.dockerignore
.gitignore
.golangci.yml
.goreleaser.yml build: lightweight busybox-based container build (#5285) 2025-07-13 08:37:20 +02:00
.versionrc
CHANGELOG.md chore(release): 2.43.0 2025-09-13 09:04:12 +02:00
CODE-OF-CONDUCT.md
CONTRIBUTING.md
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
Makefile
README.md
SECURITY.md
commitlint.config.js
common.mk
go.mod revert: build(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 2025-09-13 09:03:12 +02:00
go.sum revert: build(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 2025-09-13 09:03:12 +02:00
main.go feat: better error handling for sys kill signals 2025-07-22 08:25:21 +02:00
settings.json
tools.mk
transifex.yml

README.md

Build Go Report Card Documentation Version Chat IRC

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

[!WARNING]

This project is currently on maintenance-only mode, and is looking for new maintainers. For more information, please read the discussion #4906. Therefore, please note the following:

  • It can take a while until someone gets back to you. Please be patient.
  • Issues are only being used to track bugs. Any unrelated issues will be converted into a discussion.
  • No new features will be implemented until further notice. The priority is on triaging issues and merge bug fixes.

If you're interested in maintaining this project, please reach out via the discussion above.

Contributing

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

License

Apache License 2.0 © File Browser Contributors