fiee 素材库微服务模块
Go to file
2025-06-06 10:02:16 +08:00
.github first commit 2025-05-22 14:26:07 +08:00
.tx first commit 2025-05-22 14:26:07 +08:00
api/files 补充返回参数 2025-06-03 15:52:13 +08:00
auth first commit 2025-05-22 14:26:07 +08:00
cmd 监听退出信号 2025-05-26 09:17:00 +08:00
cmd_old first commit 2025-05-22 14:26:07 +08:00
conf first commit 2025-05-22 14:26:07 +08:00
diskcache first commit 2025-05-22 14:26:07 +08:00
docker/root first commit 2025-05-22 14:26:07 +08:00
errors first commit 2025-05-22 14:26:07 +08:00
files first commit 2025-05-22 14:26:07 +08:00
fileutils first commit 2025-05-22 14:26:07 +08:00
frontend first commit 2025-05-22 14:26:07 +08:00
http first commit 2025-05-22 14:26:07 +08:00
img first commit 2025-05-22 14:26:07 +08:00
rules first commit 2025-05-22 14:26:07 +08:00
runner first commit 2025-05-22 14:26:07 +08:00
scripts first commit 2025-05-22 14:26:07 +08:00
search first commit 2025-05-22 14:26:07 +08:00
service 空列表修复 2025-06-04 10:49:01 +08:00
settings first commit 2025-05-22 14:26:07 +08:00
share first commit 2025-05-22 14:26:07 +08:00
storage first commit 2025-05-22 14:26:07 +08:00
tools first commit 2025-05-22 14:26:07 +08:00
users first commit 2025-05-22 14:26:07 +08:00
version first commit 2025-05-22 14:26:07 +08:00
.gitignore first commit 2025-05-22 14:26:07 +08:00
.golangci.yml first commit 2025-05-22 14:26:07 +08:00
.goreleaser.yml first commit 2025-05-22 14:26:07 +08:00
.versionrc first commit 2025-05-22 14:26:07 +08:00
CHANGELOG.md first commit 2025-05-22 14:26:07 +08:00
commitlint.config.js first commit 2025-05-22 14:26:07 +08:00
common.mk first commit 2025-05-22 14:26:07 +08:00
docker_config.json first commit 2025-05-22 14:26:07 +08:00
Dockerfile 添加dockerfile 2025-06-06 10:02:16 +08:00
Dockerfile.s6 first commit 2025-05-22 14:26:07 +08:00
Dockerfile.s6.aarch64 first commit 2025-05-22 14:26:07 +08:00
DockerfileTest 添加dockerfile 2025-06-06 10:02:16 +08:00
go.mod 依赖修改 2025-06-03 13:20:14 +08:00
go.sum 添加文件打包下载 2025-06-03 10:50:42 +08:00
healthcheck.sh first commit 2025-05-22 14:26:07 +08:00
main.go first commit 2025-05-22 14:26:07 +08:00
Makefile first commit 2025-05-22 14:26:07 +08:00
README.md first commit 2025-05-22 14:24:11 +08:00
SECURITY.md first commit 2025-05-22 14:26:07 +08:00
tools.mk first commit 2025-05-22 14:26:07 +08:00

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.