Commit Graph

859 Commits

Author SHA1 Message Date
tflidd
4cacf86d08 Update Debian version in system_requirements.rst
If we recommend a Debian operating system, it would be better to use a version that already ships a php version that is supported by NC.

https://wiki.debian.org/PHP#Available_versions

Not sure if you do some specific tests on a Debian setup and to claim to support it, you would need to adjust the version as well.

Perhaps backport to NC26 as well.

Signed-off-by: tflidd <tflidd@aspekte.net>
2023-07-27 13:35:04 +02:00
Christoph Wurst
2cdaa2bbc5 Merge branch 'master' into master 2023-06-26 09:11:54 +02:00
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
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
fcde5d9fbf add a section about asset compression
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-17 21:09:20 +02:00
Julius Härtl
72e2ca4b9d Merge pull request #10568 from joshtrichards/jr-nginx-docs-10115 2023-06-13 10:47:27 +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
Julius Härtl
080bfb95aa Merge pull request #10581 from joshtrichards/jr-hardening-security-disable-debug-mode 2023-06-09 16:34:35 +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
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
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
Florian Diwald
b1542a7512 Merge 'nextcloud/master' 2023-05-27 11:03:05 +02:00
Christoph Wurst
132a4f69b1 Merge pull request #10439 from nextcloud/fix/adminmanual/nginx-github-link-syntax
fix(adminmanual): Fix github link syntax
2023-05-25 21:38:53 +02:00
Christoph Wurst
6c99f59a4c fix(adminmanual): Fix github link syntax
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-25 17:38:11 +02:00
Josh Richards
976cdd94b3 Establish an installation approaches overview
- Unify the different installation options available to users and presents them as a simple list
- Adds AIO link
- Adds community Docker link

Accomplishes this without changing documentation chapters/sections (so no external links break)

No changes to which approaches are "recommended"

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-05-24 08:26:17 -04:00
Joas Schilling
9935423b4f Merge pull request #10389 from nextcloud/admin/clarify-php-and-db-recommendation
fix(requirements): Clarify php and db recommendation
2023-05-15 15:52:53 +02:00
Joas Schilling
98a17f1361 fix(requirements): Recommend PHP 8.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-15 13:54:57 +02:00
Joas Schilling
cc3d162164 fix(requirements): Clarify recommended MariaDB version
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-15 13:54:27 +02:00
Ferdinand Thiessen
1ef2afca31 fix(admin): Nginx: Change mimetype from application/javascript to text/javascript
* See also https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#textjavascript

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-15 12:30:40 +02:00
Joas Schilling
ef92ad4fab fix(syntax): Fix list syntax in system requirements
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2023-04-21 17:49:08 +02:00
Joas Schilling
29ae83242d Merge pull request #9966 from Fenn-CS/note-php8-deprecation
Note PHP8.0 deprecation
2023-04-14 10:19:10 +02:00
MichaIng
b0f1f4fb51 Merge pull request #9571 from nextcloud/fix/--option=value
Use --option=value version for occ maintenance:install
2023-04-03 13:41:26 +02:00
fenn-cs
5ebfca922f Note PHP8.0 deprecation
PHP8.0 is now deprecated in Nextcloud 27.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-03-30 14:50:35 +01:00
Ferdinand Thiessen
c1c9b0a072 Adjust nginx configuration to support mjs for javascript
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2023-03-16 15:47:37 +01:00
MichaIng
36e71e4f5b Use --option=value version for occ maintenance:install
The `--option=value` version of passing options to the `occ maintenance:install` command is now used in the documentation, instead of the `--option value` variant. This  solves issues with leading dashes in values, especially passwords. It also matches the `occ help maintenance:install` output.

Solves:
- https://github.com/nextcloud/server/issues/26109
- https://github.com/nextcloud/documentation/issues/8190

Furthermore values are now single quoted, which is important to avoid variable expansion and special treatment of the backlash character in random passwords, and a doubled space was removed.

Signed-off-by: MichaIng <micha@dietpi.com>
2023-03-07 23:36:43 +01:00
Simon L
6dc0a1c39f add note why it is required
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-07 09:58:38 +01:00
Simon L
d2128877ee update imaginary docs to reflect cap_add sys_nice
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-06 11:47:28 +01:00
Côme Chilliet
bfabdd8368 Document 32bits known limitations
Dates before Epoch or after 2038 cannot be represented as an integer and
 throw when calling getTimestamp on the DateTime object.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-21 17:32:37 +01:00
Côme Chilliet
823e15725d Up minimum PHP version to 8.0 and maximum to 8.2
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-21 15:59:45 +01:00
Simon L
3c1aed0002 aio-imaginary is now multiarch
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-17 01:12:02 +01:00
MichaIng
10d9cc6a79 Replace X-Robots-Tag header value with "noindex, nofollow"
For reference: https://github.com/nextcloud/server/pull/36689

Signed-off-by: MichaIng <micha@dietpi.com>
2023-02-15 17:49:55 +01:00
Matthieu Gallien
f6e598a666 adjust system requirements of desktop client
not sure about the linux requirements

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-02-14 15:04:01 +01:00
J0WI
6aca4a6958 Merge pull request #9230 from pulsejet/patch-jit
Add JIT to server tuning
2023-02-08 14:46:10 +00:00
Côme Chilliet
2015f28598 Fix back wording after revert
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-08 10:32:42 +01:00
Côme Chilliet
8db7f482f8 Revert "64-bit is required for NC26"
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-08 10:32:35 +01:00
Marcel Müller
97d52aafff Update talk-android requirements
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-01-30 15:00:04 +01:00
Daniel
b9e0281578 Merge branch 'master' into patch-22
Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-01-11 00:17:20 +01:00
Hans-Peter
62400a5f1b Fix Deployment recommendations link (gives 404)
Signed-off-by: Hans-Peter <hps@swissr.org>
2022-12-14 14:31:53 +01:00
Daniel
8200b6c24d Merge pull request #9473 from p-bo/patch-30
More clear wording (and tipo remove)
2022-12-10 20:41:53 +01:00
p-bo
583675fc6c Update admin_manual/installation/source_installation.rst
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-10 20:21:27 +01:00
Daniel
833c7c7aad Merge pull request #9398 from p-bo/patch-24
Add Let’s Encrypt to SSL certificates tip
2022-12-10 20:20:04 +01:00
p-bo
8ec13587af More clear wording (and tipo remove)
There was (my) tipo (dtto -> ditto) and possibly the whole expression was not so clear.

Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-10 20:11:42 +01:00
tflidd
d104dd4eae Merge pull request #9397 from p-bo/patch-23
Add NextcloudPi to automated install options
2022-12-10 14:51:29 +01:00
Varun Patil
a445c80695 Add JIT to server tuning
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2022-12-08 15:16:56 -08:00
p-bo
e35c310cbd Fix grammar 2022-12-04 21:00:33 +01:00
p-bo
7980625b56 Rephrased as sugested 2022-12-04 18:30:30 +01:00
Simon L
6c2e7cb7b7 Merge pull request #9373 from nextcloud/enh/noid/improve-imaginary-doc
Improve documentation around Imaginary
2022-11-30 10:17:45 +01:00