0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-17 03:45:09 +01:00
Commit graph

1145 commits

Author SHA1 Message Date
J0WI
e36ca5ff96
Fix regex for pecl prereleases ()
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-03-28 15:30:51 +00:00
Manuel Rüger
71f4a94464
update.sh: Remove unused paths ()
As php 7.x is not used anymore, these can be removed.

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2022-03-28 15:30:37 +00:00
J0WI
97f99dbfdb
22.2.6 stable 2022-03-23 16:47:09 +00:00
J0WI
0d4c78dcc0
Remove 21 EOL () 2022-03-23 16:44:01 +00:00
GitHub Workflow
fb33f156a8 Runs update.sh 2022-03-23 11:27:46 +00:00
J0WI
d27ec71090
Set recommend opcache.revalidate_freq ()
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-03-23 11:27:28 +00:00
J0WI
7d6837dbbe
Remove Nextcloud 21 (EOL) ()
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-03-23 11:01:22 +00:00
GitHub Workflow
04d461e416 Runs update.sh 2022-03-23 09:57:03 +00:00
rugk
6478d4d0ce
Increase (double) opcache string buffer size ()
* 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 
2022-03-23 09:53:53 +00:00
GitHub Workflow
df168e19ce Runs update.sh 2022-03-22 00:27:27 +00:00
GitHub Workflow
3a5086de63 Runs update.sh 2022-03-11 00:27:46 +00:00
GitHub Workflow
76b79690dc Runs update.sh 2022-03-08 00:27:30 +00:00
GitHub Workflow
3fd3a40ee1 Runs update.sh 2022-02-20 19:45:36 +00:00
rugk
13eb6969c6
doc: fix link to OpCache server doc ()
* doc: fix link to OpCache server doc

* doc: fix link to OpCache server doc
2022-02-20 19:45:22 +00:00
Doncho N. Gunchev
ababef74e9
Revert "Simplify first character check in entrypoint.sh ()" ()
.In php:8.0-fpm-bullseye /bin/sh is dash, which does not support "${X:0:1}"
(substring expansion).

This reverts commit 0536522175.

Signed-off-by: Doncho N. Gunchev <dgunchev@gmail.com>
2022-02-18 18:28:09 +00:00
Thomas131
4b7b164953
Push to 22.2.5 ()
Signed-off-by: Thomas131 <t@t131.us.to>

Co-authored-by: Thomas131 <t@t131.us.to>
2022-02-17 16:29:02 +00:00
Jan Kiesewetter
522559eefd Prevent nginx HTTP Server Detection
Signed-off-by: Jan Kiesewetter <jan@t3easy.de>
2022-02-17 14:55:39 +01:00
GitHub Workflow
211229f8dc Runs update.sh 2022-02-16 00:27:09 +00:00
Doncho N. Gunchev
0536522175
Simplify first character check in entrypoint.sh ()
Signed-off-by: Doncho N. Gunchev <dgunchev@gmail.com>
2022-02-08 18:43:35 +00:00
GitHub Workflow
dcf058fb55 Runs update.sh 2022-01-29 00:26:49 +00:00
GitHub Workflow
a9af37b1ec Runs update.sh 2022-01-18 00:27:01 +00:00
koderik
365c4f8400
fixed spacing error ()
Signed-off-by: koderik <erik.sandlov@gmail.com>

Co-authored-by: koderik <erik.sandlov@gmail.com>
2022-01-14 13:18:16 +00:00
Brian Lee
1b80124463
Add link to nginx configuration instructions () 2022-01-14 10:36:17 +00:00
Lejo
0201ea31f4
Revert volumes_from ()
Signed-off-by: Lejo1 <Lejo_1@web.de>
2022-01-14 10:35:13 +00:00
GitHub Workflow
111add0e1c Runs update.sh 2022-01-13 00:27:12 +00:00
Felix Bühler
961aeb147e
run bash via env command ()
`#!/usr/bin/env` searches `PATH` for `bash`, and `bash` is not always in `/bin``

Signed-off-by: Felix Buehler <account@buehler.rocks>
2022-01-07 22:22:35 +00:00
GitHub Workflow
c046638a98 Runs update.sh 2021-12-19 00:27:12 +00:00
Charlie Macfarlane Brodie
44a55665a3
Changed 'to' to 'in' ()
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-10 09:54:05 +00:00
Lejo
3619c0caac
Update Nginx-Proxy Docker repository ()
Signed-off-by: Lejo1 <Lejo_1@web.de>
2021-12-10 09:53:51 +00:00
GitHub Workflow
5a189c719d Runs update.sh 2021-11-30 23:35:40 +00:00
J0WI
484b2c57a3
Alpine 3.15 ()
* Alpine 3.15

Signed-off-by: J0WI <J0WI@users.noreply.github.com>

* Remove reference to 20

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-11-30 23:35:20 +00:00
J0WI
e2dc98dea4
Nextcloud 23 ()
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-11-30 23:17:47 +00:00
GitHub Workflow
905972656e Runs update.sh 2021-11-29 22:31:17 +00:00
Simon Tushev
2857b4b3f1
Added fetching autoconfig data from Docker secrets ()
* Added fetching autoconfig data from Docker secrets

Signed-off-by: Simon Tushev <tushev@users.noreply.github.com>

* Docker secrets now have priority over ENV variables; improved README.md

Signed-off-by: Simon Tushev <tushev@users.noreply.github.com>
2021-11-29 22:30:57 +00:00
aney1
f4dbcf523a
add rewrite rule from official docs to nginx examples ()
Without this rewrite rule you can't access some pages (like LDAP config).
These lines are present in the official docs: https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html

Signed-off-by: aney1 <aney1@users.noreply.github.com>
2021-11-25 13:04:39 +00:00
Klaus Frank
6e54048644
Add OVERWRITECLIURL env var ()
Signed-off-by: Klaus Frank <git@frank.fyi>
2021-11-25 13:03:48 +00:00
rafgk
d82bc95d11
Switch to new nginx companion registry. ()
As stated in https://hub.docker.com/r/jrcs/letsencrypt-nginx-proxy-companion/ the the project has moved to a new registry and therefore that should be used instead.
2021-11-25 12:42:57 +00:00
Tilo Spannagel
603c2ead2e
Merge pull request from Stunkymonkey/nextcloud-22.2.3
Update stable to 22.2.3
2021-11-16 21:13:36 +01:00
Felix Buehler
e3c4b823e3 Update stable to 22.2.3
Signed-off-by: Felix Buehler <account@buehler.rocks>
2021-11-16 14:24:48 +01:00
GitHub Workflow
4821c307e9 Runs update.sh 2021-11-16 00:26:49 +00:00
J0WI
e26adedbdb
Update stable to 22.2.2 () 2021-11-13 21:44:17 +00:00
GitHub Workflow
dc24ba0fcb Runs update.sh 2021-11-13 00:26:50 +00:00
GitHub Workflow
7fc6772513 Runs update.sh 2021-11-12 00:26:52 +00:00
Thomas131
05d4746aa3
Upgrade to 22.2.0 ()
Signed-off-by: Thomas131 <t@t131.us.to>

Co-authored-by: Thomas131 <t@t131.us.to>
2021-10-20 19:32:15 +00:00
GitHub Workflow
dd37882f3e Runs update.sh 2021-10-20 19:13:59 +00:00
am97
f0ae2d018b
Add libldap-common as runtime dependency, not build dependency ()
Signed-off-by: Andrés Maldonado <maldonado@codelutin.com>

Co-authored-by: Andrés Maldonado <maldonado@codelutin.com>
2021-10-20 19:12:43 +00:00
J0WI
652416e651
Stable 21.0.5 () 2021-10-14 20:36:06 +00:00
GitHub Workflow
2163ed293a Runs update.sh 2021-10-08 00:27:12 +00:00
GitHub Workflow
de88409898 Runs update.sh 2021-09-30 12:59:12 +00:00
sleif
9d83a82b63
also install libldap-common to get a valid /etc/ldap/ldap.conf file ()
related to https://github.com/nextcloud/docker/issues/1572

Signed-off-by: Sebastian BERTHOLD <5272331+sleif@users.noreply.github.com>
2021-09-30 12:58:53 +00:00