docker
docker copied to clipboard
⛴ Docker image of Nextcloud
I've tried for a few days now to implement nginx as reverse proxy and came this far: - [x] Forwarding http -> https - [x] Connection via browser/clients - [x]...
I am not aware of a template for issues, so this is free-form! In the README, it currently states: > To use an external SMTP server, you have to provide...
When setting the env var NEXTCLOUD_ADMIN_PASSWORD with a password containing spaces, I get the following debug message : ``` /entrypoint.sh: 30: local: straggler": bad variable name ``` This is annoying...
Hello, since 25th Jun the rollout of Version 28.0.6 is the 100% rolled out version of V28 (with this commit: [update-server-commit](https://github.com/nextcloud-releases/updater_server/commit/c84443501a261c58db08793dc33b0c2432cfac63) But even earlier this commit [update-server-commit](https://github.com/nextcloud-releases/updater_server/commit/a5014ed71702c4b1ff1e15e400ee4b01b16d8bd7) from the 23th...
* via `docker run` / command line * via `docker compose` / Compose File Should significantly cut down on many requests to add additional configuration variables to the image. E.g....
Among other things, this may (should) help with some of the timing issues people sometimes report as possible bugs in the Installer. e.g. (note: do _not_ use this one) ```...
fix #2184 replica of https://github.com/nextcloud/all-in-one/pull/2762
I'm also creating this PR to add PDF preview support, which doesn't work without the `imagemagick-pdf` package. This is in reference to https://github.com/nextcloud/docker/pull/2246#issuecomment-2190435512: > But let's also create an issue...
* To encourage wider use of new Server releases * To ease use of RCs by micro-services Docker users * To get feedback before final releases are published This is...
Is it just a timing matter or something more? Let's figure it out and determine what we can do to make them more reliable.