0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-24 20:34:10 +02:00
Commit graph

1253 commits

Author SHA1 Message Date
kn0wmad
5d6b615a8e
Update README.md ()
Signed-off-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com>
2023-05-25 22:23:01 +00:00
J0WI
2d8f990304
Stable 25.0.6
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-04-20 14:57:03 +00:00
GitHub Workflow
620d4d68f4 Runs update.sh 2023-04-20 13:11:17 +00:00
Stavros Kois
8df9b2617e
Updates X-Robot-Tag in nginx.conf examples ()
* Update X-Robot-Tag in nginx.conf example

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* update nginx.conf examples

* Update .examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf

Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* apply to all files

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2023-04-02 16:33:05 +00:00
J0WI
ee394835b7
Stable 25.0.5 () 2023-04-02 15:39:27 +00:00
J0WI
3eb80c52b1
Support SELinux in docker-compose.yml examples (fix ) ()
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-28 16:05:53 +00:00
J0WI
30bb621341
Update MariaDB to 10.6 ()
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-28 15:35:15 +00:00
GitHub Workflow
cf30668784 Runs update.sh 2023-03-28 13:51:27 +00:00
Anderson Entwistle
e1b1923861
feat: support object store credentials from file ()
Signed-off-by: Anderson Entwistle <46688047+aentwist@users.noreply.github.com>
2023-03-28 13:50:55 +00:00
GitHub Workflow
1ca0f40af4 Runs update.sh 2023-03-24 00:27:35 +00:00
GitHub Workflow
289f0bb8a3 Runs update.sh 2023-03-21 22:44:45 +00:00
J0WI
165698da7b
Alpine 3.17 ()
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-21 22:44:22 +00:00
GitHub Workflow
89a0b8904e Runs update.sh 2023-03-21 19:31:45 +00:00
J0WI
8c9cdd1268
Add sysvsem ()
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-21 19:31:21 +00:00
GitHub Workflow
6cb8913dc4 Runs update.sh 2023-03-21 18:46:08 +00:00
J0WI
321d0b29a0
Remove EOL 23 ()
* Remove EOL 23

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

* Clenaup GMP extension installation

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

---------

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-21 18:45:38 +00:00
GitHub Workflow
287f6ddc86 Runs update.sh 2023-03-21 18:20:33 +00:00
severinkaelin
9919d713e6
Reference latest instead of hardcoded versions in admin manual links ()
Signed-off-by: severinkaelin <39438642+severinkaelin@users.noreply.github.com>
2023-03-21 18:02:17 +00:00
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. () 2023-03-04 19:16:46 +00:00
okrc
bcb0642e00
Fixed broken link ()
Signed-off-by: okrc <okrc@hexo.dev>
2023-03-04 19:13:45 +00:00
Daniel
4abe7df9d5
docs(smtp): clearify on mail_from_address ()
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 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 from remram44/lock 2023-03-01 11:06:29 +01:00
J0WI
c5a8a8863b
25.0.4 () 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 ()
* 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 ()
* 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 ()
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 ()
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 ()
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. ()
* 🩹 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: 

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 ) () 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 ()
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 () 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 ()
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 ()
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 ()
* 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