Go to file
1138-4EB b660404bfe reduce code duplication
Former-commit-id: fa4946eff4f979e8fd3550a0b11f3ab147177b8f [formerly cd071c220157452a095325c049d801e99d2f8a94] [formerly 7a619be88fb162ddbf897387a31577fd3e94bfec [formerly ef56112711]]
Former-commit-id: 692897eac98f1d8d4a916d0ef0aa342b994a186b [formerly 69d9f127de2deadbbcaa0174fc1a4613ce2cb93d]
Former-commit-id: 49c5aef77aa74ec8352368627c98b9e50d417228
2019-01-08 16:19:17 +01:00
.ci
.github
auth feat: config/users import/export (#613) 2019-01-08 08:57:24 +00:00
cmd fix: root 2019-01-08 14:43:46 +00:00
errors
files
fileutils
frontend@2ed87febcb feat: update frontend 2019-01-08 14:29:18 +00:00
http feat: make server options a struct (#615) 2019-01-08 10:29:09 +00:00
rules
runner
search
settings feat: make server options a struct (#615) 2019-01-08 10:29:09 +00:00
share
storage reduce code duplication 2019-01-08 16:19:17 +01:00
users reduce code duplication 2019-01-08 16:19:17 +01:00
version
.dockerignore
.filebrowser.docker.json fix: use server options from DB too (#616) 2019-01-08 14:07:55 +00:00
.gitignore
.gitmodules
.golangci.yml
.goreleaser.yml
.travis.yml
Dockerfile fix: use server options from DB too (#616) 2019-01-08 14:07:55 +00:00
LICENSE
README.md
go.mod
go.sum
main.go
wizard.sh

README.md

Preview

Travis Go Report Card Documentation Version Chat IRC

INFO: This project is not under active development ATM. A small group of developers keeps the project alive, but due to lack of time, we can't continue adding new features or doing deep changes. Please read #532 for more info!

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 or as a middleware.

Features

Please refer to our docs at docs.filebrowser.xyz/features

Install

Please refer to our docs at docs.filebrowser.xyz.

Usage

Please refer to our docs at docs.filebrowser.xyz/usage.

Contributing

Please refer to our docs at docs.filebrowser.xyz/contributing.