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

1260 commits

Author SHA1 Message Date
Kaloyan Nikolov
b80875632e
Update the examples section according to the latest nginx configuration required. ()
Signed-off-by: Kaloyan K Nikolov <tzerber@gmail.com>
2023-12-16 18:48:47 +00:00
J0WI
215498b3fe
Bump to 27.1.5
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-12-15 23:42:40 +00:00
GitHub Workflow
4cff57305b Runs update.sh 2023-12-15 00:27:36 +00:00
GitHub Workflow
e6510ac594 Runs update.sh 2023-12-12 19:26:33 +00:00
J0WI
d4f83969cf
Bump to 27.1.4
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-12-12 19:26:17 +00:00
GitHub Workflow
488a855c49 Runs update.sh 2023-12-11 22:54:55 +00:00
Josh Richards
ed6c68451d
feat(updater): Disable web based updater for real ()
Web based updates aren't used in the image, but the button remains enabled and generates an error when clicked. Let's eliminate the web updater button.

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-12-11 22:54:39 +00:00
Jesper Noordsij
d1dbc77e0b
EOL 25 ()
Signed-off-by: Jesper Noordsij <jesper@sslleiden.nl>
2023-11-24 10:42:06 +00:00
GitHub Workflow
44e01e1eab Runs update.sh 2023-11-24 00:27:31 +00:00
GitHub Workflow
cd0562ba8c Runs update.sh 2023-11-14 23:11:32 +00:00
Dennis Værum
23d099bc33
Bug fix: not found error if hook folder contains files but non ending with *.sh ()
* Use `find` to located `*.sh`

Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>

* added msg if hook folder does not exist

Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>

* Updated info message

Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Dennis Værum <6872940+dvaerum@users.noreply.github.com>

* Update docker-entrypoint.sh

Small adjustments

Signed-off-by: Dennis Værum <6872940+dvaerum@users.noreply.github.com>

---------

Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>
Signed-off-by: Dennis Værum <6872940+dvaerum@users.noreply.github.com>
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2023-11-14 23:11:10 +00:00
GitHub Workflow
2bfad53543 Runs update.sh 2023-11-14 22:41:10 +00:00
Marcel
3cbec37106
Add crond log level environment variable ()
* Update docker-cron.sh

Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com>

* Update stack.yml

Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com>

* Update docker-cron.sh

* Update docker-cron.sh

Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com>

* Update stack.yml

Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com>

---------

Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com>
2023-11-14 22:40:54 +00:00
GitHub Workflow
aaadffffb3 Runs update.sh 2023-11-12 00:34:24 +00:00
Josh Richards
8a08d4191c
Issue template: Reminder to include Compose/run + config ()
Reports often come in lacking Compose files or run commands. Same goes for `config.php`.

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-11-10 18:21:24 +00:00
J0WI
37ee8cfdab
Bump to 27.1.3
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-10-26 20:27:45 +00:00
GitHub Workflow
4c24a2ae8e Runs update.sh 2023-10-26 20:01:40 +00:00
GitHub Workflow
bc963e0382 Runs update.sh 2023-10-23 00:28:56 +00:00
am97
9dd8dcd5ee
Remove legacy header X-Download-Options in nginx.conf examples ()
The header was relevant for Internet Explorer only and was removed from the nextcloud/server code: ea0e45d81e

Signed-off-by: Andrés Maldonado <maldonado@codelutin.com>
2023-10-15 18:17:21 +00:00
J0WI
2d39d9d190
Bump to 27.1.2
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-10-06 11:36:11 +00:00
GitHub Workflow
3f2d22d420 Runs update.sh 2023-10-06 00:30:07 +00:00
GitHub Workflow
fef9785e23 Runs update.sh 2023-09-24 00:28:00 +00:00
J0WI
766fd4e078
Bump to 27.1.1
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-09-21 20:26:48 +00:00
GitHub Workflow
b008ff8bb7 Runs update.sh 2023-09-21 20:24:53 +00:00
J0WI
1ed450b540
Bump to 27.1.0
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-09-16 22:53:12 +00:00
GitHub Workflow
3fa92257f9 Runs update.sh 2023-09-16 22:51:59 +00:00
adripo
90064ed260
Set Apache LimitRequestBody with env variable APACHE_BODY_LIMIT ()
* feat: set apache LimitRequestBody

Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>

* feat: APACHE_BODY_LIMIT variable

Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>

* fix: move ENV to existing VARIANT_EXTRAS

Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>

* docs: updated var description

Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>

* fix: remove comment

Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>

---------

Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>
2023-09-16 22:51:45 +00:00
GitHub Workflow
4cd70385b8 Runs update.sh 2023-09-16 00:27:19 +00:00
J0WI
03a967db4e
Bump to 26.0.5 (fix )
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-09-14 22:24:34 +00:00
GitHub Workflow
467a98dcc9 Runs update.sh 2023-09-14 21:56:13 +00:00
GitHub Workflow
12390fb508 Runs update.sh 2023-09-10 00:29:29 +00:00
GitHub Workflow
f9ae675c1a Runs update.sh 2023-08-20 21:19:25 +00:00
Mossroy
04e4138db5
Replace RemoteIPTrustedProxy by RemoteIPInternalProxy in remoteip.conf ()
Else the internal IP ranges are ignored
See https://httpd.apache.org/docs/2.4/en/mod/mod_remoteip.html#remoteiptrustedproxy and https://httpd.apache.org/docs/2.4/en/mod/mod_remoteip.html#remoteipinternalproxy

Signed-off-by: Mossroy <mossroy@mossroy.fr>
2023-08-20 21:19:13 +00:00
J0WI
c4966442a6
Bump to 26.0.5 ()
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-08-10 23:40:32 +00:00
David Li
625dd013fa
Apply changes from to the examples. ()
Signed-off-by: David Li <david@davidl.me>
2023-08-10 23:10:13 +00:00
GitHub Workflow
09fecda406 Runs update.sh 2023-08-10 22:36:51 +00:00
J0WI
7bd3b7b6db
Stable 26.0.4
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-07-24 19:38:15 +00:00
GitHub Workflow
f0f6fc1f03 Runs update.sh 2023-07-24 19:36:18 +00:00
J0WI
d3b3eeba85
Debian Bookworm ()
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-07-24 19:36:02 +00:00
GitHub Workflow
1b913eb0e9 Runs update.sh 2023-07-20 11:47:38 +00:00
GitHub Workflow
38b8110c58 Runs update.sh 2023-07-09 20:20:25 +00:00
Antonin Delpeuch
a68c6ef348
Block upgrade if it is not supported because major versions are too different ()
* Block upgrade if it is not supported

Closes . This prevents the install from getting in a state where none
of the Docker images will accept running given the contents of the volumes.

Signed-off-by: Antonin Delpeuch <antonin@delpeuch.eu>

* Update docker-entrypoint.sh

Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Antonin Delpeuch <antonin@delpeuch.eu>

* Update docker-entrypoint.sh

Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Antonin Delpeuch <antonin@delpeuch.eu>

* Remove extra function

Signed-off-by: Antonin Delpeuch <antonin@delpeuch.eu>

* Update docker-entrypoint.sh

Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Antonin Delpeuch <antonin@delpeuch.eu>

---------

Signed-off-by: Antonin Delpeuch <antonin@delpeuch.eu>
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2023-07-09 20:20:10 +00:00
J0WI
74d33d0020
Stable 26.0.3 (fix )
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-06-22 16:10:00 +00:00
GitHub Workflow
040d8687a6 Runs update.sh 2023-06-22 16:06:52 +00:00
Dennis Værum
d3251467e6
Added entrypoint hooks for your own custom scripts ()
* Added entrypoint hooks for your own custom scripts

Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>

* Small changes:
- Only execute shell-scripts (mening files ending with .sh)
- Sort the files before executing them, had forgotten 😅
- Added a message when a hook script finish
- Added prefix arror to message to show the are related

Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>

* Show in the search msg that it only searches for '*.sh' files

Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>

* Fixed spelling mistake

Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Dennis Værum <6872940+dvaerum@users.noreply.github.com>

* Updated the `README.md` file

Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>

* change from using find to using a for-loop to located the `.sh` files

Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>

* Fix bug - that would make docker-entrypoint.sh failed, hook folders was empty

Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>

---------

Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>
Signed-off-by: Dennis Værum <6872940+dvaerum@users.noreply.github.com>
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2023-06-22 16:06:37 +00:00
GitHub Workflow
ceb2893af1 Runs update.sh 2023-06-13 15:13:35 +00:00
Simon L
35e99028fb
adjust readme again to be a bit more verbose about what AIO is ()
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-09 12:07:41 +00:00
J0WI
22d28e45cd
Alpine 3.18 & PHP 8.2 ()
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-05-31 15:17:36 +00:00
J0WI
fb5866ada9
Use no-network option ()
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-05-31 15:16:04 +00:00
GitHub Workflow
d24ce74201 Runs update.sh 2023-05-31 13:11:48 +00:00