Currently there is no recommendet setting on how to place the app behind (another) reverse proxy and keep the TLS Client auth functionality.
### ignore_pluginoutput is being lost
### Uploads of big audits can fail inside `pwndoc-backend`
Currently PwnDoc doesn't expect big audits. Some actions can silently - in API it looks like:
-`http.client.RemoteDisconnected: Remote end closed connection without response`
-`urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))`
There is a [supposedly solved issue](https://github.com/pwndoc/pwndoc/issues/222) on the main repo, though I can't find the actual fix. I've done [partialy fix](https://github.com/BorysekOndrej/pwndoc/commit/b0b5d4d8eb63743b027a31cdf8a0be6fc0c681e0), though this is only for Finding creation, I haven't done the rest.