72 lines
1.5 KiB
Markdown
72 lines
1.5 KiB
Markdown
|
## 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
|
||
|
|
||
|
![](md/7c96e5a5bc1640feb5977ebf43ae8fd81694489134138_60012.png)
|
||
|
|
||
|
|
||
|
Demo site: [https://demo.filesbox.cn](https://demo.filesbox.cn)
|
||
|
|
||
|
Account & password: Demo / Demo123
|
||
|
|
||
|
中文网站: [https://www.filesbox.cn](https://www.filesbox.cn)
|
||
|
|
||
|
**Features**
|
||
|
|
||
|
- Account Management
|
||
|
- Roles and Privilege Management
|
||
|
- Files Management, Move/Copy/Clone/Delete files
|
||
|
- Preview pictures & Camera raws
|
||
|
- Preview office docs
|
||
|
- Play music & videos
|
||
|
- Preview zips, online zip & unzip
|
||
|
- Share folders & files with password
|
||
|
- Capture Screen & Record video
|
||
|
- iOS \ Android APP \ WeChat mini program
|
||
|
|
||
|
|
||
|
# Screenshot
|
||
|
|
||
|
File Manager
|
||
|
![](md/d5d77483bce74b888d053d60810410a11694754791863_60012.png)
|
||
|
Pictures
|
||
|
![](md/a14b6be68e734f06a23d1975848fe74d1694755242303_60012.png)
|
||
|
Videos
|
||
|
![](md/videos.png)
|
||
|
Video Editor
|
||
|
![](md/b7c5ab69d5e64bed9d1553c8a65d251d1694754947257_60012.png)
|
||
|
APP
|
||
|
![](md/mobile.png)
|
||
|
![](md/mobile2.png)
|
||
|
Backend
|
||
|
![](md/backend.png)
|
||
|
|
||
|
### Install
|
||
|
|
||
|
1. Install from source
|
||
|
|
||
|
|
||
|
```
|
||
|
git clone git@github.com:wujihulian/filesbox.git
|
||
|
chmod -RF 777 ./filesbox/*
|
||
|
```
|
||
|
|
||
|
|
||
|
2. Install via download
|
||
|
|
||
|
|
||
|
```
|
||
|
wget https://codeload.github.com/wujihulian/filesbox/zip/refs/heads/master
|
||
|
unzip filesbox-master.zip
|
||
|
chomd -Rf 777 ./*
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
**Contact**
|
||
|
Email: 6267294@qq.com
|
||
|
|
||
|
|
||
|
|