Conversation
fix: nextcloud#359, nextcloud#772, nextcloud#1081, nextcloud#1087, nextcloud#1278 Signed-off-by: J0WI <[email protected]>
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 <[email protected]> Signed-off-by: J0WI <[email protected]>
|
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. |
|
@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