nextcloud-docker-dev icon indicating copy to clipboard operation
nextcloud-docker-dev copied to clipboard

SMB config issue with user placeholder

Open PVince81 opened this issue 2 years ago • 1 comments

It's not possible to connect to the user share because in the UI you need to use "$user1" to specify the name of the share, but due to the user being called "user1", the placeholder "$user" gets replaced by the user name internally.

Not sure how to fix the behavior itself. but we could fix the docker to have different user names to avoid bumping into such issues.

PVince81 avatar Sep 20 '21 14:09 PVince81

The shares are defined in https://github.com/juliushaertl/nextcloud-docker-dev/blob/master/docker-compose.yml#L253 so using "user1 private share" should work fine. I never had the need for using "$user1" as the share name so far

juliushaertl avatar Oct 04 '21 07:10 juliushaertl

@PVince81 I may be missing something but I don't see why you would need to use $user1 and cannot use the plain user1 for the share name.

juliushaertl avatar Nov 28 '22 07:11 juliushaertl

Closing this then for now. Feel free to clarify and reopen ;)

juliushaertl avatar Nov 28 '23 07:11 juliushaertl