From: Jasmin Date: Thu, 9 Nov 2023 18:06:51 +0000 (+0100) Subject: Documentation: Add link to wiki for SELinux troubleshooting (#4528) X-Git-Tag: v2.0.0-beta.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=577b49df9d3ce302192bea0028db881a259fdfae;p=thirdparty%2Fpaperless-ngx.git Documentation: Add link to wiki for SELinux troubleshooting (#4528) * Add section for SELinux troubleshooting * Update docs/troubleshooting.md --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index bf65f1e7f8..16521ba87d 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -352,3 +352,7 @@ This is intentional as the output archive file may differ in unexpected or undes ways from the original. As the logs indicate, if you encounter this error you can set `PAPERLESS_OCR_USER_ARGS: '{"continue_on_soft_render_error": true}'` to try to 'force' processing documents with this issue. + +## Platform-Specific Deployment Troubleshooting + +A user-maintained wiki page is available to help troubleshoot issues that may arise when trying to deploy Paperless-ngx on specific platforms, for example SELinux. Please see [the wiki](https://github.com/paperless-ngx/paperless-ngx/wiki/Platform%E2%80%90Specific-Troubleshooting).