From b8afb22902de88357cfd143213eee3ef411766d8 Mon Sep 17 00:00:00 2001 From: Guillaume Hullin Date: Mon, 22 May 2023 15:53:09 +0200 Subject: [PATCH] Adding doc on how to setup Fail2ban (#3414) * Adding doc on how to setup Fail2ban * Adding notes concerning log path variable * Moved Fail2ban to Wiki * Added "Enhancing security" section to link to wiki * Update docs/setup.md Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> * Type --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/setup.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index 258b7b4cf..8cf971d3b 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -862,4 +862,8 @@ For details, refer to [configuration](/configuration). # Using nginx as a reverse proxy {#nginx} -Please see [the wiki](https://github.com/paperless-ngx/paperless-ngx/wiki/Using-a-Reverse-Proxy-with-Paperless-ngx#nginx) for user-maintained documetation of using nginx with Paperless-ngx. +Please see [the wiki](https://github.com/paperless-ngx/paperless-ngx/wiki/Using-a-Reverse-Proxy-with-Paperless-ngx#nginx) for user-maintained documentation of using nginx with Paperless-ngx. + +# Enhancing security {#security} + +Please see [the wiki](https://github.com/paperless-ngx/paperless-ngx/wiki/Using-Security-Tools-with-Paperless-ngx) for user-maintained documentation of how to configure security tools like Fail2ban with Paperless-ngx.