-
Notifications
You must be signed in to change notification settings - Fork 77
Add smbclient (60MB) #79
Conversation
|
Is this worth the additional space for all users or would it be better to document a simple Dockerfile? FROM owncloud:9
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/* |
|
I like the document part. |
|
Please put one line to install SMBClient RUN apt-get update && apt-get install -y |
|
Obviously, there is the same request for Nextcloud image. @yosifkit would it make sense to create yet another tag, say
and maybe other optional dependencies? We could actually reduce the size of the base image by moving |
|
I think that adding another tag for As for the specifics on this PR, I would rather not add ~60 MB of packages when I think it would be better to mount the remote files system on the host; that way multiple services could use different parts of the remote storage and you won't need to install smbclient in each of them. |
|
My issue was that Owncloud / Nextcloud touted app-native SMB mounting pretty heavily in the marketing (e.g. Windows home folders feature, AD integration). |
|
having the same issue here |
|
Any update on this? I'm desperate to get this docker image working on my unraid server. It would be great if I could just add an existing share to ownCloud using SMB. |
|
When I try your command in nextcloud apache docker those packages are not existing: |
|
You can install smbclient via an extra file in your docker-compose folder. see: |
|
Closing old issue |
Not having SMB support in the image triggers a warning when viewing external storage options. SMB support is very important for on-prem deployments where the files are backed by a Windows server. The base image should really have this owncloud feature. Only applied change to 9.1.