1
0
1Panel-Appstore/apps/filebrowser/README.md

38 lines
2.3 KiB
Markdown
Raw Normal View History

2023-11-09 19:15:01 +08:00
# 使用说明
2025-07-03 11:40:55 +08:00
* 默认账户密码
2023-11-09 19:15:01 +08:00
```
usernameadmin
passwordadmin
```
# 原始相关
2025-07-03 11:40:55 +08:00
![](https://raw.githubusercontent.com/filebrowser/logo/master/banner.png)
2023-11-09 19:15:01 +08:00
![Preview](https://user-images.githubusercontent.com/5447088/50716739-ebd26700-107a-11e9-9817-14230c53efd2.gif)
2025-07-03 11:40:55 +08:00
[![Build](https://github.com/filebrowser/filebrowser/actions/workflows/main.yaml/badge.svg)](https://github.com/filebrowser/filebrowser/actions/workflows/main.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/filebrowser/filebrowser?style=flat-square)](https://goreportcard.com/report/github.com/filebrowser/filebrowser) [![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/filebrowser/filebrowser) [![Version](https://img.shields.io/github/release/filebrowser/filebrowser.svg?style=flat-square)](https://github.com/filebrowser/filebrowser/releases/latest) [![Chat IRC](https://img.shields.io/badge/freenode-%23filebrowser-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23filebrowser)
2023-11-09 19:15:01 +08:00
2025-07-03 11:40:55 +08:00
filebrowser 在指定目录内提供了一个文件管理界面,可用于上传、删除、预览、重命名和编辑您的文件。它允许创建多个用户,每个用户都可以拥有自己的目录。它可以作为一个独立的应用程序使用。
2023-11-09 19:15:01 +08:00
2025-07-03 11:40:55 +08:00
## 功能
2023-11-09 19:15:01 +08:00
2025-07-03 11:40:55 +08:00
请参阅我们的文档:[https://filebrowser.org/features](https://filebrowser.org/features)
2023-11-09 19:15:01 +08:00
2025-07-03 11:40:55 +08:00
## 安装
2023-11-09 19:15:01 +08:00
2025-07-03 11:40:55 +08:00
有关安装说明,请参阅我们的文档:[https://filebrowser.org/installation](https://filebrowser.org/installation)。
2023-11-09 19:15:01 +08:00
2025-07-03 11:40:55 +08:00
## 配置
2023-11-09 19:15:01 +08:00
2025-07-03 11:40:55 +08:00
[认证方法](https://filebrowser.org/configuration/authentication-method) \- 您可以更改用户与 filebrowser 服务器进行认证的方式
2023-11-09 19:15:01 +08:00
2025-07-03 11:40:55 +08:00
[命令运行器](https://filebrowser.org/configuration/command-runner) \- 命令运行器是一个功能,允许你在某个事件之前或之后执行任何你想要的 shell 命令。
2023-11-09 19:15:01 +08:00
2025-07-03 11:40:55 +08:00
[自定义品牌](https://filebrowser.org/configuration/custom-branding) \- 你可以通过更改其名称为任何你想要的,添加全局自定义样式表以及使用你自己的标志(如果需要)来自定义你的文件浏览器安装。
2023-11-09 19:15:01 +08:00
2025-07-03 11:40:55 +08:00
## 贡献
2023-11-09 19:15:01 +08:00
2025-07-03 11:40:55 +08:00
如果你有兴趣为这个项目做出贡献,我们的文档是最好的起点 [https://filebrowser.org/contributing](https://filebrowser.org/contributing).