summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
8 daysfix(README): Point help seekers to forum firstJosh
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-02TypoJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-02-05Update Readme.mdSimon L
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-01-26Allow setting AWS S3 SSE-C key (#2151)Patrick Hobusch
The AWS S3 SSE-C key for server side encryption can now be set using the environment variable `OBJECTSTORE_S3_SSE_C_KEY`. Signed-off-by: Patrick Hobusch <patrick@hobusch.net>
2024-01-16Allow setting AWS S3 storage class (#2138)Patrick Hobusch
The AWS S3 storage class can now be set using the environment variable `OBJECTSTORE_S3_STORAGE_CLASS`. The order of the AWS S3 environment variables in the `README.md` has also been adjusted to be more "logical". Signed-off-by: Patrick Hobusch <patrick@hobusch.net>
2024-01-14Mention minimal SMTP configuration in README.md (#2144)Raphael Nestler
Looking at https://github.com/nextcloud/docker/blob/d1dbc77e0b5e851105cf8606942e74b7d21fe682/.config/smtp.config.php it is clear that `SMTP_HOST`, `MAIL_FROM_ADDRESS` and `MAIL_DOMAIN` must be set. Signed-off-by: Raphael Nestler <raphael.nestler@gmail.com>
2024-01-12Merge pull request #2133 from ↵Josh
nextcloud/enh/readme/persist-volumes-custom-upgrade-exclude enh(README) Persistent volume upgrade.exclude clarification
2024-01-12Update README.mdJosh
Co-authored-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-01-09Update logo in README.mdJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-12-28enh(README) Persistent volume upgrade.exclude clarificationJosh Richards
- Make the warning more prominent - Clarify the language - Clarity trade-offs Fixes: #2132 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
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-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-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-25Update README.md (#1983)kn0wmad
Signed-off-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com>
2023-03-28Update MariaDB to 10.6 (#1956)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-28feat: support object store credentials from file (#1946)Anderson Entwistle
Signed-off-by: Anderson Entwistle <46688047+aentwist@users.noreply.github.com>
2023-03-04Add words to README to draw attention to the use of upgrades.exclude, ↵Ben Siddans
potential for files to be removed during installation/upgrades. (#1862)
2023-03-04Fixed broken link (#1931)okrc
Signed-off-by: okrc <okrc@hexo.dev>
2023-03-04docs(smtp): clearify on mail_from_address (#1929)Daniel
mail_from_address will overwrite the local-part for the from address. Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-03-01Merge pull request #1905 from remram44/lockJohn Molakvoæ
2023-02-19README: update to reflect support of these images vs enterprise and AIO (#1916)Simon L
* 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-17Enable MariaDB binary log (#1881)Adam Monsen
* 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-08Remove NEXTCLOUD_INIT_LOCKRemi Rampin
Signed-off-by: Remi Rampin <remi@rampin.org>
2022-10-05Fix mysql import in nextcloud readmeJ0WI
https://github.com/docker-library/docs/pull/2210 Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-06-30Add `NEXTCLOUD_INIT_HTACCESS` to run `occ maintenance:update:htaccess` after ↵John Molakvoæ
init (#1761) Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-06-01Add `NEXTCLOUD_INIT_LOCK` to enable shared html volume updateJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-25Minor typosJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-01-14fixed spacing error (#1664)koderik
Signed-off-by: koderik <erik.sandlov@gmail.com> Co-authored-by: koderik <erik.sandlov@gmail.com>
2022-01-14Add link to nginx configuration instructions (#1663)Brian Lee
2021-12-10Changed 'to' to 'in' (#1649)Charlie Macfarlane Brodie
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-11-29Added fetching autoconfig data from Docker secrets (#1516)Simon Tushev
* 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-25Add OVERWRITECLIURL env var (#1622)Klaus Frank
Signed-off-by: Klaus Frank <git@frank.fyi>
2021-07-30Implement docker secret handling for SMTP_PASSWORD (#1471)András Maróy
* Implement docker secret handling for SMTP_PASSWORD Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Use `trim` instead of `rtrim` for `SMTP_PASSWORD_FILE` contents Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Co-authored-by: GitHub Workflow <workflow@github.com>
2021-07-13Lock mariadb to 10.5 (#1536)Patrizio Bekerle
2021-07-13Revert "Lock mariadb to 10.5"Patrizio Bekerle
This reverts commit 94a24c2385a7be70a23a1c02661ddc4c675f4c32.
2021-07-13Lock mariadb to 10.5Patrizio Bekerle
2021-04-06Fix typo (#1468)Fabian Eisinger
The environment variable for MYSQL_DATABASE was named MYSQL_DB in chapter "Docker Secrets". The typo probably happened because of inconsistent naming of MYSQL_DATABSE vs POSTGRES_DB.
2021-03-27Add "legacy_auth" option for S3 object stores (#1444)Philipp
* Add "legacy_auth" option for S3 object stores Signed-off-by: Philipp <admin@philipp.info> * Update .config/s3.config.php Co-authored-by: J0WI <J0WI@users.noreply.github.com> Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2021-03-24Fixed incorrect environment variable (#1446)Guillot Julien
Replaced incorrect environment variable name `OBJECTSTORE_SWIFT_SERVICE_REGION` by `OBJECTSTORE_SWIFT_REGION`. As visible in https://github.com/nextcloud/docker/blob/f1ca6dbfab022e44b8aed9909939a4c43726d2f2/19.0/fpm/config/swift.config.php#L25, configu read `OBJECTSTORE_SWIFT_REGION` instead of `OBJECTSTORE_SWIFT_SERVICE_REGION`.
2021-02-22Fixed invalid `PHP_INI_MEMORY_LIMIT` variable name (#1415)Bloody Altair
2021-02-22Add objectPrefix et autocreate environment variables (#1389)johackim
Signed-off-by: johackim <contact@johackim.com>
2021-02-20Merge pull request #1383 from Schroedingers-Cat/clearer-migrationTilo Spannagel
Clearer migration documentation
2021-02-19Implement essential php.ini configuration via ENV (#1379)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com> Co-Authored-By: Alexander Sosna <alexander.sosna@credativ.de> Co-Authored-By: =?UTF-8?q?Alexander=20Gr=C3=BC=C3=9Fung?= <alexander@gruessung-online.de> Co-authored-by: Alexander Sosna <alexander.sosna@credativ.de> Co-authored-by: =?UTF-8?q?Alexander=20Gr=C3=BC=C3=9Fung?= <alexander@gruessung-online.de>
2021-01-24Migration: Clearer distinction between docker cp and system's cpSchroedingers-Cat
Signed-off-by: Schroedingers-Cat <6382400+Schroedingers-Cat@users.noreply.github.com>
2021-01-24Migration: Add info for copying data including its metadataSchroedingers-Cat
Signed-off-by: Schroedingers-Cat <6382400+Schroedingers-Cat@users.noreply.github.com>
2021-01-24Make hierarchy of ordered list clearer by proper indentingSchroedingers-Cat
Signed-off-by: Schroedingers-Cat <6382400+Schroedingers-Cat@users.noreply.github.com>
2021-01-14Add text on necessity of all database env-vars in README (#1361)kitkittia
Signed-off-by: kitkittia <71378354+kitkittia@users.noreply.github.com>
2021-01-14Fix paragraph about reverse proxy setup (#1349)Péter Bozsó
2021-01-08minor typographical edits (#1352)Bill Mitchell
Signed-off-by: Bill Mitchell <bill@publicrelay.com>
2020-12-21Document Redis secret (#1337)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>