Nextcloud bot
fb36b08924
generate documentation from config.sample.php
2022-02-22 04:05:19 +00:00
Julius Härtl
63d305ae16
Add docs for occ theming:config
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
Co-authored-by: Simon L. <szaimen@e.mail.de >
2022-02-21 09:43:20 +00:00
Joas Schilling
42a38f0245
Document the syslog_tag as well
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-01-14 16:35:53 +00:00
Nextcloud bot
7cf96dc75c
generate documentation from config.sample.php
2022-01-13 04:01:58 +00:00
Anna Larch
e9dc1206c9
Merge pull request #7583 from nextcloud/backport/7577/stable21
...
[stable21] Fix typo in admin audit log docs
2021-11-15 15:35:39 +01:00
Christoph Wurst
09b83786be
Fix typo in admin audit log docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-15 13:16:44 +00:00
Christoph Wurst
66918a17f6
Document how to override the log level with occ
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-11-15 13:52:46 +01:00
Nextcloud bot
00503c58f5
generate documentation from config.sample.php
2021-10-16 03:59:51 +00:00
Nextcloud bot
a9d82b9f3b
generate documentation from config.sample.php
2021-10-14 03:59:58 +00:00
Maximilian Kratz
b05d9efa3c
Updated reference to caching section
...
Signed-off-by: Maximilian Kratz <account@maxkratz.com >
2021-09-29 08:37:52 +00:00
Maximilian Kratz
7d447b0e40
Added note on apc.enable_cli for system cron based configs
...
Signed-off-by: Maximilian Kratz <account@maxkratz.com >
2021-09-29 08:37:52 +00:00
Nextcloud bot
0fc2e7b7a9
generate documentation from config.sample.php
2021-07-30 07:57:39 +00:00
Nextcloud bot
7e5d3704b9
generate documentation from config.sample.php
2021-05-04 04:07:19 +00:00
Jos Poortvliet
45ecf07e9c
add info about updater
...
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com >
2021-05-03 13:13:00 +00:00
Roeland Jago Douma
6d67dd545a
Revert "[stable21] Fix images and alt tags"
2021-04-30 13:13:40 +02:00
Nextcloud bot
15a022d9c8
generate documentation from config.sample.php
2021-04-22 19:44:37 +00:00
Jan C. Borchardt
02521b6242
Fix images and alt tags, fix #621 , fix #622
...
- Change all `.. figure::` elements to `.. image::`
- Add empty `:alt:` so it is clear to screen readers that the images are decorative and don’t duplicate content
- Update styleguide with that info
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net >
2021-04-20 11:37:48 +02:00
tflidd
856c622a83
Merge pull request #6369 from nextcloud/backport/6367/stable21
...
[stable21] Fix typos
2021-04-18 12:16:08 +02:00
Sascha Wiswedel
bf616f9e27
explained log fields
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2021-04-14 08:24:20 +00:00
Jan-Nick Kemming
1c01a601d6
Fix typos
2021-04-09 19:34:23 +00:00
Michael Griego
0ed6f72725
Notes on using the Redis session handler
...
Requested by https://github.com/nextcloud/docker/pull/1364#issuecomment-765472103
Signed-off-by: Mike Griego <mike@griegocentral.com >
2021-03-21 20:26:54 +00:00
Morris Jobke
fe9dc27480
Merge pull request #6219 from ZeroPointMax/stable21
...
add newline in reverse proxy docs
2021-03-16 22:39:42 +01:00
Robin Appelman
44e453f524
Remove "host to resolve" from the list of valid options for trusted_proxies
...
There is no code to actually support that as far as I can tell
2021-03-16 21:10:23 +00:00
Francis Lavoie
d9bf4f2149
Update reverse_proxy_configuration.rst
2021-03-16 16:06:30 +00:00
Francis Lavoie
bcfa51187c
Clean up Caddy proxy example
...
It's incorrect to use `reverse_proxy` for the dav paths because Caddy does not support paths in proxy addresses. Using a rewrite is the correct solution.
Was also pointed out here: https://github.com/nextcloud/documentation/pull/5894#issuecomment-772874944
2021-03-16 16:06:30 +00:00
ZeroPointMax
2b47e73d47
add newline in reverse proxy docs
...
Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org >
2021-02-19 20:48:13 +01:00
Nextcloud bot
2d2275cd59
generate documentation from config.sample.php
2021-01-29 04:00:06 +00:00
Weston Myers
1350b0b86a
Update reverse_proxy_configuration.rst
...
Tiny update, but there was a typo that would prevent redirection from occurring properly for Traefik.
2021-01-22 05:25:33 -05:00
Morris Jobke
36e687596a
Combine the two Nginx reverse proxy examples
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2021-01-20 15:27:48 +01:00
Yash
c0335338ce
Update reverse_proxy_configuration.rst
...
nginx redirect example
2021-01-20 15:13:06 +01:00
blizzz
c4a1b25c04
Merge branch 'master' into fix_systemd_cron
2021-01-14 21:55:12 +01:00
Christoph Wurst
0981cacc15
Merge pull request #5936 from nextcloud/update-migration-docs-oc-nc
...
Add doc to migrate from OC 10.5 to NC 20.0
2021-01-13 07:10:53 +01:00
Nextcloud bot
0488937981
generate documentation from config.sample.php
2021-01-13 04:01:37 +00:00
Vincent Petry
9f9892f333
Add doc to migrate from OC 10.5 to NC 20.0
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2021-01-12 18:09:24 +01:00
Morris Jobke
e7d295e779
Merge pull request #5894 from serafdev/patch-2
...
Caddyfile reverse_proxy example
2021-01-11 12:47:05 +01:00
Nextcloud bot
133fc61270
generate documentation from config.sample.php
2021-01-09 04:09:02 +00:00
Sascha Wiswedel
2e7383e709
made log watching via occ more precise
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2021-01-07 20:48:48 +01:00
Sascha Wiswedel
1e11ded034
cleaned up order of occ logging documentation
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2021-01-07 20:47:50 +01:00
Sascha Wiswedel
b37be1ffbb
cleaned up occ logging documentation
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2021-01-07 20:47:05 +01:00
Sascha Wiswedel
b90e9b1ac1
added occ commands from Log Reader
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2021-01-07 20:29:13 +01:00
فارس
336b713724
gaddyfile reverse_proxy example
...
Added a Caddy reverse_proxy example
Signed-off-by: serafdev <fares@seraf.dev >
2021-01-06 14:42:13 -05:00
Joas Schilling
442bc34b52
Merge pull request #5852 from nextcloud/enh/del-table-prefix
...
Table-Prefix is not available anymore
2021-01-04 14:27:38 +01:00
Julius Härtl
73a6692741
Add documentation about occ files:scan-app-data
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-12-29 09:38:05 +01:00
Daniel Kesselberg
baf5ee0e7c
Table-Prefix is not available anymore
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2020-12-25 15:36:22 +01:00
Nextcloud bot
f88e0a964e
generate documentation from config.sample.php
2020-12-23 03:56:36 +00:00
John Molakvoæ
64b193302e
Merge pull request #5590 from nextcloud/feat/dav/move-calendar-rename
2020-12-22 08:45:05 +01:00
John Molakvoæ
b42ce60299
New lines are nice
2020-12-22 08:42:24 +01:00
John Molakvoæ
54daf5d82a
No more --force-rename
2020-12-22 08:41:38 +01:00
Nextcloud bot
122f0e6ace
generate documentation from config.sample.php
2020-12-22 03:57:31 +00:00
Nextcloud bot
29cd4a3e2b
generate documentation from config.sample.php
2020-12-18 03:57:07 +00:00