Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-01Add `NEXTCLOUD_INIT_LOCK` to enable shared html volume updatefeat/config-flag-initJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-2023.0.5 (#1755)J0WI
2022-05-20Runs update.shGitHub Workflow
2022-05-04Runs update.shGitHub Workflow
2022-04-28Runs update.shGitHub Workflow
2022-04-28Limit until loop (#1741)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-04-2623.0.4 stable (#1738)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-04-26Merge pull request #1737 from J0WI/readme-typosJohn Molakvoæ
2022-04-26Runs update.shGitHub Workflow
2022-04-25Minor typosJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-04-22Merge pull request #1728 from nextcloud/feat/simultaneaous-html-initJohn Molakvoæ
2022-04-22Allow simultaneous initialization of common html volumeJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-14Merge pull request #1732 from nextcloud/revert-1684-feature/healthcheckJohn Molakvoæ
2022-04-14Revert "Add healthcheck"John Molakvoæ
2022-04-14Merge pull request #1684 from TheLastProject/feature/healthcheckJohn Molakvoæ
Add healthcheck
2022-04-14Create command-rebase.ymlJohn Molakvoæ
2022-04-14Merge pull request #1730 from nextcloud/add/summary-mandatory-stepJohn Molakvoæ
2022-04-13Add healthcheckSylvia van Os
This checks if status.php returns succesfully to determine if the Nextcloud instance is health. Signed-off-by: Sylvia van Os <sylvia@hackerchick.me>
2022-04-13Merge pull request #1698 from t3easy/hide-nginx-infosJohn Molakvoæ
2022-04-13Add mandatory summary step for branches protectionJohn Molakvoæ
2022-03-28Runs update.shGitHub Workflow
2022-03-28Fix regex for pecl prereleases (#1725)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-03-28update.sh: Remove unused paths (#1723)Manuel Rüger
As php 7.x is not used anymore, these can be removed. Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2022-03-2322.2.6 stableJ0WI
2022-03-23Remove 21 EOL (#1720)J0WI
2022-03-23Runs update.shGitHub Workflow
2022-03-23Set recommend opcache.revalidate_freq (#1718)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-03-23Remove Nextcloud 21 (EOL) (#1719)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-03-23Runs update.shGitHub Workflow
2022-03-23Increase (double) opcache string buffer size (#1702)rugk
* Increase (double) opcache string buffer size (debian) This fixes https://github.com/nextcloud/docker/issues/1692 * Increase (double) opcache string buffer size (alpine) This fixes #1692
2022-03-22Runs update.shGitHub Workflow
2022-03-11Runs update.shGitHub Workflow
2022-03-08Runs update.shGitHub Workflow
2022-02-20Runs update.shGitHub Workflow
2022-02-20doc: fix link to OpCache server doc (#1703)rugk
* doc: fix link to OpCache server doc * doc: fix link to OpCache server doc
2022-02-18Revert "Simplify first character check in entrypoint.sh (#1679)" #1699 (#1701)Doncho N. Gunchev
.In php:8.0-fpm-bullseye /bin/sh is dash, which does not support "${X:0:1}" (substring expansion). This reverts commit 05365221755163f7f513bac939d4851e79b06a04. Signed-off-by: Doncho N. Gunchev <dgunchev@gmail.com>
2022-02-17Push to 22.2.5 (#1696)Thomas131
Signed-off-by: Thomas131 <t@t131.us.to> Co-authored-by: Thomas131 <t@t131.us.to>
2022-02-17Prevent nginx HTTP Server DetectionJan Kiesewetter
Signed-off-by: Jan Kiesewetter <jan@t3easy.de>
2022-02-16Runs update.shGitHub Workflow
2022-02-08Simplify first character check in entrypoint.sh (#1679)Doncho N. Gunchev
Signed-off-by: Doncho N. Gunchev <dgunchev@gmail.com>
2022-01-29Runs update.shGitHub Workflow
2022-01-18Runs update.shGitHub Workflow
2022-01-14fixed spacing error (#1664)koderik
Signed-off-by: koderik <erik.sandlov@gmail.com> Co-authored-by: koderik <erik.sandlov@gmail.com>
2022-01-14Add link to nginx configuration instructions (#1663)Brian Lee
2022-01-14Revert volumes_from (#1677)Lejo
Signed-off-by: Lejo1 <Lejo_1@web.de>
2022-01-13Runs update.shGitHub Workflow
2022-01-08run bash via env command (#1637)Felix Bühler
`#!/usr/bin/env` searches `PATH` for `bash`, and `bash` is not always in `/bin`` Signed-off-by: Felix Buehler <account@buehler.rocks>
2021-12-19Runs update.shGitHub Workflow
2021-12-10Changed 'to' to 'in' (#1649)Charlie Macfarlane Brodie
Updated the wording of the comments for one of the docker-compose examples to more correct english usage. Signed-off-by: Charlie MacFarlane Brodie <mail@charliebrodie.com>
2021-12-10Update Nginx-Proxy Docker repository (#1644)Lejo
Signed-off-by: Lejo1 <Lejo_1@web.de>