Go to file
Daniel Gonzalez 998180507c
Create INSTRUCTIONS.md
instructions for adaptations
2025-06-01 21:55:50 -04:00
.github build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
.tx
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
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 build(deps-dev): bump vite from 6.0.11 to 6.1.6 in /frontend (#3886) 2025-05-19 13:49:42 +02:00
http chore: fix typos (#3490) 2024-09-23 11:55:07 +02:00
img
rules
runner
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
INSTRUCTIONS.md Create INSTRUCTIONS.md 2025-06-01 21:55:50 -04: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
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.