![]() `@closed` hook gets called for all actions, whether user initiated or not. This is the source of auto-closing modals without user interaction reported in #3303 and #3519. While testing its effects, I also discovered other little issues but I have no clue how to Vue so I'll leave it to the big bois. 1. Moving a file to the same folder prompts a second modal. If you hit rename it doesn't ask you for the name, it just appends `(1)` and then complains that it cannot find the file if you try move again. 2. Creating a new file with the same name of an existing one does not issue a toast notification. That's because `files.ts` api does not return a properly formatted `StatusError` [here](https://github.com/filebrowser/filebrowser/blob/master/frontend/src/api/files.ts#L139). |
||
---|---|---|
.github | ||
.tx | ||
auth | ||
cmd | ||
diskcache | ||
docker/root | ||
errors | ||
files | ||
fileutils | ||
frontend | ||
http | ||
img | ||
rules | ||
runner | ||
scripts | ||
search | ||
settings | ||
share | ||
storage | ||
tools | ||
users | ||
version | ||
.dockerignore | ||
.gitignore | ||
.golangci.yml | ||
.goreleaser.yml | ||
.versionrc | ||
CHANGELOG.md | ||
Dockerfile | ||
Dockerfile.s6 | ||
Dockerfile.s6.aarch64 | ||
LICENSE | ||
Makefile | ||
README.md | ||
SECURITY.md | ||
commitlint.config.js | ||
common.mk | ||
docker_config.json | ||
go.mod | ||
go.sum | ||
healthcheck.sh | ||
main.go | ||
tools.mk |
README.md
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.