-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Allow to run with custom uid #1812
Conversation
fix: nextcloud#359, nextcloud#772, nextcloud#1081, nextcloud#1087, nextcloud#1278 Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Changes: - https///github.com/nextcloud/docker/commit/b30812d: Runs update.sh - https///github.com/nextcloud/docker/commit/19256cd: Allow to run with custom uid (https///github.com/nextcloud/docker/pull/1812) - https///github.com/nextcloud/docker/commit/2a5bc6f: enable mariadb auto upgrade (https///github.com/nextcloud/docker/pull/1814) - https///github.com/nextcloud/docker/commit/338b483: Runs update.sh - https///github.com/nextcloud/docker/commit/d447c57: fix SMTP_PASSWORD_FILE not triggering auth activation (https///github.com/nextcloud/docker/pull/1614) - https///github.com/nextcloud/docker/commit/685803d: Remove 22 (https///github.com/nextcloud/docker/pull/1813)
Afaik the redis section also needs patching @J0WI |
You can either run the image as limited user or change the system config. But it makes no sense if the system config is world writable. Probably needs a hint documentations. |
Hello! I really appreciate this update, could you please explain briefly how to use it? I'm not super sure while reading the code. Should I just pass |
You should run the container with the |
Hello, this is not working with a fresh setup with apache, because of the redis stuff just after (permission denied during writing redis client params). |
see #763 |
fix: nextcloud#359, nextcloud#772, nextcloud#1081, nextcloud#1087, nextcloud#1278 Signed-off-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Is this also supposed to work with Nexcloud AIO? I want to remap the |
@g0r3 This repo/image set has nothing to do with AIO. |
fix: #359, #772, #1081, #1087, #1278