From b0cd967fc132307a867e7e60460cf7883c95b4fc Mon Sep 17 00:00:00 2001 From: scubamuc <54933878+scubamuc@users.noreply.github.com> Date: Tue, 1 Apr 2025 08:07:24 +0200 Subject: [PATCH] Update source_installation.rst add: link to confinement remove: syntax error correct: link error Signed-off-by: scubamuc <54933878+scubamuc@users.noreply.github.com> --- admin_manual/installation/source_installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 455bc2175..da21a4d20 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -456,7 +456,7 @@ editing configuration files manually or using the management console. `Configuri External media -------------- -Snap confinement is a security feature and determines the amount of access an application has to system resources, +`Snap confinement `_ is a security feature and determines the amount of access an application has to system resources, such as files, the network, peripherals and services. Thus your Nextcloud snap is securely confined from the host system. Unless you specifically allow the Nextcloud snap to access the ``/media`` or ``/mnt`` directories on the host system, you will not be able to access any other directory outside of the confinement. @@ -465,12 +465,12 @@ Removable media or external storage must be mounted to either ``/media`` or ``/m and connected to Snap! The interface providing the ability to access removable media is not automatically connected upon install, to use -external storage (or otherwise use a device in ``/media`` or ``/mnt`` for data), you need to give the snap permission +external storage (or otherwise use a device in ``/media`` or ``/mnt`` for data, you need to give the snap permission to access removable media by connecting that interface: ``sudo snap connect nextcloud:removable-media`` -Further documentation, an `extensive Wiki `_ and `FAQ's `_ can be found on the `developers GitHub `_. +Further documentation, an extensive `Wiki `_ and `FAQ's `_ can be found on the `developers GitHub `_. .. note:: The `snapd technology `_ is the core that powers snaps, and it offers a new way to package, distribute, update and