0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 08:22:37 +02:00
Commit graph

1285 commits

Author SHA1 Message Date
Ben Siddans
31c59aea24
Add words to README to draw attention to the use of upgrades.exclude, potential for files to be removed during installation/upgrades. (#1862) 2023-03-04 19:16:46 +00:00
okrc
bcb0642e00
Fixed broken link (#1931)
Signed-off-by: okrc <okrc@hexo.dev>
2023-03-04 19:13:45 +00:00
Daniel
4abe7df9d5
docs(smtp): clearify on mail_from_address (#1929)
mail_from_address will overwrite the local-part for the from address.

Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-03-04 18:46:17 +00:00
GitHub Workflow
f8169f6804 Runs update.sh 2023-03-02 06:21:38 +00:00
John Molakvoæ
3827f0119f
Merge pull request #1927 from simonmicro/patch-1 2023-03-02 07:19:19 +01:00
simonmicro
e7eb6af83c
Fix for Nextcloud opcache-complains 2023-03-01 22:57:40 +01:00
John Molakvoæ
aac4d09c74
Merge pull request #1905 from remram44/lock 2023-03-01 11:06:29 +01:00
J0WI
c5a8a8863b
25.0.4 (#1924) 2023-02-23 22:44:19 +00:00
GitHub Workflow
d266acccf0 Runs update.sh 2023-02-23 21:46:37 +00:00
Simon L
c13521ce12
README: update to reflect support of these images vs enterprise and AIO (#1916)
* README: update to reflect support of these images vs enterprise and AIO

Signed-off-by: Simon L <szaimen@e.mail.de>

* address review by J0WI

Signed-off-by: Simon L <szaimen@e.mail.de>

---------

Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-19 18:33:07 +00:00
Adam Monsen
d1d0d89ba7
Enable MariaDB binary log (#1881)
* Enable MariaDB binary log

This resolves a warning in the database server log:

    [Warning] You need to use --log-bin to make --binlog-format work.

Pros:

* support for point-in-time recovery
* necessary for replication

Cons:

* slows down database operations ("slightly", per the manual)
* takes up disk space (mitigated by `--expire-logs-days=2`)

See also:

* <https://mariadb.com/kb/en/binary-log/>
* <https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/>

Alternatives:

1. Do not add `--log-bin`. Remove `--binlog-format` instead. This causes the least amount of change for existing installations.

Signed-off-by: Adam Monsen <haircut@gmail.com>

* remove --expire-logs-days=2 mariadb flag

This better aligns with recommendations in the Nextcloud documentation.

Also: the flag isn't necessary. There are already set times for cleanup: The MySQL and MariaDB documentation both state that binary logs will be purged on startup and flush/rotation.

Signed-off-by: Adam Monsen <haircut@gmail.com>

---------

Signed-off-by: Adam Monsen <haircut@gmail.com>
2023-02-17 14:13:12 +00:00
Remi Rampin
8c93a5c53e Run update.sh
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-02-08 14:05:11 -05:00
Remi Rampin
405e815285 Un-factor do_install_or_upgrade()
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-02-08 14:05:08 -05:00
Remi Rampin
8aabc4b3ea Remove NEXTCLOUD_INIT_LOCK
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-02-08 14:05:00 -05:00
Adam Monsen
f49b1edcaa
add note about running non-root with cron (#1901)
Signed-off-by: Adam Monsen <haircut@gmail.com>
2023-02-08 14:58:59 +00:00
GitHub Workflow
2a5b0881cd Runs update.sh 2023-02-08 14:52:36 +00:00
Varun Patil
e4f5b95e1e
Enable JIT (#1829)
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-02-08 14:50:46 +00:00
Remi Rampin
295cdf7fb7 Run update.sh
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-01-27 11:08:07 -05:00
Remi Rampin
4667cbe149 Use flock to lock the whole upgrade process
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-01-27 11:08:06 -05:00
Remi Rampin
df9653a00c Remove old locking logic
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-01-27 11:08:04 -05:00
Remi Rampin
7a0aba93a2 Factor do_install_or_upgrade()
Signed-off-by: Remi Rampin <remi@rampin.org>
2023-01-27 11:07:43 -05:00
J0WI
2ffebc1e35
Bump stable to 25.0.3 (#1900)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-01-17 18:45:16 +00:00
thomasmerz
c66b03b8c6
🩹 fix deprecation warning: Node.js 12 actions are deprecated. (#1885)
* 🩹 fix deprecation warning:

   Node.js 12 actions are deprecated.
   For more information see:
   https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
   Please update the following actions to use Node.js 16: actions/checkout@master

   Using version v3, latest or master: actions/checkout#689

Signed-off-by: Thomas Merz <git@rhoenwurz.de>

* Update .github/workflows/update-sh.yml

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

Signed-off-by: Thomas Merz <git@rhoenwurz.de>
Signed-off-by: thomasmerz <thomasmerz@users.noreply.github.com>
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2023-01-17 18:01:42 +00:00
GitHub Workflow
c1a5232542 Runs update.sh 2023-01-17 16:41:48 +00:00
J0WI
04ab3157e4
Bump stable Version to 25 (fix #1865) (#1878) 2022-12-08 22:44:37 +00:00
GitHub Workflow
540648f7ed Runs update.sh 2022-12-08 21:52:41 +00:00
J0WI
6103e074d8
Fix #1021 (#1872)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-12-01 00:19:39 +00:00
J0WI
29ef76288a
Fix #1021 (#1871) 2022-12-01 00:16:52 +00:00
GitHub Workflow
48f223fc7f Runs update.sh 2022-11-28 16:13:06 +00:00
J0WI
24440af0d5
Enhance shell syntax (#1868)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-11-28 16:12:46 +00:00
Tianon Gravi
c83394d97e
Update GitHub Actions to use new bashbrew action (#1861)
This should fix errors that the old code would've run into thanks to the update to Go 1.18, and should help prevent them in the future by pinning to a specific release of both Bashbrew and the related scripts.

Signed-off-by: Tianon Gravi <admwiggin@gmail.com>

Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
2022-11-26 14:27:18 +00:00
Justin Lamp
dfb538c5c7
Fixes warning about svg support missing (#1789)
* Include imagick in all flavours

Signed-off-by: Justin Lamp <justin.lamp@netways.de>

* Fix alpine imagick version

Signed-off-by: Justin Lamp <justin.lamp@netways.de>

* Changed alpine package to imagemagick
php extension is already present, so only install imagemagick

Signed-off-by: modzilla99 <justin.lamp96@gmail.com>

Signed-off-by: Justin Lamp <justin.lamp@netways.de>
Signed-off-by: modzilla99 <justin.lamp96@gmail.com>
2022-11-15 14:36:51 +01:00
J0WI
625445fbe9
Bump to 24.0.7
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-11-03 17:51:31 +00:00
GitHub Workflow
739d699640 Runs update.sh 2022-11-03 16:15:06 +00:00
MAbeeTT (Matías Pecchia)
aa779c7c92
prevents running occ maintenance:update:htaccess on a first run volume (#1843)
Signed-off-by: Matías Pecchia <179218+mabeett@users.noreply.github.com>

Signed-off-by: Matías Pecchia <179218+mabeett@users.noreply.github.com>
2022-11-03 16:13:35 +00:00
GitHub Workflow
88568fb121 Runs update.sh 2022-11-03 15:32:23 +00:00
GitHub Workflow
de77074a55 Runs update.sh 2022-10-19 15:06:11 +00:00
J0WI
ea1360defa
PHP 8.1 (#1841)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-10-19 14:58:40 +00:00
Florian Friedrich
20327851c8
Update stable to 24.0.6 (#1832)
Signed-off-by: Florian Friedrich <ffried@me.com>

Signed-off-by: Florian Friedrich <ffried@me.com>
2022-10-07 11:28:11 +00:00
GitHub Workflow
d934a4b578 Runs update.sh 2022-10-06 13:36:28 +00:00
J0WI
f69a48834e
Fix mysql import in nextcloud readme
https://github.com/docker-library/docs/pull/2210

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-10-05 20:15:07 +00:00
GitHub Workflow
85e22b4a8e Runs update.sh 2022-09-20 00:33:20 +00:00
J0WI
fa4d98490c
24.0.5 (#1817)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-09-08 19:20:52 +00:00
GitHub Workflow
3cbad551c3 Runs update.sh 2022-09-08 19:11:46 +00:00
J0WI
3c7c42e604
Allow manual run
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-09-07 14:19:40 +00:00
GitHub Workflow
b30812dea9 Runs update.sh 2022-09-06 16:46:19 +00:00
J0WI
19256cdbf8
Allow to run with custom uid (#1812)
fix: #359, #772, #1081, #1087, #1278

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

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-09-06 16:46:03 +00:00
Adam Monsen
2a5bc6f3bb
enable mariadb auto upgrade (#1814)
* enable mariadb auto upgrade

This fixes after-upgrade issues, for example:

    [ERROR] Incorrect definition of table mysql.event: expected column 'definer' at position 3 to have type varchar(, found type char(141).

The upgrade only happens when necessary.

I also disabled the system database backup because I assume users create
and test their own backups.

Signed-off-by: Adam Monsen <haircut@gmail.com>

* use 1s instead of "yesplease"

Any nonzero value is valid for these environment variables.

Signed-off-by: Adam Monsen <haircut@gmail.com>

Signed-off-by: Adam Monsen <haircut@gmail.com>
2022-09-06 16:45:45 +00:00
GitHub Workflow
338b483247 Runs update.sh 2022-09-02 13:00:36 +00:00
Mehdi Zakaria Benadel
d447c5793a
fix SMTP_PASSWORD_FILE not triggering auth activation (#1614)
Signed-off-by: Mehdi Benadel <mehdi.benadel@gmail.com>

Signed-off-by: Mehdi Benadel <mehdi.benadel@gmail.com>
2022-09-02 13:00:12 +00:00