- 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 3 commits
-
-
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>
-
- 21 Oct, 2024 10 commits
-
-
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>
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
Josh authored
Signed-off-by:
Josh <josh.t.richards@gmail.com>
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
- 18 Oct, 2024 1 commit
-
-
GitHub Workflow authored
-
- 17 Oct, 2024 1 commit
-
-
Kaloyan Nikolov authored
Signed-off-by:
Kaloyan Nikolov <tzerber@gmail.com>
-
- 11 Oct, 2024 1 commit
-
-
GitHub Workflow authored
-
- 08 Oct, 2024 4 commits
-
-
GitHub Workflow authored
-
Dominic Giebert authored
* Add FORWARDED_FOR_HEADERS to the reverse-proxy config Signed-off-by:
Dominic Giebert <dominic.giebert@suse.com> * Add FORWARDED_FOR_HEADERS to documentation Signed-off-by:
Dominic Giebert <dominic.giebert@suse.com> --------- Signed-off-by:
Dominic Giebert <dominic.giebert@suse.com>
-
Kaloyan Nikolov authored
* Update config based on the official docs Signed-off-by:
Kaloyan Nikolov <tzerber@gmail.com> * Update all example nginx configs according to the documentation Signed-off-by:
Kaloyan Nikolov <tzerber@gmail.com> --------- Signed-off-by:
Kaloyan Nikolov <tzerber@gmail.com>
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-