docker
docker copied to clipboard
⛴ Docker image of Nextcloud
Currently it's not possible using docker secrets just for some db environments, e.g. for passwords only. With this PR now both is possible.
I use the nextcloud:stable image and upon upgrading to 31.0.4, I get an error on the Security & setup warnings page: > OCRmyPDF CLI is not installed. For more details...
Problem: When using `upstream` in the nginx config, the ip for `app` is resolved once. So if the `app` container gets updated (e.g. through `watchtower`, the ip changes and the...
It would be nice if I don't have to carry [my own](https://github.com/realies/nextcloud-docker) CI for this. I understand the security considerations around preview generation mentioned in the [examples documentation](https://github.com/nextcloud/docker/tree/master/.examples#full). However, I...
Problem: When using `upstream` in the nginx config, the ip for `app` is resolved once. So if the `app` container gets updated (e.g. through `watchtower`, the ip changes and the...
Hello! This is a hopefully simple PR to allow users to configure Redis to connect to a TLS-enabled Redis endpoint. It proposes a new environment variable `REDIS_PROTOCOL` that can be...
The source code is located at `/usr/src/nextcloud` in the image and the entrypoint script copy it to `/var/www/html`. In a high availability environment, it's necessary to share the `/var/www/html` between...
i.e. mounting/overriding/adding to `/usr/local/etc/php/conf.d` - mention loading order / priority of files - (Compose) the override via volumes approach - (Dockerfile/building) - upstream: https://github.com/docker-library/docs/tree/master/php#configuration - etc
## Summary - Introduced logic to handle S3 session token using environment variables. - Supports session token from both a file and direct environment variable. - Defaults to an empty...
https://github.com/nextcloud/app_api https://nextcloud.github.io/app_api/DeployConfigurations.html https://github.com/nextcloud/docker-socket-proxy Off-hand: - Examples - Docs - Links (e.g. to the above resources)