J0WI
4c17a0ed0c
Merge d33cabda45 into 4de1eed65a
1 week ago
Josh
6b8c769d20
docs(README): clarify apps_paths migration instructions
...
Combine steps 3.2 and 3.3 under "Migrating an existing installation"
into a single "replace" instruction. The previous two-step approach
("delete your apps_paths" then "add this apps_paths") was ambiguous
and could be misread as requiring no apps_paths configuration at all
after step 3.2.
The revised step explains that any existing apps_paths configuration
should be replaced with the Docker-compatible version, notes that the
existing configuration may vary in form, and briefly explains why the
apps directory must be non-writable and custom_apps writable.
Signed-off-by: Josh <josh.t.richards@gmail.com>
4 months ago
J0WI
d33cabda45
Refactor Redis connection for TLS and unix sockets
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 months ago
SirRGB
ce22ef5162
docs: update occ link
...
Signed-off-by: SirRGB <sirrgb@proton.me>
5 months ago
Josh
264d04f2a2
feat: Add Table of Contents to README
...
Added a Table of Contents section to improve navigation.
Signed-off-by: Josh <josh.t.richards@gmail.com>
9 months ago
Kaloyan Nikolov
614be28550
Updated examples ( #2405 )
...
* Updated examples
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Lock examples to PostgreSQL 16
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Pin postgresql to 16 in Readme example
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Update .examples/docker-compose/insecure/mariadb/apache/compose.yaml
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Update .examples/docker-compose/insecure/postgres/apache/compose.yaml
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Update .examples/docker-compose/insecure/mariadb/fpm/compose.yaml
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Moved some comments on new lines.
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Moved another comment to new line
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Unified across files / updated README file.
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Use canonical links to external services.
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
---------
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
1 year ago
Josh
c351ce76ab
docs(README): Fix missing `-it` in non-Compose `docker exec` command
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 year ago
Josh
5be2a020e0
docs(readme): Document running as an arbitrary user ( #2398 )
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 year ago
HPPinata
8d2e9048bc
expire binlog ( #2350 )
...
* expire binlog
expire binlog entries older than a week to avoid unbounded binlog growth over longer timespans
Signed-off-by: HPPinata <83947761+HPPinata@users.noreply.github.com>
* kill binlog
remove all references and options regarding binlog from docker compose files
Signed-off-by: HPPinata <83947761+HPPinata@users.noreply.github.com>
---------
Signed-off-by: HPPinata <83947761+HPPinata@users.noreply.github.com>
2 years ago
Thomas Clavier
e0294b65ac
use var PHP_OPCACHE_MEMORY_CONSUMPTION for configuration ( #2090 )
...
* use var PHP_OPCACHE_MEMORY_CONSUMTION for configuration
Signed-off-by: Thomas Clavier <tom@tcweb.org>
* Use PHP_OPCACHE_MEMORY_CONSUMTION in Dockerfile-alpine.template
Signed-off-by: Thomas Clavier <tom@tcweb.org>
* fix typo : CONSUMTION -> CONSUMPTION
* Add opcache.memory_consumption documentation
* fix typo
---------
Signed-off-by: Thomas Clavier <tom@tcweb.org>
2 years ago
Hagen
5b932e390e
Add REDIS_HOST_USER variable to specify a redis user ( #2359 )
...
Signed-off-by: hagene <hagene@uio.no>
2 years ago
Josh
d5c6e2ff0e
docs(readme): Add community helm chart link
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2 years ago
Josh
2f4de23ea1
docs(README): Basic status badges
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2 years ago
Josh
cf1df9f1cc
chore: remove no longer used badges from README ( #2345 )
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2 years ago
Josh
61fb34da5f
fix(readme): a few typos and small sentences adjustments
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2 years ago
Josh
307a8a8b8a
Merge pull request #2338 from nextcloud/docs-readme-header-links-plus-misc-reorg
...
docs(readme): Add more headers for direct linking / misc refactors
2 years ago
Josh
3d21293d9e
docs(readme): Add more headers for direct linking / misc refactors
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2 years ago
Kaloyan Nikolov
a82394557c
Merge branch 'nextcloud:master' into volume-clarification
2 years ago
Kaloyan Nikolov
daea70d768
Replace bind mounts with figurative path
...
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
2 years ago
rugk
dd663d60c6
Add example command for copying ( #2327 )
...
As for https://github.com/nextcloud/docker/issues/2266 and the re-appearing message IMHO, it is quite convenient to have a command to copy here if you just have not changed any config files…
Signed-off-by: rugk <rugk+git@posteo.de>
2 years ago
Josh
090934d9b0
feat(readme): Viewing merged config via `occ config:list system`
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2 years ago
Kaloyan Nikolov
0ee77f1a92
Clarify apps and custom_apps
...
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
2 years ago
Kaloyan Nikolov
53c3162c83
Clarify Readme on bind volumes
...
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
2 years ago
Dominic Giebert
a9f9885e65
Add FORWARDED_FOR_HEADERS to the reverse-proxy config ( #2272 )
...
* Add FORWARDED_FOR_HEADERS to the reverse-proxy config
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com>
* Add FORWARDED_FOR_HEADERS to documentation
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com>
---------
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com>
2 years ago
J0WI
5a242f6055
MariaDB 10.11 ( #2298 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2 years ago
Alexandra Branco
c83d457857
Added information about permissions errors (migrating to alpine) ( #2289 )
...
* Added information about permissions errors when migrating docker images to alpine.
* Updated README.md documentation after review.
2 years ago
Kaloyan Nikolov
38994cbb87
Documentation and examples update for use with docker compose v2 ( #2201 )
...
* Update examples section according to the latest docker compose requirements.
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Minor readme updates to match the changes for the compose v2 syntax.
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Fix wrong environment variable
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Add missing headers to fpm config
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Fix cache control
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Add mjs file extension in a proper way.
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Typos fixed, minor clarification changes
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Removed logging from compose files.
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Restored MariaDB to 10.6 as per docs suggestions
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Remove extra nginx volume
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Removed GH specific markdown from Readme, change mariadb to recommended version
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* typo
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Update .examples/docker-compose/with-nginx-proxy/postgres/apache/compose.yaml
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Update to correct MariaDB command
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Updated compose files for mariadb to match current docs
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Update outdated docker-compose command in Readme
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Added back --log-bin to MariaDB command. See PR 1881
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Remove wrongly added logging to Readme.MD
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
* Use proper name for --log-bin param
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
---------
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2 years ago
Florian Latifi
5c58b2aa09
Warn on mismatching auto-config files ( #2120 )
...
Signed-off-by: Florian Latifi <mail@florian-latifi.at>
Co-authored-by: Josh <josh.t.richards@gmail.com>
2 years ago
Josh
f454867803
docs(README): SMTP/MAIL values always override web UI ( #2243 )
...
Fixes #1312
Signed-off-by: Josh <josh.t.richards@gmail.com>
2 years ago
Josh
ba9a6c2d93
fix(README): Point help seekers to forum first
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2 years ago
J0WI
f23d5d3ab4
Typo
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2 years ago
Simon L
be444a05a2
Update Readme.md
...
Signed-off-by: Simon L <szaimen@e.mail.de>
3 years ago
Patrick Hobusch
2e9139bac8
Allow setting AWS S3 SSE-C key ( #2151 )
...
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>
3 years ago
Patrick Hobusch
5dfa556afc
Allow setting AWS S3 storage class ( #2138 )
...
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>
3 years ago
Raphael Nestler
f14ad96e2d
Mention minimal SMTP configuration in README.md ( #2144 )
...
Looking at d1dbc77e0b/.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>
3 years ago
Josh
ea64bed4f9
Merge pull request #2133 from nextcloud/enh/readme/persist-volumes-custom-upgrade-exclude
...
enh(README) Persistent volume upgrade.exclude clarification
3 years ago
Josh
accf5bf119
Update README.md
...
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
3 years ago
J0WI
bbc81a94b7
Update logo in README.md
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
3 years ago
Josh Richards
fd6f811978
enh(README) Persistent volume upgrade.exclude clarification
...
- Make the warning more prominent
- Clarify the language
- Clarity trade-offs
Fixes : #2132
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
3 years ago
adripo
90064ed260
Set Apache LimitRequestBody with env variable APACHE_BODY_LIMIT ( #2065 )
...
* 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>
3 years ago
Dennis Værum
d3251467e6
Added entrypoint hooks for your own custom scripts ( #1964 )
...
* 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>
3 years ago
Simon L
35e99028fb
adjust readme again to be a bit more verbose about what AIO is ( #2006 )
...
Signed-off-by: Simon L <szaimen@e.mail.de>
3 years ago
kn0wmad
5d6b615a8e
Update README.md ( #1983 )
...
Signed-off-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com>
3 years ago
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