Commit Graph

3640 Commits

Author SHA1 Message Date
Simon L
f901f8a482 Merge pull request #10644 from nextcloud/enh/noid/add-compression-section
add a section to server-tuning about asset compression
2023-06-24 15:25:30 +02:00
Simon L
c9914dc9c1 address review
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-24 15:06:37 +02:00
Richard Steinmetz
a2f53b98bb Merge pull request #10652 from nextcloud/enh/noid/imaginary-warning
add warning to imaginary docs that it is incompatible with SSE
2023-06-20 14:45:24 +02:00
Nextcloud bot
280721b428 generate documentation from config.sample.php 2023-06-20 02:48:22 +00:00
Simon L
0fef866c9d add warning to imaginary docs that it is incompatible with SSE
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-19 15:57:06 +02:00
Simon L
9fca3c34d4 Merge pull request #10643 from nextcloud/enh/noid/fix-mail-confusion
fix confusion around mail settings and improve layout a bit
2023-06-19 11:35:38 +02:00
Nextcloud bot
2b0b62458a generate documentation from config.sample.php 2023-06-19 08:47:32 +00:00
Simon L
fcde5d9fbf add a section about asset compression
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-17 21:09:20 +02:00
Simon L
31c187a10b fix confusion around mail settings and improve layout a bit
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-17 18:45:24 +02:00
Christoph Wurst
6f6e0b4db5 Merge pull request #10637 from nextcloud/feat/adminmanual/sudo-occ-with-env-vars
feat(adminmanual): Document how to use occ with sudo and env vars
2023-06-16 12:01:01 +02:00
Christoph Wurst
af604d1ea4 feat(adminmanual): Document how to use occ with sudo and env vars
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-16 11:04:58 +02:00
Jakub Jelen
f1976af78c fixup
Co-authored-by: MichaIng <micha@dietpi.com>
Signed-off-by: Jakub Jelen <jakuje@gmail.com>
2023-06-15 22:57:41 +02:00
Jakub Jelen
cbe2b80dc8 Fix .htaccess configuration to actually work
The `.htaccess` rules should not have the starting slash otherwise they
will never get matched. When running the mod_rewrite in .htaccess, the
path is already sanitized and leading slashes stripped.

Document also that this is not the case when the rules are used directly
from the main apache2 configuration the leading slash is present always,
which led to some edit wars of this documentation in the past as it was
not well explained (#8093, #3811).

This matches the code shipped with the .htaccess in the nextcloud server:
https://github.com/nextcloud/server/blob/master/.htaccess

Signed-off-by: Jakub Jelen <jakuje@gmail.com>
2023-06-15 15:54:53 +02:00
Nextcloud bot
71c05c02f2 generate documentation from config.sample.php 2023-06-14 02:37:55 +00:00
Simon L
ebbba6a999 Merge pull request #10618 from dfuchss/feature/configurabe_timeout
Add information about request_timeout in Fedarated Shares
2023-06-13 12:20:34 +02:00
Julius Härtl
72e2ca4b9d Merge pull request #10568 from joshtrichards/jr-nginx-docs-10115 2023-06-13 10:47:27 +02:00
Nextcloud bot
9662f7b4ad generate documentation from config.sample.php 2023-06-13 02:39:19 +00: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
Marino Faggiana
86bec64694 Merge pull request #10613 from nextcloud/talk-ios-minimum-15
Adjust iOS requirements to iOS 15
2023-06-12 17:20:02 +02:00
Simon L
d352db3a14 Merge pull request #10604 from joshtrichards/jr-admin-audit-logging
(logging configuration) Expand the admin_audit section
2023-06-12 16:27:50 +02:00
Marcel Müller
104b9da4f2 Adjust iOS requirements to iOS 15
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-06-12 14:20:14 +02:00
Josh Richards
9017eb1aed (logging configuration) Rewrite of the admin_audit logging section
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-11 11:14:14 -04: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
tidoni
3c0f496e0e Update general_troubleshooting.rst
Needed for the .htaccess file to be processed
https://stackoverflow.com/questions/869092/how-to-enable-mod-rewrite-for-apache-2-2#comment14646458_5758551

Signed-off-by: tidoni <24697188+tidoni@users.noreply.github.com>
2023-06-09 16:52:59 +02:00
Julius Härtl
bd6572a2d8 Merge pull request #10571 from joshtrichards/jr-admin-user-provisioning-api-examples-required-header 2023-06-09 16:45:05 +02: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
Julius Härtl
7811a3d344 Merge pull request #10594 from joshtrichards/jr-primary-storage-data-recovery-implications 2023-06-09 16:36:19 +02:00
Julius Härtl
080bfb95aa Merge pull request #10581 from joshtrichards/jr-hardening-security-disable-debug-mode 2023-06-09 16:34:35 +02:00
Julius Härtl
e641045d05 Merge pull request #10580 from joshtrichards/jr-server-tuning-logging-and-debug-mode 2023-06-09 16:34:06 +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
Julius Härtl
12925be617 feat(flow): Add note about disabling user flows
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-06-08 21:57:49 +02:00
Ferdinand Thiessen
3cc4487a21 feat: Add information about module javascript to NC27 upgrade guide
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-06-08 17:32:32 +02:00
Josh Richards
926057153a (hardening and security) Add disabling debug mode recommendation
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-08 10:11:48 -04:00
Josh Richards
74d1a7c7a8 (server tuning) New sections: log levels, debug mode
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-08 09:43:05 -04:00
Ferdinand Thiessen
6622bdbb87 fix(admin_manual): Add module js (mjs) as static resource to nginx config
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-06-07 15:13:46 +02: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
Josh Richards
d2aaffb0d9 Add the required OCS-APIRequest header to User Provisioning API examples
Confusingly this wasn't in the `curl` examples

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-06 12:47:57 -04:00
Daniel Kesselberg
fcb7a61e5f docs(theming): add theming:config background backgroundColor
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-06-06 15:21:18 +02:00
Daniel Kesselberg
b24010bc7f docs(theming): update theming page
- Fresh screenshots
- Add disable-user-theming
- Explain how to set a static color as background via occ

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-06-05 18:23:31 +02:00
Josh Richards
a6b1449106 (nginx) Add php-handler tips
Fixes #10115

* Adds php-handler configuration tips
* Also some attempt at tightening up the overview

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-05 09:09:39 -04:00
Richard Steinmetz
0af4b9ee2a Merge pull request #10403 from nextcloud/feat/msft-xoauth2
feat(admin): document using microsoft xoauth2 with mail
2023-06-05 11:09:20 +02:00
Richard Steinmetz
48b9108198 feat(admin): document using microsoft xoauth2 with mail
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-06-05 11:05:37 +02:00
Christoph Wurst
7e24a4f566 feat(adminmanual): Add 26 upgrade docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-31 13:59:24 +02:00
Joas Schilling
44dc7b173b fix(admin): Make double dash readable as such
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-31 09:35:33 +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
Andy Scherzinger
44e2a210ec Merge pull request #10481 from nextcloud/feat/adminmanual/27-php8.0-deprecation
feat(adminmanual): PHP8.0 deprecation in Nextcloud 27
2023-05-26 21:06:32 +02:00
Christoph Wurst
43b97aa0f0 feat(adminmanual): PHP8.0 deprecation in Nextcloud 27
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 19:39:58 +02:00
Christoph Wurst
c32e1d0c68 feat(adminmanual): Start 28 upgrade docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 19:31:45 +02:00
Christoph Wurst
7f7c2b61e1 chore: Move changelog up, fix 27 upgrade headings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 19:25:46 +02:00