You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
dependabot[bot] 065959451d
build(deps): bump vue-i18n from 9.10.2 to 9.14.2 in /frontend (#3618)
6 hours ago
.github chore: bump 'actions/stale' to latest version (#3489) 2 months ago
.tx feat: add Czech translation (#3416) 3 months ago
auth chore: fix golangci-lint errors 8 months ago
cmd chore: fix typos (#3490) 2 months ago
diskcache chore: fix golangci-lint errors 8 months ago
docker/root fix: change location of custom init scripts (#3493) 2 months ago
errors fix: don't allow to remove root user 4 years ago
files chore: fix typos (#3490) 2 months ago
fileutils chore: fix typos (#3490) 2 months ago
frontend build(deps): bump vue-i18n from 9.10.2 to 9.14.2 in /frontend (#3618) 6 hours ago
http chore: fix typos (#3490) 2 months ago
img chore: fix golangci-lint errors 8 months ago
rules fix: hide dotfile error on share 4 years ago
runner fix: command not found in shell (#3438) 3 months ago
scripts build: use make for building the project (#1304) 4 years ago
search chore: fix golangci-lint errors 8 months ago
settings chore: fix golangci-lint errors 8 months ago
share feat: allow to password protect shares (#1252) 4 years ago
storage chore: fix golangci-lint errors 8 months ago
tools build: bump golangci-lint to 1.60.3 3 months ago
users chore: upgrade golangci-lint to 1.51.1 2 years ago
version chore: fix typos (#3490) 2 months ago
.dockerignore fix: solve docker build failed issue (#2797) 1 year ago
.gitignore feat: migrate to vue 3 (#2689) 8 months ago
.golangci.yml chore: fix golangci-lint errors 8 months ago
.goreleaser.yml build: fix goreleaser file 3 months ago
.versionrc build: use make for building the project (#1304) 4 years ago
CHANGELOG.md chore(release): 2.31.2 2 months ago
Dockerfile feat: add a healthcheck script that works with a dynamic port (#2510) 1 year ago
Dockerfile.s6 build: update to alpine 3.20 (#3447) 3 months ago
Dockerfile.s6.aarch64 build: update to alpine 3.20 (#3447) 3 months ago
LICENSE chore: add circle ci and use external assets 7 years ago
Makefile ci: add pr lint workflow (#3157) 7 months ago
README.md docs: add demo url to README 1 year ago
SECURITY.md Create SECURITY.md 3 years ago
commitlint.config.js build: use make for building the project (#1304) 4 years ago
common.mk fix: build on FreeBSD and non-Linux platforms (#2332) 2 years ago
docker_config.json build: revert to using the default alpine based docker image 3 years ago
go.mod build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#3574) 4 weeks ago
go.sum build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#3574) 4 weeks ago
healthcheck.sh fix: handle quotes in healthcheck.sh (#3130) 7 months ago
main.go chore: remove GOMAXPROCS setting (#1803) 3 years ago
tools.mk build: refactor makefile 3 years ago

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.