Update README.md

This commit is contained in:
Zhu 2023-09-20 13:52:04 +08:00 committed by GitHub
parent 021c0636ab
commit 51af50083e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +1,21 @@
## introduce ## Introduce
Filesbox is a powerful file manager , which you can view & edit a lot of kinds of files, including office files, pictures, vidoes in web browser. It also offer iOS \ Android APP and WeChat mini program. The server can run either online or locally on Linux Filesbox is a powerful file manager , which you can view & edit a lot of kinds of files, including office files, pictures, vidoes in web browser. It also offer iOS \ Android APP and WeChat mini program. The server can run either online or locally on Linux
![](//cdn.filesbox.cn/uploads/image/2023_9/12/7c96e5a5bc1640feb5977ebf43ae8fd81694489134138_60012.png) ![](md/7c96e5a5bc1640feb5977ebf43ae8fd81694489134138_60012.png)
Demo site: [https://demo.filesbox.cn](https://demo.filesbox.cn) Demo site: [https://demo.filesbox.cn](https://demo.filesbox.cn)
Account: Demo / Demo123
Account & password: Demo / Demo123
中文网站: [https://www.filesbox.cn](https://www.filesbox.cn)
**Features** **Features**
- Account Management - Account Management
- Roles and Privilege Management - Roles and Privilege Management
- Files Management, Move/Copy/Clone/Delete files - Files Management, Move/Copy/Clone/Delete files
- Preview pictures & camera raws - Preview pictures & Camera raws
- Preview office docs - Preview office docs
- Play music & videos - Play music & videos
- Preview zips, online zip & unzip - Preview zips, online zip & unzip
@ -25,15 +27,18 @@ Account: Demo / Demo123
# Screenshot # Screenshot
File Manager File Manager
![](//cdn.filesbox.cn/uploads/image/2023_9/15/d5d77483bce74b888d053d60810410a11694754791863_60012.png) ![](md/d5d77483bce74b888d053d60810410a11694754791863_60012.png)
Pictures Pictures
![](//cdn.filesbox.cn/uploads/image/2023_9/15/a14b6be68e734f06a23d1975848fe74d1694755242303_60012.png) ![](md/a14b6be68e734f06a23d1975848fe74d1694755242303_60012.png)
Videos Videos
![](//cdn.filesbox.cn/uploads/image/2023_9/15/126080467cce489f93587e6af91592721694755064625_60012.png) ![](md/videos.png)
Video Editor Video Editor
![](//cdn.filesbox.cn/uploads/image/2023_9/15/b7c5ab69d5e64bed9d1553c8a65d251d1694754947257_60012.png) ![](md/b7c5ab69d5e64bed9d1553c8a65d251d1694754947257_60012.png)
APP
![](md/mobile.png)
![](md/mobile2.png)
Backend
![](md/backend.png)
### Install ### Install
@ -41,8 +46,8 @@ Video Editor
``` ```
git clone git@github.com:wujihulian/wjhl_disk.git git clone git@github.com:wujihulian/filesbox.git
chmod -RF 777 ./wjhl_disk/* chmod -RF 777 ./filesbox/*
``` ```
@ -50,8 +55,8 @@ chmod -RF 777 ./wjhl_disk/*
``` ```
wget https://github.com/wujihulian/wjhl_disk/archive/refs/heads/master.zip wget https://codeload.github.com/wujihulian/filesbox/zip/refs/heads/master
unzip wjhl_disk-master.zip unzip filesbox-master.zip
chomd -Rf 777 ./* chomd -Rf 777 ./*
``` ```