J0WI
30bb621341
Update MariaDB to 10.6 ( #1956 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
3 years ago
Anderson Entwistle
e1b1923861
feat: support object store credentials from file ( #1946 )
...
Signed-off-by: Anderson Entwistle <46688047+aentwist@users.noreply.github.com>
3 years ago
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 )
3 years ago
okrc
bcb0642e00
Fixed broken link ( #1931 )
...
Signed-off-by: okrc <okrc@hexo.dev>
3 years ago
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>
3 years ago
John Molakvoæ
aac4d09c74
Merge pull request #1905 from remram44/lock
3 years ago
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>
3 years ago
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>
3 years ago
Remi Rampin
8aabc4b3ea
Remove NEXTCLOUD_INIT_LOCK
...
Signed-off-by: Remi Rampin <remi@rampin.org>
3 years ago
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>
4 years ago
John Molakvoæ
209d65d0b6
Add `NEXTCLOUD_INIT_HTACCESS` to run `occ maintenance:update:htaccess` after init ( #1761 )
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
4 years ago
John Molakvoæ
83d5e72596
Add `NEXTCLOUD_INIT_LOCK` to enable shared html volume update
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
4 years ago
J0WI
f511ef284b
Minor typos
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 years ago
koderik
365c4f8400
fixed spacing error ( #1664 )
...
Signed-off-by: koderik <erik.sandlov@gmail.com>
Co-authored-by: koderik <erik.sandlov@gmail.com>
4 years ago
Brian Lee
1b80124463
Add link to nginx configuration instructions ( #1663 )
4 years ago
Charlie Macfarlane Brodie
44a55665a3
Changed 'to' to 'in' ( #1649 )
...
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>
5 years ago
Simon Tushev
2857b4b3f1
Added fetching autoconfig data from Docker secrets ( #1516 )
...
* 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>
5 years ago
Klaus Frank
6e54048644
Add OVERWRITECLIURL env var ( #1622 )
...
Signed-off-by: Klaus Frank <git@frank.fyi>
5 years ago
András Maróy
5d01cebeab
Implement docker secret handling for SMTP_PASSWORD ( #1471 )
...
* 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>
5 years ago
Patrizio Bekerle
c91097a08e
Lock mariadb to 10.5 ( #1536 )
5 years ago
Patrizio Bekerle
d7f1fa7b0d
Revert "Lock mariadb to 10.5"
...
This reverts commit 94a24c2385 .
5 years ago
Patrizio Bekerle
94a24c2385
Lock mariadb to 10.5
5 years ago
Fabian Eisinger
6b4745de27
Fix typo ( #1468 )
...
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.
5 years ago
Philipp
a15c755399
Add "legacy_auth" option for S3 object stores ( #1444 )
...
* 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>
5 years ago
Guillot Julien
314dfb4cda
Fixed incorrect environment variable ( #1446 )
...
Replaced incorrect environment variable name `OBJECTSTORE_SWIFT_SERVICE_REGION` by `OBJECTSTORE_SWIFT_REGION`.
As visible in f1ca6dbfab/19.0/fpm/config/swift.config.php (L25) , configu read `OBJECTSTORE_SWIFT_REGION` instead of `OBJECTSTORE_SWIFT_SERVICE_REGION`.
5 years ago
Bloody Altair
a10ff74b68
Fixed invalid `PHP_INI_MEMORY_LIMIT` variable name ( #1415 )
5 years ago
johackim
94e751cd97
Add objectPrefix et autocreate environment variables ( #1389 )
...
Signed-off-by: johackim <contact@johackim.com>
5 years ago
Tilo Spannagel
8b9ca85ac5
Merge pull request #1383 from Schroedingers-Cat/clearer-migration
...
Clearer migration documentation
5 years ago
J0WI
061d860c0e
Implement essential php.ini configuration via ENV ( #1379 )
...
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>
5 years ago
Schroedingers-Cat
0d4148f9a4
Migration: Clearer distinction between docker cp and system's cp
...
Signed-off-by: Schroedingers-Cat <6382400+Schroedingers-Cat@users.noreply.github.com>
5 years ago
Schroedingers-Cat
d7e6260688
Migration: Add info for copying data including its metadata
...
Signed-off-by: Schroedingers-Cat <6382400+Schroedingers-Cat@users.noreply.github.com>
5 years ago
Schroedingers-Cat
915e7584b0
Make hierarchy of ordered list clearer by proper indenting
...
Signed-off-by: Schroedingers-Cat <6382400+Schroedingers-Cat@users.noreply.github.com>
5 years ago
kitkittia
b0920f4087
Add text on necessity of all database env-vars in README ( #1361 )
...
Signed-off-by: kitkittia <71378354+kitkittia@users.noreply.github.com>
6 years ago
Péter Bozsó
f9699a1d1a
Fix paragraph about reverse proxy setup ( #1349 )
6 years ago
Bill Mitchell
c0a3273cd4
minor typographical edits ( #1352 )
...
Signed-off-by: Bill Mitchell <bill@publicrelay.com>
6 years ago
J0WI
b3f7d00d9b
Document Redis secret ( #1337 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
6 years ago
J0WI
c4a2995631
Minor fixes and typos ( #1336 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
6 years ago
tetebueno
380c1645eb
Environment variables in docker-compose section ( #1316 )
...
* Environment variables in docker-compose section
Docker-compose file in the example was missing database configuration environment variables of the app container, making the stack to use SQLite by default instead of the DB container.
Didn't add `NEXTCLOUD_ADMIN_*` variables since this addresses the DB being configured with SQLite. This still works setting up admin credentials on first NC run.
Signed-off-by: tetebueno <9064236+tetebueno@users.noreply.github.com>
* Fixing FPM version too.
Signed-off-by: tetebueno <9064236+tetebueno@users.noreply.github.com>
6 years ago
J0WI
6fd2227a3d
Add GitHub CI badge ( #1301 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
6 years ago
Tobias Messner
d1d4467e34
Fix typo in README ( #1244 )
...
Signed-off-by: Tobias Messner <tobias@zusor.io>
6 years ago
Adam Jenkins
84c775e440
Adds ability to configure swift object store though environment ( #1243 )
...
Signed-off-by: Adam Jenkins <adamjenkins1701@gmail.com>
6 years ago
Pierre Ozoux
27c54cdd9e
Adds ability to configure S3 object stores via environment variables ( #1227 )
...
* Adds ability to configure S3 object stores via environment variables
closes #1193 #1124 #1134
Co-authored-by: Adam Jenkins <adamjenkins1701@gmail.com>
Co-authored-by: Stephen Cuppett <scuppett@redhat.com>
* Update .config/s3.config.php
Co-authored-by: Adam Jenkins <adamjenkins1701@gmail.com>
Co-authored-by: Stephen Cuppett <scuppett@redhat.com>
6 years ago
pierreozoux
7a286da8c3
Revert "Adds ability to configure S3 object stores via environment variables"
...
This reverts commit 47032fddb6 .
6 years ago
pierreozoux
47032fddb6
Adds ability to configure S3 object stores via environment variables
...
closes #1193 #1124 #1134
Co-authored-by: Adam Jenkins <adamjenkins1701@gmail.com>
Co-authored-by: Stephen Cuppett <scuppett@redhat.com>
6 years ago
J0WI
1e6d0620af
Revert "Fix triggering install and update script ( #1181 )"
...
This reverts commit de90bed706 .
6 years ago
stackcoder
de90bed706
Fix triggering install and update script ( #1181 )
...
* Match cmd provided by Dockerfile again with entrypoint.sh
Signed-off-by: stackcoder <stackcoder@gmail.com>
* Fixup README.md
Signed-off-by: stackcoder <stackcoder@gmail.com>
6 years ago
J0WI
3ac6fde8d6
Remove db prefix option ( #1131 )
...
* Remove db prefix option
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Upgrade to 18.0.6
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
6 years ago
J0WI
5bd63028a7
Add mips64le badge
6 years ago
J0WI
9d807aa7ad
Update badges
6 years ago
András Maróy
6d2390726f
Expose reverse proxy related configuration as environment variables ( #1048 )
...
* Expose reverse proxy related configuration as environment variables
Signed-off-by: András Maróy <andras@maroy.hu>
* Update README.md
Co-Authored-By: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: András Maróy <andras@maroy.hu>
* Update README.md
Co-Authored-By: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: András Maróy <andras@maroy.hu>
* Add default values for reverse proxy config from environment
Signed-off-by: András Maróy <andras@maroy.hu>
* Change reverse proxy default values to null
Signed-off-by: András Maróy <andras@maroy.hu>
* Store environment variables in vars in reverse-proxy config
Signed-off-by: András Maróy <andras@maroy.hu>
* Merge reverse proxy configs
Signed-off-by: András Maróy <andras@maroy.hu>
* Move overwrite parameters to reverse proxy section in the readme
Signed-off-by: András Maróy <andras@maroy.hu>
* Add reverse proxy config to 19.0-beta images
Signed-off-by: András Maróy <andras@maroy.hu>
* Remove default null from reverse proxy config to avoid breaking existing deployments
Signed-off-by: András Maróy <andras@maroy.hu>
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
6 years ago