From 5d8e5d11465d51da887da9cb33da9cd024257ce1 Mon Sep 17 00:00:00 2001 From: brush Date: Sun, 3 Dec 2023 02:50:20 -0800 Subject: [PATCH] =?UTF-8?q?Add=20nextcloud=5Fcontainer=5Fimage=5Fcustomiza?= =?UTF-8?q?tions=5Fsmb=5Fenabled:=20true=20=20to=20co=E2=80=A6=20(#123)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add nextcloud_container_image_customizations_smb_enabled: true to configuration options * revised variable to use "samba" not "smb" * Move Samba for Nextcloud instructions into their own section This keeps the initial vars.yml sample for installing Nextcloud minimal. Samba is a rarely used optional feature and has no business being in the initial minimal configuration sample. --------- Co-authored-by: Slavi Pantaleev --- docs/services/nextcloud.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/services/nextcloud.md b/docs/services/nextcloud.md index 2f63bf2..02429e3 100644 --- a/docs/services/nextcloud.md +++ b/docs/services/nextcloud.md @@ -219,6 +219,14 @@ In short you should: If you encounter problems during login check (error message containes `SHA1 mismatch`) that * Nextcloud users and authentik users do not have the same name -> if they do check `Use unique user ID` in the OIDC App settings +### Samba + +To enable [Samba](https://www.samba.org/) external Windows fileshares using [smbclient](https://www.samba.org/samba/docs/current/man-html/smbclient.1.html), add the following additional configuration to your `vars.yml` file: + +```yml +nextcloud_container_image_customizations_samba_enabled: true +``` + ## Installation If you've decided to install a dedicated Redis instance for Nextcloud, make sure to first do [installation](../installing.md) for the supplementary inventory host (e.g. `nextcloud.example.com-deps`), before running installation for the main one (e.g. `nextcloud.example.com`).