mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
update readme
This commit is contained in:
parent
df2c158142
commit
c758679740
21
README.md
21
README.md
|
@ -17,14 +17,15 @@ turn your phone or raspi into a portable file server with resumable uploads/down
|
||||||
* [x] load balancer (multiprocessing)
|
* [x] load balancer (multiprocessing)
|
||||||
* [ ] upload (plain multipart, ie6 support)
|
* [ ] upload (plain multipart, ie6 support)
|
||||||
* [ ] upload (js, resumable, multithreaded)
|
* [ ] upload (js, resumable, multithreaded)
|
||||||
* [ ] download
|
* [x] download
|
||||||
* [ ] browser
|
* [x] browser
|
||||||
|
* [x] media player
|
||||||
* [ ] thumbnails
|
* [ ] thumbnails
|
||||||
* [ ] download as zip
|
* [ ] download as zip
|
||||||
* [ ] volumes
|
* [x] volumes
|
||||||
* [ ] accounts
|
* [x] accounts
|
||||||
|
|
||||||
conclusion: don't bother
|
conclusion: mostly useless
|
||||||
|
|
||||||
## dependencies
|
## dependencies
|
||||||
|
|
||||||
|
@ -32,8 +33,10 @@ conclusion: don't bother
|
||||||
* markupsafe
|
* markupsafe
|
||||||
|
|
||||||
## dev env
|
## dev env
|
||||||
|
```
|
||||||
|
python3 -v venv .env
|
||||||
|
. .env/bin/activate
|
||||||
|
pip install jinja2 # dependencies
|
||||||
|
pip install black bandit pylint flake8 # vscode tooling
|
||||||
|
```
|
||||||
|
|
||||||
python3 -v venv .env
|
|
||||||
. .env/bin/activate
|
|
||||||
pip install jinja2 # dependencies
|
|
||||||
pip install black bandit pylint flake8 # vscode tooling
|
|
||||||
|
|
Loading…
Reference in a new issue