Skip to content

Commit e9978f6

Browse files
authored
Merge pull request #1471 from owncloud/config_sample_remove_web_updater
Config to Docs run: Remove the web-updater
2 parents 5381b38 + d49602f commit e9978f6

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

modules/admin_manual/pages/configuration/server/config_sample_php_parameters.adoc

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff 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
23142324
Set 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
25392549
Telemetry 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

25442554
Default: true
2555+
For community servers (without a license key) telemetry reports are never sent.
25452556

25462557
==== Code Sample
25472558

0 commit comments

Comments
 (0)