Commit Graph

417 Commits

Author SHA1 Message Date
Ferdinand Thiessen
7d5d1a0f11 docs(admin): Document change of max_chunk_size
It is now 100MiB instead of 10MiB and no longer an app config,
but a system config option.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-01-17 13:20:46 +01:00
Josh
d2caf0b2ce fix(bigFiles): add note re: nginx fastcgi_read_timeout when chunking
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-01-15 10:40:42 -05:00
Thomas Citharel
d93e2cf571 feat(admin): document preview:cleanup occ command
Ref https://github.com/nextcloud/server/pull/48537

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2025-01-07 19:04:56 +01:00
Josh
8c00c862d8 fix(s3): document options for adjusting multipartcopy behavior
Added in nextcloud/server#41914

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-22 15:29:16 -05:00
F. E Noel Nfebe
bb8533bde9 Merge pull request #12339 from nextcloud/update-encryption-docs
chore: Update notes on public sharing key
2024-11-17 20:34:49 +01:00
nfebe
ae59612f32 chore: Update notes on master sharing key
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2024-11-14 10:56:19 +01:00
Matthias Grundmann
8a111854e2 feat: Explain preview_max_memory configuration parameter
Co-authored-by: Matthias Grundmann <matthias@glasmail.de>
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-13 18:57:05 +01:00
Josh Richards
69952ba04d Add link to Big File handling section from nginx doc chapter
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-11-13 02:13:01 +01:00
Ferdinand Thiessen
0820f56832 fix: Adjust path
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-13 02:00:52 +01:00
Ethan McAuliffe
31961b406a Use default redis socket name in example config
Signed-off-by: Ethan McAuliffe <14607273+emcauliffe@users.noreply.github.com>
2024-11-13 02:00:52 +01:00
Côme Chilliet
a182d3cc30 enh: Move occ configuration to top level
It’s not specific to server configuration and should be easy to find in
 the admin manual.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-09-17 16:36:43 +02:00
Ferdinand Thiessen
9e09785b3c Merge pull request #12133 from nextcloud/sftp-custom-port
docs: Update SFTP External Storage custom port instructions
2024-09-14 22:52:31 +02:00
Christopher Ng
c16ef0dbdd fix(admin): Add note on trashbin cleanup when quota is exceeded
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-09-11 11:53:24 -07:00
Josh
56d49961c9 fix(encryption): Link to current version of recovery tools
Fixes nextcloud/server#47594

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-08-29 14:09:29 -04:00
Josh
ad95f07cbe docs: Update SFTP External Storage custom port instructions
For nextcloud/server#47527

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-08-27 09:08:07 -04:00
Richard Steinmetz
e7ffe4e1ed Merge pull request #12020 from nextcloud/fix-preview-enabled-parameter
fix(Files): mention enabledPreviewProviders parameter in Previews chapter
2024-08-05 08:30:37 +02:00
Daniel Kesselberg
2f269adec6 feat: hello codespell
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-07-23 13:04:10 +02:00
Josh Richards
00bb452879 fix(Files): mention enabledPreviewProviders parameter in Previews chapter
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-07-15 09:50:36 -04:00
Josh
094ddb7960 fix: remove mention of legacy filelocking.enabled toggle
No longer relevant today since it's not an experiment feature and is now on by default. There is no good reason to disable it.

See #45330 & https://github.com/nextcloud/server/pull/45330#discussion_r1608291623

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-21 09:18:40 -04:00
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