TLS error handling

This commit is contained in:
ed
2019-06-25 23:21:15 +00:00
parent b0c2fc91b2
commit 0bfb778446
2 changed files with 24 additions and 4 deletions

View File

@@ -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