Commit Graph

398 Commits

Author SHA1 Message Date
Josh
848086dfb3 docs(admin): Document MultipartUpload for uploading chunks to s3
Add a note to the "Large file upload on object storage" section.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-08 18:47:21 -04:00
Ferdinand Thiessen
e54159acae feat(admin_manual): Document S3 concurrency option
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-03-16 21:30:56 +01:00
Côme Chilliet
ad53d41b9c fix: Fix obsolete statement about encryption overhead
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-03-08 14:39:08 +01:00
Louis Chemineau
ae5acaf979 Add note about named versions for admins
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-05 11:14:21 +01:00
Louis
e9c1af1ff0 Merge pull request #11537 from arawa/feature/37677/exclude-some-groups-from-sharing-with-users
Feature #37677 documentation : Exclude some groups from sharing with users
2024-02-28 10:09:54 +01:00
Sebastien Marinier
c7396f527e Change 'Ignore the following groups when checking group membership' : text block and more explanations
Signed-off-by: Sebastien Marinier <sebastien.marinier@arawa.fr>
2024-02-27 17:27:44 +01:00
Sebastien Marinier
48ec714019 Feature #37677 documentation : Exclude some groups from sharing with users (PR#38173)
Signed-off-by: Sebastien Marinier <sebastien.marinier@arawa.fr>
2024-02-13 12:13:05 +01:00
Louis Chemineau
ce1e233f51 Add documentation about new sharing settings
From the following PRs:
- https://github.com/nextcloud/server/pull/31932
- https://github.com/nextcloud/server/pull/31857
- https://github.com/nextcloud/server/pull/31857

Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-12 18:59:40 +01:00
austin3410
0ae03aeedd Update big_file_upload_configuration.rst
Added a note explaining chunk size has no impact on unauthenticated uploads.

Signed-off-by: austin3410 <32914667+austin3410@users.noreply.github.com>
2024-01-18 13:01:04 +00:00
austin3410
63047c535e Update file_sharing_configuration.rst
Added section to explain that public uploads aren't chunked.

Signed-off-by: austin3410 <32914667+austin3410@users.noreply.github.com>
2024-01-18 13:01:04 +00:00
Ferdinand Thiessen
523ce6c7a4 fix(admin): Update files sharing documentation for new admin settings
* Update the screenshot
* Adjust config option names and add missing ones

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-22 12:06:26 +01:00
tflidd
8a7d84a598 Update files_locking_transactional.rst
Fixes https://github.com/nextcloud/documentation/issues/11263.

Signed-off-by: tflidd <tflidd@aspekte.net>
2023-11-05 15:22:54 +01:00
Joas Schilling
aa0f03b599 Update sharing settings
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-25 07:47:28 +02:00
Rello
564e579054 Update admin_manual/configuration_files/external_storage/auth_mechanisms.rst
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-11 13:07:56 +02:00
Rello
72822f9556 Update auth_mechanisms.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-10-11 11:53:58 +02:00
Josh Richards
b99dd87de3 Merge pull request #11087 from joshtrichards/jr-admin-primary-s3-create-performance-gain
(Object Storage) S3 performance gain from disabling verify_bucket_exists
2023-09-06 15:08:58 -04:00
JanisPlayer
554f3bf399 Remove Imaginary settings and default JPEG quality set to 80
Signed-off-by: JanisPlayer <54918417+JanisPlayer@users.noreply.github.com>
2023-09-04 22:39:48 +02:00
Josh Richards
5c8f03842e (Object Storage) S3 performance gain from disabling verify_bucket_exists
As developed in nextcloud/server#23932

Also includes caveat language re: multibucket scenarios

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-09-03 09:05:07 -04:00
JanisPlayer
2d4fa9a4bd add 'preview_imaginary_url', 'preview_imaginary_key','preview_format', 'webp_quality'
Signed-off-by: JanisPlayer <54918417+JanisPlayer@users.noreply.github.com>
2023-09-02 11:15:01 +02:00
Josh Richards
f9c4a3fce4 (big_file_upload_configuration) Note new Apache LimitRequestBody default
Apache's default for this changed from 0 (unlimited) to 1 GiB. This impacts non-chunking client transactions.

Resolves: #35778 and #37695 and documents needed adjustments applicable to various others like https://github.com/nextcloud/docker/issues/1796

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-08-11 08:44:15 -04:00
Daniel
6ff932d080 Merge pull request #10433 from rubo77/server-side-encryption
clarify the separation encryption of local and remote storage
2023-08-03 15:45:15 +02:00
Nordinev
9a96a4bde3 suppress a duplicate word
Signed-off-by: Nordinev <117503934+Nordinev@users.noreply.github.com>
2023-07-03 14:25:46 +02:00
Dominik Fuchß
102c65aef1 Add information about request_timeout
Signed-off-by: Dominik Fuchß <develop@fuchss.org>
2023-06-12 19:49:56 +02:00
Josh Richards
f31ca31693 (primary+external storage) S3 bucket naming requirements
Fixes nextcloud/server#35364

Also adds note about S3 endpoint naming to to External Storage make consistent with Primary Storage change made in #10595

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-10 11:44:59 -04:00
Julius Härtl
4ed54fd679 Merge pull request #10595 from joshtrichards/jr-primary-storage-generic-s3-endpoint 2023-06-09 16:44:56 +02:00
Josh Richards
0bdafac933 (Primary Storage) Note to use generic S3 endpoint for hostname not bucket URL
Fixes #9679

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-09 09:55:34 -04:00
Josh Richards
bdb1634650 (primary storage) data backup/recovery implications
- Adds paragraph about data backup coverage
- Makes metadata/etc paragraph easier to read/comprehend
- Makes exclusive access language stronger

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-09 08:38:39 -04:00
Josh Richards
b8e0577931 feat(adminmanual): Clarify appropriate settings for Amazon S3 vs non-Amazon
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
2023-06-06 19:14:57 +02:00
Julius Härtl
b20bacd523 Merge pull request #10437 from joshtrichards/jr-s3-primary-storage-docs 2023-05-28 17:14:34 +02:00
Julius Härtl
20064f15cb Merge pull request #10438 from nextcloud/fix/adminmanual/primary-storage-s3-ssec-link 2023-05-25 19:05:56 +02:00
Josh Richards
640b7245fc Add'l clarification in S3 note + couple typos fixed
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-05-25 12:06:12 -04:00
Christoph Wurst
f5025077bd fix(adminmanual): Fix Amazon SSEC link
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-25 17:18:04 +02:00
Josh Richards
2281e388b0 (s3 primary) Simplify language, note defaults, better examples
Fixes #9934 (for primary storage)

* Clarifies parameters that may need to be changed when using with Amazon's S3
* Clarifies parameters that must be changed when using non-Amazon hosted S3
* Strips out no-op parameters (default values) from config example
* Lists supported parameters by type and their defaults (if any)
* Adds example config for non-Amazon hosted S3


Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-05-25 11:12:41 -04:00
Ruben Barkow-Kuder
07327b408a clarify the separation encryption of local and remote storage
Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
2023-05-25 11:24:53 +02:00
Joas Schilling
a6df5261fd fix(branchoff): Add more branch-off markers
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-22 11:52:52 +02:00
Richard Steinmetz
a311084bb9 fix(admin): command box formatting in SSE-C section
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-05-17 10:49:34 +02:00
max-nextcloud
ff1f285747 Merge pull request #10388 from nextcloud/fix/occ-decrypt-all
fix: occ encryption:decrypt-all handles maintenance mode and disables…
2023-05-15 15:08:26 +02:00
Max
a3e19e6217 fix: occ encryption:decrypt-all handles maintenance mode and disables encryption
When the command is started in maintenance mode it will even err out.
Also one should not disable encryption without decrypting all files first.

Signed-off-by: Max <max@nextcloud.com>
2023-05-15 13:05:40 +02:00
Christoph Wurst
4de1a10310 feat(adminmanual): Document system address book in 27
* Exposed for everyone now
* Property scopes
* Enumeration

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-12 10:56:22 +02:00
Christoph Wurst
d81fed0301 fix(adminmanual): Remove not about automatically trusted servers
This setting was removed in 19+

Ref https://github.com/nextcloud/server/pull/26765

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-09 13:26:23 +02:00
Rello
9342735e6f Update federated_cloud_sharing_configuration.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-04-27 15:29:55 +02:00
Rello
f48c17309b Update federated_cloud_sharing_configuration.rst
Add hint regarding the prerequisite for a green status light

Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-04-27 13:51:52 +02:00
Maxime LE HERICY
f67a150e8c Update encryption_configuration.rst
typo in the documentation.
actual command is encryption:fix-encrypted-version and not encryption:fix-encrypted-versionS


Signed-off-by: Maxime LE HERICY <87175513+maximelehericy@users.noreply.github.com>
2023-04-05 09:42:45 +02:00
Julius Härtl
43aecffd3c Add documentation for using SSE-C on S3 primary storage
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-31 09:33:27 +01:00
Thomas Citharel
89a240f283 Add docs for defaultTemplateDirectory app config
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-01-19 19:45:27 +01:00
Vincent Petry
f40e8711b3 Add info to fix encryption key issues
Added information about misplaced encryption keys and how to repair them
automatically or manually when needed.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-05 16:53:41 +01:00
Robin Appelman
98391da047 document azure primary storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-12-27 18:05:00 +01:00
pravynandas
846f08b724 Typo corrections
Signed-off-by: pravynandas <pravynandas@users.noreply.github.com>
2022-12-15 09:36:03 -05:00
pravynandas
d60deafcf1 Explicit path and backup instruction
For me personally, it took some time to figure out where to make these changes, I wish a line explicitly point out where and how to make those changes. I hope this commit does that.

Signed-off-by: pravynandas <pravynandas@users.noreply.github.com>
2022-12-13 10:07:00 -05:00
tflidd
88b890f188 Merge pull request #9405 from p-bo/patch-29
Remove link to disappeared document
2022-12-05 21:08:31 +01:00