- 01 Mar, 2025 1 commit
-
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
- 25 Feb, 2025 2 commits
-
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
GitHub Workflow authored
-
- 13 Feb, 2025 2 commits
-
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
GitHub Workflow authored
-
- 11 Feb, 2025 1 commit
-
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
- 07 Feb, 2025 5 commits
-
-
J0WI authored
-
GitHub Workflow authored
-
adripo authored
* fix: opcache configuration Signed-off-by:
adripo <26493496+adripo@users.noreply.github.com> * fix: revert opcache memory consumption and strings buffer Signed-off-by:
adripo <26493496+adripo@users.noreply.github.com> --------- Signed-off-by:
adripo <26493496+adripo@users.noreply.github.com>
-
GitHub Workflow authored
-
J0WI authored
-
- 24 Jan, 2025 1 commit
-
-
HPPinata authored
* expire binlog expire binlog entries older than a week to avoid unbounded binlog growth over longer timespans Signed-off-by:
HPPinata <83947761+HPPinata@users.noreply.github.com> * kill binlog remove all references and options regarding binlog from docker compose files Signed-off-by:
HPPinata <83947761+HPPinata@users.noreply.github.com> --------- Signed-off-by:
HPPinata <83947761+HPPinata@users.noreply.github.com>
-
- 17 Jan, 2025 1 commit
-
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
- 16 Jan, 2025 2 commits
-
-
GitHub Workflow authored
-
Thomas Clavier authored
* use var PHP_OPCACHE_MEMORY_CONSUMTION for configuration Signed-off-by:
Thomas Clavier <tom@tcweb.org> * Use PHP_OPCACHE_MEMORY_CONSUMTION in Dockerfile-alpine.template Signed-off-by:
Thomas Clavier <tom@tcweb.org> * fix typo : CONSUMTION -> CONSUMPTION * Add opcache.memory_consumption documentation * fix typo --------- Signed-off-by:
Thomas Clavier <tom@tcweb.org>
-
- 11 Jan, 2025 2 commits
-
-
GitHub Workflow authored
-
Hagen authored
Signed-off-by:
hagene <hagene@uio.no>
-
- 09 Jan, 2025 1 commit
-
-
J0WI authored
-
- 23 Dec, 2024 2 commits
-
-
Kate authored
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
- 14 Dec, 2024 1 commit
-
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
- 12 Dec, 2024 2 commits
-
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
GitHub Workflow authored
-
- 07 Dec, 2024 1 commit
-
-
GitHub Workflow authored
-
- 05 Dec, 2024 2 commits
-
-
GitHub Workflow authored
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
- 27 Nov, 2024 1 commit
-
-
GitHub Workflow authored
-
- 25 Nov, 2024 1 commit
-
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
- 24 Nov, 2024 3 commits
-
-
Josh authored
docs(readme): Add more headers for direct linking / misc refactors
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
Josh authored
Clarify Readme on bind volumes to avoid `apps` / `custom_apps` mishaps
-
- 12 Nov, 2024 2 commits
-
-
Kaloyan Nikolov authored
-
Kaloyan Nikolov authored
Signed-off-by:
Kaloyan Nikolov <tzerber@gmail.com>
-
- 07 Nov, 2024 3 commits
-
-
rugk authored
As for https://github.com/nextcloud/docker/issues/2266 and the re-appearing message IMHO, it is quite convenient to have a command to copy here if you just have not changed any config files… Signed-off-by:
rugk <rugk+git@posteo.de>
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
GitHub Workflow authored
-
- 24 Oct, 2024 2 commits
-
-
GitHub Workflow authored
-
Valentin Brandl authored
According to the documentation, both `OBJECTSTORE_S3_SSL` and `OBJECTSTORE_S3_AUTOCREATE` should default to `true`. Currently, when these environment variables are not set, they default to `false`. (See https://github.com/nextcloud/docker/issues/2308 ). This fix works, because `strtolower(false)` returns the empty string. So when `OBJECTSTORE_S3_SSL` is not set and `getenv('OBJECTSTORE_S3_SSL')` returns `false`, the check `strtolower($use_ssl) !== 'false'` will evaluate to `true`. With this fix, both values will be `true` if they are * not set * the empty string * any string that is not equal to `false` when converted to lowercase This should now match the documented behavior. Signed-off-by:
Valentin Brandl <mail@vbrandl.net>
-
- 22 Oct, 2024 2 commits