Go to file
dependabot[bot] bb4bb508a9
build(deps): bump @babel/traverse in /frontend (#2775)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-02 09:03:28 +01:00
.github build: fix deprecated goreleaser config options 2023-09-15 00:59:16 +02:00
.tx
auth
cmd fix: config init for branding.disableUsedPercentage (#2576) (#2596) 2023-08-05 11:53:42 +02:00
diskcache
docker/root
errors
files perf(backend): optimize subtitles detection performance (#2637) 2023-08-26 14:53:18 +02:00
fileutils
frontend build(deps): bump @babel/traverse in /frontend (#2775) 2023-11-02 09:03:28 +01:00
http fix: avoid the front-end calling api/renew loop (#2792) 2023-11-02 09:02:51 +01:00
img
rules
runner
scripts
search
settings
share
storage
tools build(backend): upgrade golangci-lint to v1.53.3 2023-07-31 12:51:00 +02:00
users
version
.dockerignore
.gitignore refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
.golangci.yml build(backend): upgrade golangci-lint to v1.53.3 2023-07-31 12:51:00 +02:00
.goreleaser.yml build: fix deprecated goreleaser config options 2023-09-15 00:59:16 +02:00
.versionrc
CHANGELOG.md chore(release): 2.25.0 2023-09-15 00:51:58 +02:00
Dockerfile
Dockerfile.s6 fix: goreleaser docker build 2023-07-28 23:54:39 +02:00
Dockerfile.s6.aarch64 fix: goreleaser docker build 2023-07-28 23:54:39 +02:00
Dockerfile.s6.armhf fix: goreleaser docker build 2023-07-28 23:54:39 +02:00
LICENSE
Makefile
README.md docs: add demo url to README 2023-09-15 01:11:47 +02:00
SECURITY.md
commitlint.config.js
common.mk
docker_config.json
go.mod feat: integrate tus.io for resumable and chunked uploads (#2145) 2023-07-28 18:15:44 +02:00
go.sum
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.