File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
modules/admin_manual/pages/configuration/server Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -2310,6 +2310,16 @@ The web based updater is enabled by default.
23102310'upgrade.disable-web' => false,
23112311....
23122312
2313+ === Explicitly enable the web updater - used by /updater/
2314+ By default, it is disabled.
2315+
2316+ ==== Code Sample
2317+
2318+ [source,php]
2319+ ....
2320+ 'web-updater.enabled' => false,
2321+ ....
2322+
23132323=== Define whether to enable automatic update of market apps
23142324Set to `false` to disable.
23152325
@@ -2535,13 +2545,14 @@ This could happen in earlier versions of the openidconnect app when using the we
25352545'loginPolicy.groupLoginPolicy.forbidMap' => [],
25362546....
25372547
2538- === Enable Sending Telemetry Reports
2548+ === Enable Sending Telemetry Reports for Enterprise Customers
25392549Telemetry data is a subset of the config report as produced by the command `occ configreport:generate`.
25402550
2541- * If set to true, a daily telemetry report is sent to https://telemetry.owncloud.com/oc10-telemetry
2542- * If set to false, no telemetry reports are sent.
2551+ * If set to true and an enterprise license key is installed , a daily telemetry report is sent to https://telemetry.owncloud.com/oc10-telemetry
2552+ * If set to false or the configreport app is disabled , no telemetry reports are sent
25432553
25442554Default: true
2555+ For community servers (without a license key) telemetry reports are never sent.
25452556
25462557==== Code Sample
25472558
You can’t perform that action at this time.
0 commit comments