Skip to content

zfxkj/filebrowser

 
 

Repository files navigation

基于原项目修改

在原项目的基础上添加了分享链接的自定义功能,该功能的实现要感谢zfb132提供技术性指导。
docker 使用方法

docker run \
    -v /path/to/root:/srv \
    -v /path/to/filebrowser.db:/database/filebrowser.db \
    -v /path/to/settings.json:/config/settings.json \
    -v /path/to/database.db:/database.db \
    -e PUID=$(id -u) \
    -e PGID=$(id -g) \
    -p 8080:80 \
    zfxkj/filebrowser:latest

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.

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.

Languages

  • Go 46.3%
  • Vue 32.9%
  • CSS 10.6%
  • JavaScript 8.3%
  • HTML 0.9%
  • Makefile 0.8%
  • Other 0.2%