- Feb 13, 2025
-
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
GitHub Workflow authored
-
- Feb 11, 2025
-
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
- Feb 07, 2025
-
-
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
-
- Jan 24, 2025
-
-
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>
-
- Jan 17, 2025
-
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
- Jan 16, 2025
-
-
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>
-
- Jan 11, 2025
-
-
GitHub Workflow authored
-
Hagen authored
Signed-off-by:
hagene <hagene@uio.no>
-
- Jan 09, 2025
-
-
J0WI authored
-
- Dec 23, 2024
-
-
Kate authored
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
- Dec 14, 2024
-
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
- Dec 12, 2024
-
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
GitHub Workflow authored
-
- Dec 07, 2024
-
-
GitHub Workflow authored
-
- Dec 05, 2024
-
-
GitHub Workflow authored
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
- Nov 27, 2024
-
-
GitHub Workflow authored
-
- Nov 25, 2024
-
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
- Nov 24, 2024
-
-
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
-
- Nov 12, 2024
-
-
Kaloyan Nikolov authored
-
Kaloyan Nikolov authored
Signed-off-by:
Kaloyan Nikolov <tzerber@gmail.com>
-
- Nov 07, 2024
-
-
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
-
- Oct 24, 2024
-
-
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>
-
- Oct 22, 2024
-
-
Josh authored
fix(examples): volumes must match to avoid
-
Josh authored
feat(readme): Viewing merged config via `occ config:list system`
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
- Oct 21, 2024
-
-
Kaloyan Nikolov authored
Co-authored-by:
Josh <josh.t.richards@gmail.com> Signed-off-by:
Kaloyan Nikolov <tzerber@gmail.com>
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-