From e53285bdecabc12b9c6e4fa914f328c1b9cd6892 Mon Sep 17 00:00:00 2001 From: Seth Date: Tue, 21 Oct 2025 17:16:19 -0400 Subject: [PATCH 1/2] Add note about davfs2 group creation I just went through setting up davfs2 on Arch and it did not create the davfs2 group for me. I also had to edit the config to make it use the group, once I created it, because it was defaulting to network. I was getting the following error when trying to mount it: user must be member of group network Please feel free to adjust my comment if need be. :) Signed-off-by: Seth --- user_manual/files/access_webdav.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index 3a5e4cbee59..b6e5e0e0211 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -146,6 +146,9 @@ automatically every time you log in to your Linux computer. usermod -aG davfs2 +.. note:: + **If the davfs2 group doesn't exist after installing the package, you may need to create it yourself and, possibly, adjust the davfs config file to use the group after you've created it. + #. Then create a ``nextcloud`` directory in your home directory for the mount point, and ``.davfs2/`` for your personal configuration file:: From 63f2a45e2ffc19d85911beeb1cbcc595660583ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 28 Apr 2026 14:39:49 +0200 Subject: [PATCH 2/2] fix(user): remove bold note MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- user_manual/files/access_webdav.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index b6e5e0e0211..24b1c9bf103 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -147,7 +147,7 @@ automatically every time you log in to your Linux computer. usermod -aG davfs2 .. note:: - **If the davfs2 group doesn't exist after installing the package, you may need to create it yourself and, possibly, adjust the davfs config file to use the group after you've created it. + If the davfs2 group doesn't exist after installing the package, you may need to create it yourself and, possibly, adjust the davfs config file to use the group after you've created it. #. Then create a ``nextcloud`` directory in your home directory for the mount point, and ``.davfs2/`` for your personal configuration file::