Uh oh!
There was an error while loading. Please reload this page.
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)
Crow-Control
commented
Sep 7, 2022
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. |
namelivia
commented
Oct 9, 2022
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 |
J0WI
commented
Oct 9, 2022
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). |
J0WI
commented
Feb 17, 2023
see #763 |
Uh oh!
There was an error while loading. Please reload this page.
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 |
joshtrichards
commented
Dec 30, 2024
@g0r3 This repo/image set has nothing to do with AIO. |
goooooouwa
commented
Mar 25, 2025
@joshtrichards is there a possibility to also port this change to AIO? AIO's nextcloud docker entrypoint.sh seems like sharing a lot of the same code. |
fix: #359, #772, #1081, #1087, #1278