* Drop file_exists check for _FILE variables
A PHP warning is generated if the file does not exist.
Otherwise there is no indicator why the variable is not used.
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* fixup: typo in smtp.config.php
Signed-off-by: Josh <josh.t.richards@gmail.com>
---------
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Co-authored-by: Josh <josh.t.richards@gmail.com>
Correctly set the redis password config from the REDIS_HOST_PASSWORD_FILE environment variable. Fix an issue similar to #1402 when using the REDIS_HOST_PASSWORD_FILE environment variable to provide the redis host secret.
Signed-off-by: Vesperia Art <vesperiaart@gmail.com>
* Fix Redis Unix socket support
Rebase and rewrite the @epma01 pull request, based on last Nextcloud Docker changes
See: https://github.com/nextcloud/docker/pull/735
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
* Fix CI tests with update.sh script
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>