963d77bcab
Add hint to pretty URLs: edit config htaccess.ignorefrontcontroller if htaccess SetEnv does not work
...
This fixes https://github.com/nextcloud/documentation/issues/13125
Signed-off-by: Ayke Halder <rr-it@users.noreply.github.com >
2025-05-22 16:17:08 +00:00
7ff185af7e
fix(llm2): Correct required CUDA version
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2025-05-22 13:27:11 +02:00
de65618c96
Update example_openbsd.rst
...
Configuration updated based on OpenBSD 7.7 setup.
- PHP 8.2 for current 7.7 installation
- Rewriting of httpd.conf to follow configuration tips from: https://github.com/nixbitcoin/OpenBSD-Nextcloud/blob/master/README.md
The current httpd configuration will not load the interface properly for Nextcloud 30.0.10 installed via pkg_add, adapting it with nixbitcoin's configuration leads it to load the interface properly and show various components to the user.
Signed-off-by: Giorgio Caculli <40541342+GiorgioCaculli@users.noreply.github.com >
2025-05-22 11:53:31 +02:00
b8b701b7f2
Merge pull request #13151 from nextcloud/bug/noid/add-article-for-missing-calendars-another-op
...
docs(groupware): update troubleshooting article for missing calendars
2025-05-20 16:00:33 +02:00
579f623c7b
docs(groupware): update troubleshooting article for missing calendars
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2025-05-20 13:25:36 +02:00
47a9a28ca9
Clarify that downloads can come from gh
...
Signed-off-by: Tobias Kaminsky <tobias@kaminsky.me >
2025-05-20 12:55:45 +02:00
d8ed975c0f
feat(Flow): mention that the Windmill instance URL also needs to be set
...
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com >
2025-05-19 16:41:00 +03:00
5a12d9dbad
docs(groupware): add troubleshooting article for missing calendars
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2025-05-16 14:37:18 +02:00
0108da467a
Update admin_manual/installation/server_tuning.rst
...
Co-authored-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2025-05-13 20:58:58 +02:00
10c747ee0a
Update server_tuning.rst to include example Imaginary Docker run command
...
Signed-off-by: Kraligor <o.beiter@googlemail.com >
2025-05-13 20:58:58 +02:00
a6bc084a7d
fix: clarify that group admins cannot add existing users to their group
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2025-05-12 13:51:22 +02:00
56068a449f
Merge pull request #13115 from nextcloud/enh/ai-updates
...
AI section updates
2025-05-09 23:53:18 +02:00
e5f75dc1ef
Merge pull request #13113 from nextcloud/occ-external-dependencies
...
document occ files_external:dependencies
2025-05-09 23:51:28 +02:00
aa617dfe39
chore(docs): Sorted variable type order
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2025-05-09 23:45:42 +02:00
6ac91acbda
enh(stt_whisper2): Runs on GPU as well now
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2025-05-09 12:04:35 +02:00
ad2bedce7c
enh(llm2): Update required CUDA version
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2025-05-09 12:04:22 +02:00
5c4ac5210d
enh(context_agent): Correct model requirements
...
llm2 now supports tool calling with llama 3.1
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2025-05-09 12:04:16 +02:00
0c00f424ba
document occ files_external:dependencies
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2025-05-08 18:03:13 +02:00
b07dfbba04
document json type for config:system:set
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2025-05-08 17:58:44 +02:00
b138b976bc
Merge pull request #7418 from luiz-surian/patch-2
...
Update nginx-root.conf.sample
2025-05-05 22:01:17 +02:00
084fe5004d
Merge pull request #13098 from nextcloud/feat/document-wcf
...
feat(admin): document Windows compatible filenames
2025-05-05 18:56:04 +02:00
6573dd0072
OpenBSD documentation should include instruction for web wizard
2025-05-05 17:27:53 +02:00
4ad9e7c36e
nginx-subdir: Align HSTS directive with root config
...
Signed-off-by: MichaIng <micha@dietpi.com >
2025-05-05 13:21:16 +02:00
c9b1b22eb9
Update nginx-root.conf.sample
...
To be in compliance with RFC6797 and https://hstspreload.org/ , line 31 about the Strict-Transport-Security (HSTS) Header should have a minimum max-age of 31536000 seconds, and not have a ";" symbol at the end.
2025-05-05 13:17:47 +02:00
3a4f59e43b
generate documentation from config.sample.php
2025-05-05 03:42:50 +00:00
b67e177ddd
generate documentation from config.sample.php
2025-05-01 03:13:54 +00:00
71b828f712
feat(admin): document OCC commands for WCF
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-04-30 16:26:49 +02:00
a23935a343
feat(admin): document windows compatible filenames
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-04-30 16:26:49 +02:00
fb61181d3b
Update config_sample_php_parameters.rst
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2025-04-30 15:45:17 +02:00
26d28aa377
change occ syntax the make it passing CI
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2025-04-30 15:41:12 +02:00
e4edef17fb
docs for text to speech
...
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz >
2025-04-30 00:14:46 -04:00
77aaa492b9
generate documentation from config.sample.php
2025-04-30 03:13:57 +00:00
495247ae4a
standardize occ command documentation
...
Use `sudo -E -u www-data php occ` everywhere.
Motivation: this should work on more appliances like also inside docker containers.
Signed-off-by: Simon L. <szaimen@e.mail.de >
2025-04-29 13:21:08 +02:00
bc9cdd184e
Merge pull request #13086 from meonkeys/v31-db-row-format-warning
...
explain v31 db row format warning
2025-04-29 08:51:27 +02:00
b3ac16afa7
generate documentation from config.sample.php
2025-04-29 03:14:16 +00:00
a8fe5b878a
link to relevant issue and PR
...
Signed-off-by: Adam Monsen <haircut@gmail.com >
2025-04-28 13:28:05 -07:00
de7c1eddc1
reword row format explanation
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: Adam Monsen <haircut@gmail.com >
2025-04-28 13:23:57 -07:00
6a5044d190
explain v31 db row format warning
...
Signed-off-by: Adam Monsen <haircut@gmail.com >
2025-04-28 13:23:56 -07:00
812e0d0c6c
fix(Admin/AppAPI): remove leftover todo message ( #13090 )
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2025-04-28 09:25:57 +00:00
cd2356c316
Merge pull request #13073 from nextcloud/alexanderdd-patch-1
...
update recommended ubuntu LTS version from 22.04 to 24.04 ?
2025-04-28 09:20:02 +02:00
8b41d12ce4
Merge pull request #13084 from keunes/patch-3
...
Update backup.rst to specify MariaDB command
2025-04-28 09:13:03 +02:00
62a3bdf1b5
chore: update recommended ubuntu lts version from 22.04 to 24.04
...
I hope this is correct? In the portal we say 24.04 is recommended https://portal.nextcloud.com/article/Installation/Installation---Supported-platforms
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com >
2025-04-28 09:02:25 +02:00
bf52375b64
feat(AppAPI): mention the Test Deploy action more clearly
...
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com >
2025-04-28 09:35:35 +03:00
8af8cca1e7
Update backup.rst
...
Specify MariaDB command
Signed-off-by: Keunes <11229646+keunes@users.noreply.github.com >
2025-04-27 18:30:18 +02:00
d613275552
generate documentation from config.sample.php
2025-04-25 03:12:22 +00:00
c3643bfbc4
feat(Admin/AppAPI): add HaRP documentation ( #13070 )
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2025-04-24 23:48:58 +05:30
7c48b404da
generate documentation from config.sample.php
2025-04-23 03:13:02 +00:00
6b27a5a27e
fix: Re-order sections related to encryption
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-22 09:34:18 +02:00
bf4d19f8ad
feat: Make it clearer that master key is used by default
...
And which section are not pertinent with master key.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-22 09:31:56 +02:00
5d826e0a6d
generate documentation from config.sample.php
2025-04-18 03:13:24 +00:00