]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Changes to Redis documentation (#1441)
authorZerteax <111658582+Zerteax@users.noreply.github.com>
Sun, 21 Aug 2022 14:27:45 +0000 (16:27 +0200)
committerGitHub <noreply@github.com>
Sun, 21 Aug 2022 14:27:45 +0000 (07:27 -0700)
* Added more description in PAPERLESS_REDIS

* More Information on Redis

* Update configuration.rst

* Changed <ip> to <host>

Same as in the Documentation of Redis

* Edited the link

Linking directly to the Securing Redis part

docs/configuration.rst

index fd68f61cbf91cdb8b70c4a909286d350ded3bfe2..94c7c2e64dddd723b076a237242ddf40f14ad4be 100644 (file)
@@ -26,6 +26,12 @@ Required services
 PAPERLESS_REDIS=<url>
     This is required for processing scheduled tasks such as email fetching, index
     optimization and for training the automatic document matcher.
+    
+    * If your Redis server needs login credentials PAPERLESS_REDIS = ``redis://<username>:<password>@<host>:<port>``
+    
+    * With the requirepass option PAPERLESS_REDIS = ``redis://:<password>@<host>:<port>``
+    
+    `More information on securing your Redis Instance <https://redis.io/docs/getting-started/#securing-redis>`_.
 
     Defaults to redis://localhost:6379.