summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-10-24(README) Add note about Alpine based image compatibilityjr-readme-alpineJosh Richards
Alpine based images are not supported by OnlyOffice or Nextcloud Office. Fixes #1041 + some mingled in reports elsewhere like: - https://github.com/nextcloud/docker/issues/1896#issuecomment-1601117063 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-10-23Runs update.shGitHub Workflow
2023-10-15Remove legacy header X-Download-Options in nginx.conf examples (#2077)am97
The header was relevant for Internet Explorer only and was removed from the nextcloud/server code: https://github.com/nextcloud/server/commit/ea0e45d81e6963dab8c89981538f9d5fe2d51472 Signed-off-by: Andrés Maldonado <maldonado@codelutin.com>
2023-10-06Bump to 27.1.2J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-10-06Runs update.shGitHub Workflow
2023-09-24Runs update.shGitHub Workflow
2023-09-21Bump to 27.1.1J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-09-21Runs update.shGitHub Workflow
2023-09-16Bump to 27.1.0J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-09-16Runs update.shGitHub Workflow
2023-09-16Set Apache LimitRequestBody with env variable APACHE_BODY_LIMIT (#2065)adripo
* 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-16Runs update.shGitHub Workflow
2023-09-14Bump to 26.0.5 (fix #2061)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-09-14Runs update.shGitHub Workflow
2023-09-10Runs update.shGitHub Workflow
2023-08-20Runs update.shGitHub Workflow
2023-08-20Replace RemoteIPTrustedProxy by RemoteIPInternalProxy in remoteip.conf (#2004)Mossroy
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-10Bump to 26.0.5 (#2050)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-08-10Apply changes from #2033 to the examples. (#2046)David Li
Signed-off-by: David Li <david@davidl.me>
2023-08-10Runs update.shGitHub Workflow
2023-07-24Stable 26.0.4J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-07-24Runs update.shGitHub Workflow
2023-07-24Debian Bookworm (#2033)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-07-20Runs update.shGitHub Workflow
2023-07-09Runs update.shGitHub Workflow
2023-07-09Block upgrade if it is not supported because major versions are too ↵Antonin Delpeuch
different (#2018) * Block upgrade if it is not supported Closes #1809. 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-06-22Stable 26.0.3 (fix #2016)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-06-22Runs update.shGitHub Workflow
2023-06-22Added entrypoint hooks for your own custom scripts (#1964)Dennis Værum
* 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-13Runs update.shGitHub Workflow
2023-06-09adjust readme again to be a bit more verbose about what AIO is (#2006)Simon L
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-05-31Alpine 3.18 & PHP 8.2 (#1989)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-05-31Use no-network option (#2000)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-05-31Runs update.shGitHub Workflow
2023-05-31Restore PHP 8.1 for Nextcloud 25 (#1998)J0WI
https://github.com/docker-library/php/pull/1412 Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-05-31Add versions.json (#1995)Daniel Rudolf
* Add %%DEBIAN_VERSION%% placeholder Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de> * Replace %%BASE_DOWNLOAD_URL%% placeholder by %%DOWNLOAD_URL{_ASC}%% Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de> * Add version.json 'versions.json' contains information about the latest branches and variants. It is managed by `./update.sh`, there's no need to edit this file manually, just run `./update.sh`. Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de> * Run update.sh Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de> --------- Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2023-05-28chore: update workflows from templates (#1993)Nextcloud Command Bot
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Co-authored-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-05-2625.0.7 (#1987)J0WI
https://github.com/nextcloud-releases/updater_server/pull/869/commits Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-05-26Downgrade Nextcloud 25 to PHP 8.0 due OpenSSL 1.1/Alpine 3.16 (#1990)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-05-25EOL 24 (#1988)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-05-25Runs update.shGitHub Workflow
2023-05-25Update README.md (#1983)kn0wmad
Signed-off-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com>
2023-04-20Stable 25.0.6J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-04-20Runs update.shGitHub Workflow
2023-04-02Updates X-Robot-Tag in nginx.conf examples (#1960)Stavros Kois
* 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-02Stable 25.0.5 (#1961)J0WI
2023-03-28 Support SELinux in docker-compose.yml examples (fix #324) (#1957)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-28Update MariaDB to 10.6 (#1956)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-28Runs update.shGitHub Workflow
2023-03-28feat: support object store credentials from file (#1946)Anderson Entwistle
Signed-off-by: Anderson Entwistle <46688047+aentwist@users.noreply.github.com>