Go to file
Kcchouette 7a48fd0c3e
Merge branch 'master' into patch-1
2025-05-20 11:23:27 +00:00
.github build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
.tx feat: add Czech translation (#3416) 2024-08-27 10:49:33 +02:00
auth fix: Fix user creation on proxy auth (#3666) 2025-01-30 11:28:19 +01:00
cmd chore: fix typos (#3490) 2024-09-23 11:55:07 +02:00
diskcache
docker/root fix: change location of custom init scripts (#3493) 2024-09-23 11:34:39 +02:00
errors
files chore: fix typos (#3490) 2024-09-23 11:55:07 +02:00
fileutils chore: fix typos (#3490) 2024-09-23 11:55:07 +02:00
frontend Merge branch 'master' into patch-1 2025-05-20 11:23:27 +00:00
http chore: fix typos (#3490) 2024-09-23 11:55:07 +02:00
img
rules
runner fix: command not found in shell (#3438) 2024-08-30 21:24:45 +02:00
scripts
search
settings
share
storage
tools build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /tools (#3601) 2024-12-12 18:02:05 +01:00
users
version chore: fix typos (#3490) 2024-09-23 11:55:07 +02:00
.dockerignore
.gitignore
.golangci.yml
.goreleaser.yml build: fix go releaser 2025-01-31 09:48:08 +01:00
.versionrc
CHANGELOG.md chore(release): 2.32.0 2025-01-31 09:48:22 +01:00
Dockerfile
Dockerfile.s6 fix: add proper healthcheck for S6 containers (#3691) 2025-01-30 10:29:14 +01:00
Dockerfile.s6.aarch64 fix: add proper healthcheck for S6 containers (#3691) 2025-01-30 10:29:14 +01:00
LICENSE
Makefile build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
README.md
SECURITY.md
commitlint.config.js
common.mk
docker_config.json
go.mod build(deps): bump golang.org/x/net from 0.33.0 to 0.38.0 (#3869) 2025-05-19 12:27:04 +00:00
go.sum build(deps): bump golang.org/x/net from 0.33.0 to 0.38.0 (#3869) 2025-05-19 12:27:04 +00:00
healthcheck.sh fix: handle quotes in healthcheck.sh (#3130) 2024-04-24 23:13:56 +02:00
main.go
tools.mk

README.md

Preview

Build Go Report Card Documentation Version Chat IRC

filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app.

Demo

url: https://demo.filebrowser.org/

credentials: demo/demo

Features

Please refer to our docs at https://filebrowser.org/features

Install

For installation instructions please refer to our docs at https://filebrowser.org/installation.

Configuration

Authentication Method - You can change the way the user authenticates with the filebrowser server

Command Runner - The command runner is a feature that enables you to execute any shell command you want before or after a certain event.

Custom Branding - You can customize your File Browser installation by change its name to any other you want, by adding a global custom style sheet and by using your own logotype if you want.

Contributing

If you're interested in contributing to this project, our docs are best places to start https://filebrowser.org/contributing.