command-line options for server: daemon, ssl certificates, tor and others (#70)

* --daemon and --stop options for server

* --restart and --force option

* ssl certificates and tor

* tor key path fix...

* pass host to flask

* fix bug with switching between nodes

* docs on node setup - reverse proxy and self-signed certs

* typo
This commit is contained in:
Stepan Snigirev 2020-02-25 20:57:36 +01:00 committed by GitHub
parent 556ec5f961
commit 9039bc2c4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 358 additions and 35 deletions

2
.gitignore vendored
View file

@ -7,3 +7,5 @@ build
dist
*.egg-info
.vscode
cert.pem
key.pem