From 79262b631d663315db803d1ee2ac3c6322cd61df Mon Sep 17 00:00:00 2001 From: Jonas Winkler Date: Fri, 13 Nov 2020 21:28:08 +0100 Subject: [PATCH] more documentation. --- docs/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bb5fbd0bd..18d6b7ef9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -56,7 +56,9 @@ paperless-ng 1.0 management command. * **Removed [breaking]:** Reminders. * **Removed:** All customizations made to the django admin pages. - +* **Removed [breaking]:** The docker image no longer supports SSL. If you want to expose + paperless to the internet, hide paperless behind a proxy server that handles SSL + requests. * **Internal changes:** Mostly code cleanup, including: * Rework of the code of the tesseract parser. This is now a lot cleaner.