📂 Web File Browser
Go to file
2024-05-19 12:01:40 +02:00
.github
.tx
auth chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
cmd chore: fix some typos in comments (#3108) 2024-04-24 23:15:18 +02:00
diskcache
docker/root
errors
files
fileutils
frontend fix: add overlay for sidebar on mobile (#3197) 2024-05-19 12:00:31 +02:00
http
img
rules
runner chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
scripts
search chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
settings
share
storage chore: fix golangci-lint errors 2024-04-01 18:24:06 +02:00
tools
users
version chore: versioning with ldflags (#726) 2019-05-12 21:08:43 +01:00
.dockerignore
.gitignore
.golangci.yml
.goreleaser.yml
.versionrc
CHANGELOG.md
commitlint.config.js
common.mk
docker_config.json
Dockerfile
Dockerfile.s6
Dockerfile.s6.aarch64
Dockerfile.s6.armhf
go.mod
go.sum
healthcheck.sh
LICENSE
main.go chore: remove GOMAXPROCS setting (#1803) 2022-02-08 19:56:04 +01:00
Makefile
README.md
SECURITY.md
tools.mk

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.