From: Guillaume Hullin Date: Mon, 22 May 2023 13:53:09 +0000 (+0200) Subject: Adding doc on how to setup Fail2ban (#3414) X-Git-Tag: v1.15.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8afb22902de88357cfd143213eee3ef411766d8;p=thirdparty%2Fpaperless-ngx.git 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> --- diff --git a/docs/setup.md b/docs/setup.md index 258b7b4cf6..8cf971d3bc 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.