mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 22:08:38 +10:00
TLS error handling
This commit is contained in:
12
README.md
12
README.md
@@ -3,6 +3,7 @@
|
||||
* http file sharing hub (py2/py3)
|
||||
* MIT-Licensed, 2019-05-26, ed @ irc.rizon.net
|
||||
|
||||
|
||||
## summary
|
||||
|
||||
turn your phone or raspi into a portable file server with resumable uploads/downloads using IE6 or any other browser
|
||||
@@ -11,6 +12,7 @@ turn your phone or raspi into a portable file server with resumable uploads/down
|
||||
* *resumable* uploads need `firefox 12+` / `chrome 6+` / `safari 6+` / `IE 10+`
|
||||
* code standard: `black`
|
||||
|
||||
|
||||
## status
|
||||
|
||||
* [x] sanic multipart parser
|
||||
@@ -49,6 +51,7 @@ after the initial setup (and restarting bash), you can launch copyparty at any t
|
||||
|
||||
|
||||
# dev env setup
|
||||
|
||||
```sh
|
||||
python3 -m venv .env
|
||||
. .env/bin/activate
|
||||
@@ -58,6 +61,15 @@ pip install black bandit pylint flake8 # vscode tooling
|
||||
```
|
||||
|
||||
|
||||
# how to release
|
||||
|
||||
in the `scripts` folder:
|
||||
|
||||
* run `make -C deps-docker` to build all dependencies
|
||||
* create github release with `make-tgz-release.sh`
|
||||
* upload to pypi with `make-pypi-release.(sh|bat)`
|
||||
|
||||
|
||||
# immediate todo
|
||||
|
||||
roughly sorted by priority
|
||||
|
||||
Reference in New Issue
Block a user