From 5f82bf8abc147fb4d1e551c7e7b2df5245a37c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Tue, 30 Apr 2024 08:21:54 +0200 Subject: [PATCH] docs: Add warning about running as root --- docs/services/paperless-ngx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/services/paperless-ngx.md b/docs/services/paperless-ngx.md index a0a5690..83602bd 100644 --- a/docs/services/paperless-ngx.md +++ b/docs/services/paperless-ngx.md @@ -2,6 +2,7 @@ [Paperless-ngx](https://paperless-ngx.com) s a community-supported open-source document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper. MASH can install paperless-ngx with the [`mother-of-all-self-hosting/ansible-role-paperless`](https://github.com/mother-of-all-self-hosting/ansible-role-paperless) ansible role. +**Warning** Paperless-ngx currently [does not support](https://github.com/paperless-ngx/paperless-ngx/issues/6352) running the container rootless, therfore the role has not the usual security features of other services provided by this playbook. This put your system more at higher risk as vulerabilities can have a higher impact. ## Dependencies