📂 Web File Browser
Go to file
Henrique Dias c903619caf feat: go.mod on 2
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2019-01-05 16:10:55 +00:00
.ci rm run_linters.sh, as it is included in wizard.sh 2019-01-02 13:47:37 +01:00
.github feat: revert some scripts 2018-12-31 16:43:01 +00:00
auth feat: go.mod on 2 2019-01-05 16:10:55 +00:00
cmd feat: go.mod on 2 2019-01-05 16:10:55 +00:00
errors cleanup and bug fixing 2019-01-04 21:46:53 +00:00
files feat: go.mod on 2 2019-01-05 16:10:55 +00:00
fileutils feat: copy files again 2018-12-30 08:55:45 +00:00
frontend@8cb8fd5f6e feat: import command 2019-01-05 12:15:47 +00:00
http feat: go.mod on 2 2019-01-05 16:10:55 +00:00
rules ugh 2019-01-04 12:30:52 +00:00
runner feat: go.mod on 2 2019-01-05 16:10:55 +00:00
search feat: go.mod on 2 2019-01-05 16:10:55 +00:00
settings feat: go.mod on 2 2019-01-05 16:10:55 +00:00
share feat: go.mod on 2 2019-01-05 16:10:55 +00:00
storage feat: go.mod on 2 2019-01-05 16:10:55 +00:00
users feat: go.mod on 2 2019-01-05 16:10:55 +00:00
version ugh 2019-01-04 12:30:52 +00:00
.dockerignore fix: move everything to LF (#588) 2018-12-28 19:19:54 +00:00
.gitignore feat: merge everything into a shell script 2018-12-31 18:30:34 +00:00
.gitmodules add filebrowser/frontend as a submodule 2018-08-05 10:58:21 +01:00
.golangci.yml replace gometalinter with golangci-lint (#596) 2019-01-02 03:13:53 +01:00
.goreleaser.yml feat: many updates (see PR) 2018-12-28 23:40:11 +00:00
.travis.yml replace gometalinter with golangci-lint (#596) 2019-01-02 03:13:53 +01:00
docker-entrypoint.sh fix: docker image initialized DB with quick setup if doesnt exist 2019-01-04 23:29:50 +00:00
Dockerfile fix: docker image initialized DB with quick setup if doesnt exist 2019-01-04 23:29:50 +00:00
go.mod feat: go.mod on 2 2019-01-05 16:10:55 +00:00
go.sum feat: do not depend on cobra's doc gen 2019-01-05 14:54:06 +00:00
LICENSE chore: add circle ci and use external assets 2018-02-01 16:18:44 +00:00
main.go feat: go.mod on 2 2019-01-05 16:10:55 +00:00
README.md Update README.md 2019-01-04 23:47:41 +00:00
wizard.sh fix: wizard path 2019-01-04 22:44:10 +00:00

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.