-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set correct nextcloud permissions for local storage access #1087
Comments
i use this dockerfile since a few months FROM nextcloud:fpm-alpine ARG UID RUN apk --no-cache add shadow && |
This is what i am running.
|
fix: nextcloud#359, nextcloud#772, nextcloud#1081, nextcloud#1087, nextcloud#1278 Signed-off-by: J0WI <[email protected]>
fix: nextcloud#359, nextcloud#772, nextcloud#1081, nextcloud#1087, nextcloud#1278 Signed-off-by: J0WI <[email protected]>
fix: #359, #772, #1081, #1087, #1278 Signed-off-by: J0WI <[email protected]> Signed-off-by: J0WI <[email protected]>
closing due #1812 |
fix: nextcloud#359, nextcloud#772, nextcloud#1081, nextcloud#1087, nextcloud#1278 Signed-off-by: J0WI <[email protected]> Signed-off-by: J0WI <[email protected]>
I'm running Nextcloud in Docker through Ansible:
I would like to be able to write into my
/data
directory through the external storage access app.A group was created on the Docker host with the name 'data' where I added in the http user (33 uid on arch) and changed the folder permissions of all folders to
775
and owner:root:data
.When adding the external storage I see "You don't have permission to upload or create files here".
After giving a certain folder temporary 777 permissios I see that nextcloud still writes as
http:http
.Is it possible to change this when running in docker?
The text was updated successfully, but these errors were encountered: