From f9d29821e7267f00cc3b53701c7054ab04bb21db Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Mon, 2 Dec 2024 17:40:51 +0100 Subject: [PATCH] [docs-only] Updated added/removed/deprecated envvars table --- .../env-var-deltas/5.0.0-7.0.0-added.adoc | 79 +++---------------- .../5.0.0-7.0.0-deprecated.adoc | 2 +- .../env-var-deltas/5.0.0-7.0.0-removed.adoc | 2 +- 3 files changed, 14 insertions(+), 69 deletions(-) diff --git a/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-added.adoc b/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-added.adoc index 6df7acfee10..e6dc7ee92d4 100644 --- a/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-added.adoc +++ b/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-added.adoc @@ -1,7 +1,7 @@ // # Added Variables between oCIS 5.0.0 and oCIS 7.0.0 // commenting the headline to make it better includable -// table created per 2024.11.26 +// table created per 2024.12.02 // the table should be recreated/updated on source () changes [width="100%",cols="~,~,~,~",options="header"] @@ -18,41 +18,16 @@ | Disables versioning of files. When set to true, new uploads with the same filename will overwrite existing files instead of creating a new version. | false -| -| OCIS_MAX_CONCURRENCY -| Maximum number of concurrent go-routines. Higher values can potentially get work done faster but will also cause more load on the system. Values of 0 or below will be ignored and the default value will be used. -| 1 - -| -| OCIS_PERSISTENT_STORE -| The type of the store. Supported values are: 'memory', 'nats-js-kv', 'redis-sentinel', 'noop'. See the text description for details. -| nats-js-kv - -| -| OCIS_PERSISTENT_STORE_AUTH_PASSWORD -| The password to authenticate with the store. Only applies when store type 'nats-js-kv' is configured. -| - -| -| OCIS_PERSISTENT_STORE_AUTH_USERNAME -| The username to authenticate with the store. Only applies when store type 'nats-js-kv' is configured. -| - -| -| OCIS_PERSISTENT_STORE_NODES -| A list of nodes to access the configured store. This has no effect when 'memory' store is configured. Note that the behaviour how nodes are used is dependent on the library of the configured store. See the Environment Variable Types description for more details. -| [127.0.0.1:9233] - -| -| OCIS_PERSISTENT_STORE_TTL -| Time to live for events in the store. Defaults to '30m' (30 minutes). See the Environment Variable Types description for more details. -| 30m0s - -| +| xref:deployment/services/env-vars-special-scope.adoc[Special Scope Envvars] | OCIS_SHOW_USER_EMAIL_IN_RESULTS | Include user email addresses in responses. If absent or set to false emails will be omitted from results. Please note that admin users can always see all email addresses. | false +| +| OCIS_TRANSLATION_PATH +| (optional) Set this to a path with custom translations to overwrite the builtin translations. Note that file and folder naming rules apply, see the documentation for more details. +| + | | OCIS_WOPI_DISABLE_CHAT | Disable chat in the office web frontend. This feature applies to OnlyOffice and Microsoft. @@ -68,11 +43,6 @@ | The number of concurrent go routines that fetch events from the event queue. | 10 -| xref:{s-path}/app-provider.adoc[App-Provider] -| APP_PROVIDER_WOPI_DISABLE_CHAT -| Disable chat in the office web frontend. This feature applies to OnlyOffice and Microsoft. -| false - | xref:{s-path}/auth-app.adoc[Auth-App] | AUTH_APP_DEBUG_ADDR | Bind address of the debug server, where metrics, health, config and debug endpoints will be exposed. @@ -438,6 +408,11 @@ | A comma separated list of roles that are available for assignment. | [b1e2218d-eef8-4d4c-b82d-0f1a1b48f3b5 a8d5fe5e-96e3-418d-825b-534dbdf22b99 fb6c3e19-e378-47e5-b277-9732f9de6e21 58c63c02-1d89-4572-916a-870abc5a1b7d 2d00ce52-1fc2-4dbc-8b95-a73b73395f5a 1c996275-f1c9-4e71-abdf-a42f6495e960 312c0871-5ef7-4b3a-85b6-0e4074c64049] +| +| GRAPH_MAX_CONCURRENCY +| The maximum number of concurrent requests the service will handle. +| 20 + | | GRAPH_TRANSLATION_PATH | (optional) Set this to a path with custom translations to overwrite the builtin translations. Note that file and folder naming rules apply, see the documentation for more details. @@ -459,31 +434,6 @@ | http://localhost:9280/data | xref:{s-path}/postprocessing.adoc[Postprocessing] -| POSTPROCESSING_STORE -| The type of the store. Supported values are: 'memory', 'nats-js-kv', 'redis-sentinel', 'noop'. See the text description for details. -| nats-js-kv - -| -| POSTPROCESSING_STORE_AUTH_PASSWORD -| The password to authenticate with the store. Only applies when store type 'nats-js-kv' is configured. -| - -| -| POSTPROCESSING_STORE_AUTH_USERNAME -| The username to authenticate with the store. Only applies when store type 'nats-js-kv' is configured. -| - -| -| POSTPROCESSING_STORE_NODES -| A list of nodes to access the configured store. This has no effect when 'memory' store is configured. Note that the behaviour how nodes are used is dependent on the library of the configured store. See the Environment Variable Types description for more details. -| [127.0.0.1:9233] - -| -| POSTPROCESSING_STORE_TTL -| Time to live for events in the store. Defaults to '30m' (30 minutes). See the Environment Variable Types description for more details. -| 30m0s - -| | POSTPROCESSING_WORKERS | The number of concurrent go routines that fetch events from the event queue. | 3 @@ -573,11 +523,6 @@ | Maximum number of concurrent go-routines. Higher values can potentially get work done faster but will also cause more load on the system. Values of 0 or below will be ignored and the default value will be used. | 1 -| -| STORAGE_USERS_OCIS_PERMISSIONS_ENDPOINT -| Endpoint of the permissions service. The endpoints can differ for 'ocis', 'posix' and 's3ng'. -| com.owncloud.api.settings - | | STORAGE_USERS_OCIS_PERSONAL_SPACE_PATH_TEMPLATE | Template string to construct the paths of the personal space roots. diff --git a/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-deprecated.adoc b/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-deprecated.adoc index ddddcfac0d8..b86d40bec88 100644 --- a/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-deprecated.adoc +++ b/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-deprecated.adoc @@ -1,7 +1,7 @@ // # Deprecated Variables between oCIS 5.0.0 and oCIS 7.0.0 // commenting the headline to make it better includable -// table created per 2024.11.26 +// table created per 2024.12.02 // the table should be recreated/updated on source () changes [width="100%",cols="~,~,~,~,~",options="header"] diff --git a/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-removed.adoc b/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-removed.adoc index b0c9d685647..174ea58d621 100644 --- a/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-removed.adoc +++ b/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-removed.adoc @@ -1,7 +1,7 @@ // # Removed Variables between oCIS 5.0.0 and oCIS 7.0.0 // commenting the headline to make it better includable -// table created per 2024.11.26 +// table created per 2024.12.02 // the table should be recreated/updated on source () changes [width="100%",cols="~,~,~,~",options="header"]