Add nextcloud_container_image_customizations_smb_enabled: true to co… (#123)
* 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 <slavi@devture.com>
This commit is contained in:
parent
56eded8e14
commit
5d8e5d1146
1 changed files with 8 additions and 0 deletions
|
@ -219,6 +219,14 @@ In short you should:
|
||||||
If you encounter problems during login check (error message containes `SHA1 mismatch`) that
|
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
|
* 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
|
## 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`).
|
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`).
|
||||||
|
|
Loading…
Reference in a new issue