summaryrefslogtreecommitdiffstats
path: root/main.py
Commit message (Collapse)AuthorAgeFilesLines
* Add warning error background & scrollbar fixHEADmasterJannik Schönartz2019-06-041-2/+5
|
* Ping requests now consideres the exitcode of the subprocessJannik Schönartz2019-04-041-3/+9
| | | | removed config file and add template.
* Thrift: Verify SSL certSimon Rettberg2019-02-131-1/+2
|
* Thrift chang to default ssl contextJannik Schönartz2019-02-131-8/+11
| | | | | Instead of the filepath of the certs the default ssl context is used Instead of the three file paths you can give as 6th arguments true / false to enable / disable ssl
* Replace timestamps in the log with unix timestampsJannik Schönartz2019-02-121-10/+13
|
* Add thrift ssl support, more error handlingJannik Schönartz2019-02-121-6/+16
| | | | | | | Thrift ssl support: Extend your thrift bwlp.config with the path of cafile, certfile and keyfile (see example bwlp.config) Add ssl file not found error handling Add error handling for all exceptions and log them
* Write update timestamp to html outputSimon Rettberg2019-02-041-1/+2
|
* Remove pointless copySimon Rettberg2019-02-041-3/+0Star
|
* Sanitize file namesSimon Rettberg2019-02-041-0/+273