From 8cd5ab39489dfdbe128b7c764ebc25a86bbd6a6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?=
<1005065+DeepDiver1975@users.noreply.github.com>
Date: Wed, 8 May 2024 14:32:08 +0000
Subject: [PATCH] feat: add maximum image file size to be processed by the
thumbnailer (#9069)
---
.../ocis/messages/eventhistory/v0/grpc.md | 2 +-
.../ocis/messages/policies/v0/grpc.md | 2 +-
.../grpc_apis/ocis/messages/search/v0/grpc.md | 2 +-
.../ocis/messages/settings/v0/grpc.md | 2 +-
apis/grpc_apis/ocis/messages/store/v0/grpc.md | 2 +-
.../ocis/messages/thumbnails/v0/grpc.md | 2 +-
.../ocis/services/eventhistory/v0/grpc.md | 2 +-
.../ocis/services/policies/v0/grpc.md | 2 +-
.../grpc_apis/ocis/services/search/v0/grpc.md | 2 +-
.../ocis/services/settings/v0/grpc.md | 2 +-
apis/grpc_apis/ocis/services/store/v0/grpc.md | 2 +-
.../ocis/services/thumbnails/v0/grpc.md | 2 +-
helpers/env_vars.yaml | 305 +++++++++---------
.../_includes/adoc/antivirus_configvars.adoc | 6 +-
.../adoc/app-provider_configvars.adoc | 2 +-
.../adoc/app-registry_configvars.adoc | 2 +-
services/_includes/adoc/audit_configvars.adoc | 2 +-
.../_includes/adoc/auth-basic_configvars.adoc | 2 +-
.../adoc/auth-bearer_configvars.adoc | 2 +-
.../adoc/auth-machine_configvars.adoc | 2 +-
.../adoc/auth-service_configvars.adoc | 2 +-
.../_includes/adoc/clientlog_configvars.adoc | 2 +-
.../adoc/collaboration_configvars.adoc | 4 +-
.../adoc/eventhistory_configvars.adoc | 2 +-
.../_includes/adoc/frontend_configvars.adoc | 2 +-
.../_includes/adoc/gateway_configvars.adoc | 2 +-
.../_includes/adoc/global_configvars.adoc | 62 ++--
services/_includes/adoc/graph_configvars.adoc | 2 +-
.../_includes/adoc/groups_configvars.adoc | 2 +-
services/_includes/adoc/idm_configvars.adoc | 2 +-
services/_includes/adoc/idp_configvars.adoc | 2 +-
.../adoc/invitations_configvars.adoc | 2 +-
services/_includes/adoc/nats_configvars.adoc | 2 +-
.../adoc/notifications_configvars.adoc | 4 +-
services/_includes/adoc/ocdav_configvars.adoc | 2 +-
services/_includes/adoc/ocm_configvars.adoc | 2 +-
services/_includes/adoc/ocs_configvars.adoc | 2 +-
.../_includes/adoc/policies_configvars.adoc | 2 +-
.../adoc/postprocessing_configvars.adoc | 2 +-
services/_includes/adoc/proxy_configvars.adoc | 2 +-
.../_includes/adoc/search_configvars.adoc | 2 +-
.../_includes/adoc/settings_configvars.adoc | 2 +-
.../_includes/adoc/sharing_configvars.adoc | 2 +-
services/_includes/adoc/sse_configvars.adoc | 2 +-
.../adoc/storage-publiclink_configvars.adoc | 2 +-
.../adoc/storage-shares_configvars.adoc | 2 +-
.../adoc/storage-system_configvars.adoc | 2 +-
.../adoc/storage-users_configvars.adoc | 2 +-
services/_includes/adoc/store_configvars.adoc | 30 +-
.../_includes/adoc/thumbnails_configvars.adoc | 11 +-
.../_includes/adoc/userlog_configvars.adoc | 2 +-
services/_includes/adoc/users_configvars.adoc | 2 +-
services/_includes/adoc/web_configvars.adoc | 4 +-
.../_includes/adoc/webdav_configvars.adoc | 2 +-
.../_includes/adoc/webfinger_configvars.adoc | 2 +-
services/_includes/antivirus_configvars.md | 2 +-
.../collaboration-config-example.yaml | 2 +-
.../_includes/collaboration_configvars.md | 2 +-
.../_includes/thumbnails-config-example.yaml | 1 +
services/_includes/thumbnails_configvars.md | 3 +-
services/antivirus/_index.md | 2 +-
services/app-registry/_index.md | 2 +-
services/audit/_index.md | 2 +-
services/auth-basic/_index.md | 2 +-
services/auth-bearer/_index.md | 2 +-
services/auth-machine/_index.md | 2 +-
services/auth-service/_index.md | 2 +-
services/clientlog/_index.md | 2 +-
services/collaboration/_index.md | 2 +-
services/eventhistory/_index.md | 2 +-
services/frontend/_index.md | 2 +-
services/gateway/_index.md | 2 +-
services/graph/_index.md | 2 +-
services/idm/_index.md | 2 +-
services/idp/_index.md | 2 +-
services/invitations/_index.md | 2 +-
services/nats/_index.md | 2 +-
services/notifications/_index.md | 2 +-
services/ocdav/_index.md | 2 +-
services/ocm/_index.md | 2 +-
services/ocs/_index.md | 2 +-
services/policies/_index.md | 2 +-
services/postprocessing/_index.md | 2 +-
services/proxy/_index.md | 2 +-
services/search/_index.md | 2 +-
services/settings/_index.md | 2 +-
services/sse/_index.md | 2 +-
services/storage-system/_index.md | 2 +-
services/storage-users/_index.md | 2 +-
services/thumbnails/_index.md | 2 +-
services/userlog/_index.md | 2 +-
services/web/_index.md | 2 +-
services/webdav/_index.md | 2 +-
services/webfinger/_index.md | 2 +-
94 files changed, 309 insertions(+), 289 deletions(-)
diff --git a/apis/grpc_apis/ocis/messages/eventhistory/v0/grpc.md b/apis/grpc_apis/ocis/messages/eventhistory/v0/grpc.md
index c445b5cd409..2dcd76e48a2 100644
--- a/apis/grpc_apis/ocis/messages/eventhistory/v0/grpc.md
+++ b/apis/grpc_apis/ocis/messages/eventhistory/v0/grpc.md
@@ -1,7 +1,7 @@
---
title: "ocis.messages.eventhistory.v0"
url: /apis/grpc_apis/ocis_messages_eventhistory_v0
-date: 2024-05-08T14:20:28Z
+date: 2024-05-08T14:30:09Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
diff --git a/apis/grpc_apis/ocis/messages/policies/v0/grpc.md b/apis/grpc_apis/ocis/messages/policies/v0/grpc.md
index 0ba299d634a..deb13f234bf 100644
--- a/apis/grpc_apis/ocis/messages/policies/v0/grpc.md
+++ b/apis/grpc_apis/ocis/messages/policies/v0/grpc.md
@@ -1,7 +1,7 @@
---
title: "ocis.messages.policies.v0"
url: /apis/grpc_apis/ocis_messages_policies_v0
-date: 2024-05-08T14:20:28Z
+date: 2024-05-08T14:30:09Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
diff --git a/apis/grpc_apis/ocis/messages/search/v0/grpc.md b/apis/grpc_apis/ocis/messages/search/v0/grpc.md
index 705723bc62c..db5f51f978d 100644
--- a/apis/grpc_apis/ocis/messages/search/v0/grpc.md
+++ b/apis/grpc_apis/ocis/messages/search/v0/grpc.md
@@ -1,7 +1,7 @@
---
title: "ocis.messages.search.v0"
url: /apis/grpc_apis/ocis_messages_search_v0
-date: 2024-05-08T14:20:28Z
+date: 2024-05-08T14:30:09Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
diff --git a/apis/grpc_apis/ocis/messages/settings/v0/grpc.md b/apis/grpc_apis/ocis/messages/settings/v0/grpc.md
index 712f7fd5006..fba897e855e 100644
--- a/apis/grpc_apis/ocis/messages/settings/v0/grpc.md
+++ b/apis/grpc_apis/ocis/messages/settings/v0/grpc.md
@@ -1,7 +1,7 @@
---
title: "ocis.messages.settings.v0"
url: /apis/grpc_apis/ocis_messages_settings_v0
-date: 2024-05-08T14:20:28Z
+date: 2024-05-08T14:30:09Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
diff --git a/apis/grpc_apis/ocis/messages/store/v0/grpc.md b/apis/grpc_apis/ocis/messages/store/v0/grpc.md
index a64885ead86..4325c63befd 100644
--- a/apis/grpc_apis/ocis/messages/store/v0/grpc.md
+++ b/apis/grpc_apis/ocis/messages/store/v0/grpc.md
@@ -1,7 +1,7 @@
---
title: "ocis.messages.store.v0"
url: /apis/grpc_apis/ocis_messages_store_v0
-date: 2024-05-08T14:20:28Z
+date: 2024-05-08T14:30:09Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
diff --git a/apis/grpc_apis/ocis/messages/thumbnails/v0/grpc.md b/apis/grpc_apis/ocis/messages/thumbnails/v0/grpc.md
index f856b618471..5a4d05415dc 100644
--- a/apis/grpc_apis/ocis/messages/thumbnails/v0/grpc.md
+++ b/apis/grpc_apis/ocis/messages/thumbnails/v0/grpc.md
@@ -1,7 +1,7 @@
---
title: "ocis.messages.thumbnails.v0"
url: /apis/grpc_apis/ocis_messages_thumbnails_v0
-date: 2024-05-08T14:20:28Z
+date: 2024-05-08T14:30:09Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
diff --git a/apis/grpc_apis/ocis/services/eventhistory/v0/grpc.md b/apis/grpc_apis/ocis/services/eventhistory/v0/grpc.md
index a50322b7358..f653d102e50 100644
--- a/apis/grpc_apis/ocis/services/eventhistory/v0/grpc.md
+++ b/apis/grpc_apis/ocis/services/eventhistory/v0/grpc.md
@@ -1,7 +1,7 @@
---
title: "ocis.services.eventhistory.v0"
url: /apis/grpc_apis/ocis_services_eventhistory_v0
-date: 2024-05-08T14:20:28Z
+date: 2024-05-08T14:30:09Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
diff --git a/apis/grpc_apis/ocis/services/policies/v0/grpc.md b/apis/grpc_apis/ocis/services/policies/v0/grpc.md
index 07bde4f5c7a..797fe2f868c 100644
--- a/apis/grpc_apis/ocis/services/policies/v0/grpc.md
+++ b/apis/grpc_apis/ocis/services/policies/v0/grpc.md
@@ -1,7 +1,7 @@
---
title: "ocis.services.policies.v0"
url: /apis/grpc_apis/ocis_services_policies_v0
-date: 2024-05-08T14:20:28Z
+date: 2024-05-08T14:30:09Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
diff --git a/apis/grpc_apis/ocis/services/search/v0/grpc.md b/apis/grpc_apis/ocis/services/search/v0/grpc.md
index ff82f6f3607..8d0e73ce184 100644
--- a/apis/grpc_apis/ocis/services/search/v0/grpc.md
+++ b/apis/grpc_apis/ocis/services/search/v0/grpc.md
@@ -1,7 +1,7 @@
---
title: "ocis.services.search.v0"
url: /apis/grpc_apis/ocis_services_search_v0
-date: 2024-05-08T14:20:28Z
+date: 2024-05-08T14:30:09Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
diff --git a/apis/grpc_apis/ocis/services/settings/v0/grpc.md b/apis/grpc_apis/ocis/services/settings/v0/grpc.md
index d3df8ac83f3..f358d42ebf8 100644
--- a/apis/grpc_apis/ocis/services/settings/v0/grpc.md
+++ b/apis/grpc_apis/ocis/services/settings/v0/grpc.md
@@ -1,7 +1,7 @@
---
title: "ocis.services.settings.v0"
url: /apis/grpc_apis/ocis_services_settings_v0
-date: 2024-05-08T14:20:28Z
+date: 2024-05-08T14:30:09Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
diff --git a/apis/grpc_apis/ocis/services/store/v0/grpc.md b/apis/grpc_apis/ocis/services/store/v0/grpc.md
index 5ed73982c17..f0f8d5f40d8 100644
--- a/apis/grpc_apis/ocis/services/store/v0/grpc.md
+++ b/apis/grpc_apis/ocis/services/store/v0/grpc.md
@@ -1,7 +1,7 @@
---
title: "ocis.services.store.v0"
url: /apis/grpc_apis/ocis_services_store_v0
-date: 2024-05-08T14:20:28Z
+date: 2024-05-08T14:30:09Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
diff --git a/apis/grpc_apis/ocis/services/thumbnails/v0/grpc.md b/apis/grpc_apis/ocis/services/thumbnails/v0/grpc.md
index d000b28d5e6..fae04ba95a9 100644
--- a/apis/grpc_apis/ocis/services/thumbnails/v0/grpc.md
+++ b/apis/grpc_apis/ocis/services/thumbnails/v0/grpc.md
@@ -1,7 +1,7 @@
---
title: "ocis.services.thumbnails.v0"
url: /apis/grpc_apis/ocis_services_thumbnails_v0
-date: 2024-05-08T14:20:28Z
+date: 2024-05-08T14:30:09Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
diff --git a/helpers/env_vars.yaml b/helpers/env_vars.yaml
index 2bed5860db8..be4033524b0 100644
--- a/helpers/env_vars.yaml
+++ b/helpers/env_vars.yaml
@@ -219,8 +219,8 @@ ANTIVIRUS_MAX_SCAN_SIZE:
type: string
description: 'The maximum scan size the virus scanner can handle. Only this many
bytes of a file will be scanned. 0 means unlimited and is the default. Usable
- common abbreviations: [KB, KiB, GB, GiB, TB, TiB, PB, PiB, EB, EiB], example:
- 2GB.'
+ common abbreviations: [KB, KiB, MB, MiB, GB, GiB, TB, TiB, PB, PiB, EB, EiB],
+ example: 2GB.'
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@@ -2306,7 +2306,7 @@ COLLABORATION_HTTP_SCHEME:
deprecationInfo: ""
COLLABORATION_JWT_SECRET:
name: OCIS_JWT_SECRET;COLLABORATION_JWT_SECRET
- defaultValue: EcaiSCBWAMTEsmUAOpa82H1aXUOCrZQF
+ defaultValue: IKpL4wWSJxyBhOS5SOOrMQG5S40W7gzJ
type: string
description: Used as JWT token and to encrypt access token.
introductionVersion: "5.1"
@@ -7107,12 +7107,12 @@ OCDAV_WEBDAV_NAMESPACE:
removalVersion: ""
deprecationInfo: ""
OCIS_ADMIN_USER_ID:
- name: OCIS_ADMIN_USER_ID;SETTINGS_ADMIN_USER_ID
+ name: OCIS_ADMIN_USER_ID;STORAGE_USERS_PURGE_TRASH_BIN_USER_ID
defaultValue: ""
type: string
- description: ID of the user that should receive admin privileges. Consider that
- the UUID can be encoded in some LDAP deployment configurations like in .ldif files.
- These need to be decoded beforehand.
+ description: ID of the user who collects all necessary information for deletion.
+ Consider that the UUID can be encoded in some LDAP deployment configurations like
+ in .ldif files. These need to be decoded beforehand.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@@ -7127,28 +7127,28 @@ OCIS_ASYNC_UPLOADS:
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_AUTH_PASSWORD:
- name: OCIS_CACHE_AUTH_PASSWORD;FRONTEND_OCS_STAT_CACHE_AUTH_PASSWORD
+ name: OCIS_CACHE_AUTH_PASSWORD;PROXY_PRESIGNEDURL_SIGNING_KEYS_STORE_AUTH_PASSWORD
defaultValue: ""
type: string
- description: The password to use for authentication. Only applies when using the
- 'nats-js-kv' store type.
+ description: The password to authenticate with the store. Only applies when store
+ type 'nats-js-kv' is configured.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_AUTH_USERNAME:
- name: OCIS_CACHE_AUTH_USERNAME;FRONTEND_OCS_STAT_CACHE_AUTH_USERNAME
+ name: OCIS_CACHE_AUTH_USERNAME;PROXY_PRESIGNEDURL_SIGNING_KEYS_STORE_AUTH_USERNAME
defaultValue: ""
type: string
- description: The username to use for authentication. Only applies when using the
- 'nats-js-kv' store type.
+ description: The username to authenticate with the store. Only applies when store
+ type 'nats-js-kv' is configured.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_DATABASE:
name: OCIS_CACHE_DATABASE
- defaultValue: cache-stat
+ defaultValue: cache-userinfo
type: string
description: The database name the configured store should use.
introductionVersion: pre5.0
@@ -7156,60 +7156,61 @@ OCIS_CACHE_DATABASE:
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_DISABLE_PERSISTENCE:
- name: OCIS_CACHE_DISABLE_PERSISTENCE;FRONTEND_OCS_STAT_CACHE_DISABLE_PERSISTENCE
- defaultValue: "false"
+ name: OCIS_CACHE_DISABLE_PERSISTENCE;PROXY_PRESIGNEDURL_SIGNING_KEYS_STORE_DISABLE_PERSISTENCE
+ defaultValue: "true"
type: bool
- description: Disable persistence of the cache. Only applies when using the 'nats-js-kv'
- store type. Defaults to false.
+ description: Disables persistence of the store. Only applies when store type 'nats-js-kv'
+ is configured. Defaults to true.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_SIZE:
- name: OCIS_CACHE_SIZE;FRONTEND_OCS_STAT_CACHE_SIZE
+ name: OCIS_CACHE_SIZE;PROXY_OIDC_USERINFO_CACHE_SIZE
defaultValue: "0"
type: int
- description: Max number of entries to hold in the cache.
+ description: The maximum quantity of items in the user info cache. Only applies
+ when store type 'ocmem' is configured. Defaults to 512 which is derived from the
+ ocmem package though not explicitly set as default.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_STORE:
- name: OCIS_CACHE_STORE;FRONTEND_OCS_STAT_CACHE_STORE
- defaultValue: memory
+ name: OCIS_CACHE_STORE;PROXY_PRESIGNEDURL_SIGNING_KEYS_STORE
+ defaultValue: nats-js-kv
type: string
- description: 'The type of the cache store. Supported values are: ''memory'', ''redis-sentinel'',
- ''nats-js-kv'', ''noop''. See the text description for details.'
- introductionVersion: pre5.0
+ description: 'The type of the signing key store. Supported values are: ''redis-sentinel'',
+ ''nats-js-kv'' and ''ocisstoreservice'' (deprecated). See the text description
+ for details.'
+ introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_STORE_NODES:
- name: OCIS_CACHE_STORE_NODES;FRONTEND_OCS_STAT_CACHE_STORE_NODES
+ name: OCIS_CACHE_STORE_NODES;PROXY_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES
defaultValue: '[127.0.0.1:9233]'
type: '[]string'
- description: A list of nodes to access the configured store. This has no effect
- when 'memory' or 'ocmem' stores are 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.
- introductionVersion: pre5.0
+ description: A list of nodes to access the configured store. 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.
+ introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_TTL:
- name: OCIS_CACHE_TTL;FRONTEND_OCS_STAT_CACHE_TTL
- defaultValue: 5m0s
+ name: OCIS_CACHE_TTL;PROXY_PRESIGNEDURL_SIGNING_KEYS_STORE_TTL
+ defaultValue: 12h0m0s
type: Duration
- description: Default time to live for user info in the cache. Only applied when
- access tokens has no expiration. See the Environment Variable Types description
- for more details.
- introductionVersion: pre5.0
+ description: Default time to live for signing keys. See the Environment Variable
+ Types description for more details.
+ introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_CREDENTIALS:
- name: OCIS_CORS_ALLOW_CREDENTIALS;FRONTEND_CORS_ALLOW_CREDENTIALS
- defaultValue: "false"
+ name: OCIS_CORS_ALLOW_CREDENTIALS;USERLOG_CORS_ALLOW_CREDENTIALS
+ defaultValue: "true"
type: bool
description: 'Allow credentials for CORS.See following chapter for more details:
*Access-Control-Allow-Credentials* at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials.'
@@ -7218,11 +7219,9 @@ OCIS_CORS_ALLOW_CREDENTIALS:
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_HEADERS:
- name: OCIS_CORS_ALLOW_HEADERS;FRONTEND_CORS_ALLOW_HEADERS
- defaultValue: '[Origin Accept Content-Type Depth Authorization Ocs-Apirequest If-None-Match
- If-Match Destination Overwrite X-Request-Id X-Requested-With Tus-Resumable Tus-Checksum-Algorithm
- Upload-Concat Upload-Length Upload-Metadata Upload-Defer-Length Upload-Expires
- Upload-Checksum Upload-Offset X-HTTP-Method-Override Cache-Control]'
+ name: OCIS_CORS_ALLOW_HEADERS;USERLOG_CORS_ALLOW_HEADERS
+ defaultValue: '[Authorization Origin Content-Type Accept X-Requested-With X-Request-Id
+ Ocs-Apirequest]'
type: '[]string'
description: 'A list of allowed CORS headers. See following chapter for more details:
*Access-Control-Request-Headers* at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Request-Headers.
@@ -7232,9 +7231,8 @@ OCIS_CORS_ALLOW_HEADERS:
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_METHODS:
- name: OCIS_CORS_ALLOW_METHODS;FRONTEND_CORS_ALLOW_METHODS
- defaultValue: '[OPTIONS HEAD GET PUT POST PATCH DELETE MKCOL PROPFIND PROPPATCH
- MOVE COPY REPORT SEARCH]'
+ name: OCIS_CORS_ALLOW_METHODS;USERLOG_CORS_ALLOW_METHODS
+ defaultValue: '[GET]'
type: '[]string'
description: 'A list of allowed CORS methods. See following chapter for more details:
*Access-Control-Request-Method* at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Request-Method.
@@ -7244,8 +7242,8 @@ OCIS_CORS_ALLOW_METHODS:
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_ORIGINS:
- name: OCIS_CORS_ALLOW_ORIGINS;FRONTEND_CORS_ALLOW_ORIGINS
- defaultValue: '[https://localhost:9200]'
+ name: OCIS_CORS_ALLOW_ORIGINS;USERLOG_CORS_ALLOW_ORIGINS
+ defaultValue: '[*]'
type: '[]string'
description: 'A list of allowed CORS origins. See following chapter for more details:
*Access-Control-Allow-Origin* at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin.
@@ -7279,7 +7277,7 @@ OCIS_CORS_MAX_AGE:
removalVersion: ""
deprecationInfo: ""
OCIS_DECOMPOSEDFS_METADATA_BACKEND:
- name: OCIS_DECOMPOSEDFS_METADATA_BACKEND;STORAGE_SYSTEM_OCIS_METADATA_BACKEND
+ name: OCIS_DECOMPOSEDFS_METADATA_BACKEND;STORAGE_USERS_OCIS_METADATA_BACKEND
defaultValue: messagepack
type: string
description: The backend to use for storing metadata. Supported values are 'messagepack'
@@ -7369,7 +7367,7 @@ OCIS_ENABLE_RESHARING:
removalVersion: ""
deprecationInfo: Resharing will be removed in the future.
OCIS_EVENTS_AUTH_PASSWORD:
- name: OCIS_EVENTS_AUTH_PASSWORD;CLIENTLOG_EVENTS_AUTH_PASSWORD
+ name: OCIS_EVENTS_AUTH_PASSWORD;SEARCH_EVENTS_AUTH_PASSWORD
defaultValue: ""
type: string
description: The password to authenticate with the events broker. The events broker
@@ -7379,7 +7377,7 @@ OCIS_EVENTS_AUTH_PASSWORD:
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_AUTH_USERNAME:
- name: OCIS_EVENTS_AUTH_USERNAME;CLIENTLOG_EVENTS_AUTH_USERNAME
+ name: OCIS_EVENTS_AUTH_USERNAME;SEARCH_EVENTS_AUTH_USERNAME
defaultValue: ""
type: string
description: The username to authenticate with the events broker. The events broker
@@ -7389,52 +7387,52 @@ OCIS_EVENTS_AUTH_USERNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_CLUSTER:
- name: OCIS_EVENTS_CLUSTER;CLIENTLOG_EVENTS_CLUSTER
+ name: OCIS_EVENTS_CLUSTER;SEARCH_EVENTS_CLUSTER
defaultValue: ocis-cluster
type: string
description: The clusterID of the event system. The event system is the message
queuing service. It is used as message broker for the microservice architecture.
Mandatory when using NATS as event system.
- introductionVersion: "5.0"
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_ENABLE_TLS:
- name: OCIS_EVENTS_ENABLE_TLS;CLIENTLOG_EVENTS_ENABLE_TLS
+ name: OCIS_EVENTS_ENABLE_TLS;SEARCH_EVENTS_ENABLE_TLS
defaultValue: "false"
type: bool
description: Enable TLS for the connection to the events broker. The events broker
is the ocis service which receives and delivers events between the services.
- introductionVersion: "5.0"
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_ENDPOINT:
- name: OCIS_EVENTS_ENDPOINT;CLIENTLOG_EVENTS_ENDPOINT
+ name: OCIS_EVENTS_ENDPOINT;SEARCH_EVENTS_ENDPOINT
defaultValue: 127.0.0.1:9233
type: string
description: The address of the event system. The event system is the message queuing
service. It is used as message broker for the microservice architecture.
- introductionVersion: "5.0"
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_TLS_ROOT_CA_CERTIFICATE:
- name: OCIS_EVENTS_TLS_ROOT_CA_CERTIFICATE;CLIENTLOG_EVENTS_TLS_ROOT_CA_CERTIFICATE
+ name: OCIS_EVENTS_TLS_ROOT_CA_CERTIFICATE;SEARCH_EVENTS_TLS_ROOT_CA_CERTIFICATE
defaultValue: ""
type: string
description: The root CA certificate used to validate the server's TLS certificate.
- If provided NOTIFICATIONS_EVENTS_TLS_INSECURE will be seen as false.
- introductionVersion: "5.0"
+ If provided SEARCH_EVENTS_TLS_INSECURE will be seen as false.
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_GATEWAY_GRPC_ADDR:
- name: OCIS_GATEWAY_GRPC_ADDR;GATEWAY_GRPC_ADDR
+ name: OCIS_GATEWAY_GRPC_ADDR;STORAGE_USERS_GATEWAY_GRPC_ADDR
defaultValue: 127.0.0.1:9142
type: string
- description: The bind address of the GRPC service.
- introductionVersion: pre5.0
+ description: The bind address of the gateway GRPC address.
+ introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@@ -7493,25 +7491,26 @@ OCIS_HTTP_TLS_KEY:
removalVersion: ""
deprecationInfo: ""
OCIS_INSECURE:
- name: OCIS_INSECURE;CLIENTLOG_EVENTS_TLS_INSECURE
+ name: OCIS_INSECURE;PROXY_OIDC_INSECURE
defaultValue: "false"
type: bool
- description: Whether to verify the server TLS certificates.
- introductionVersion: "5.0"
+ description: Disable TLS certificate validation for connections to the IDP. Note
+ that this is not recommended for production environments.
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_JWT_SECRET:
- name: OCIS_JWT_SECRET;COLLABORATION_JWT_SECRET
+ name: OCIS_JWT_SECRET;STORAGE_PUBLICLINK_JWT_SECRET
defaultValue: ""
type: string
- description: Used as JWT token and to encrypt access token.
- introductionVersion: "5.1"
+ description: The secret to mint and validate jwt tokens.
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_KEYCLOAK_BASE_PATH:
- name: OCIS_KEYCLOAK_BASE_PATH;GRAPH_KEYCLOAK_BASE_PATH
+ name: OCIS_KEYCLOAK_BASE_PATH;INVITATIONS_KEYCLOAK_BASE_PATH
defaultValue: ""
type: string
description: The URL to access keycloak.
@@ -7520,16 +7519,16 @@ OCIS_KEYCLOAK_BASE_PATH:
removalVersion: ""
deprecationInfo: ""
OCIS_KEYCLOAK_CLIENT_ID:
- name: OCIS_KEYCLOAK_CLIENT_ID;GRAPH_KEYCLOAK_CLIENT_ID
+ name: OCIS_KEYCLOAK_CLIENT_ID;INVITATIONS_KEYCLOAK_CLIENT_ID
defaultValue: ""
type: string
- description: The client id to authenticate with keycloak.
+ description: The client ID to authenticate with keycloak.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_KEYCLOAK_CLIENT_REALM:
- name: OCIS_KEYCLOAK_CLIENT_REALM;GRAPH_KEYCLOAK_CLIENT_REALM
+ name: OCIS_KEYCLOAK_CLIENT_REALM;INVITATIONS_KEYCLOAK_CLIENT_REALM
defaultValue: ""
type: string
description: The realm the client is defined in.
@@ -7538,7 +7537,7 @@ OCIS_KEYCLOAK_CLIENT_REALM:
removalVersion: ""
deprecationInfo: ""
OCIS_KEYCLOAK_CLIENT_SECRET:
- name: OCIS_KEYCLOAK_CLIENT_SECRET;GRAPH_KEYCLOAK_CLIENT_SECRET
+ name: OCIS_KEYCLOAK_CLIENT_SECRET;INVITATIONS_KEYCLOAK_CLIENT_SECRET
defaultValue: ""
type: string
description: The client secret to use in authentication.
@@ -7547,7 +7546,7 @@ OCIS_KEYCLOAK_CLIENT_SECRET:
removalVersion: ""
deprecationInfo: ""
OCIS_KEYCLOAK_INSECURE_SKIP_VERIFY:
- name: OCIS_KEYCLOAK_INSECURE_SKIP_VERIFY;GRAPH_KEYCLOAK_INSECURE_SKIP_VERIFY
+ name: OCIS_KEYCLOAK_INSECURE_SKIP_VERIFY;INVITATIONS_KEYCLOAK_INSECURE_SKIP_VERIFY
defaultValue: "false"
type: bool
description: Disable TLS certificate validation for Keycloak connections. Do not
@@ -7557,7 +7556,7 @@ OCIS_KEYCLOAK_INSECURE_SKIP_VERIFY:
removalVersion: ""
deprecationInfo: ""
OCIS_KEYCLOAK_USER_REALM:
- name: OCIS_KEYCLOAK_USER_REALM;GRAPH_KEYCLOAK_USER_REALM
+ name: OCIS_KEYCLOAK_USER_REALM;INVITATIONS_KEYCLOAK_USER_REALM
defaultValue: ""
type: string
description: The realm users are defined.
@@ -7566,7 +7565,7 @@ OCIS_KEYCLOAK_USER_REALM:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_BIND_DN:
- name: OCIS_LDAP_BIND_DN;GROUPS_LDAP_BIND_DN
+ name: OCIS_LDAP_BIND_DN;USERS_LDAP_BIND_DN
defaultValue: uid=reva,ou=sysusers,o=libregraph-idm
type: string
description: LDAP DN to use for simple bind authentication with the target LDAP
@@ -7576,7 +7575,7 @@ OCIS_LDAP_BIND_DN:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_BIND_PASSWORD:
- name: OCIS_LDAP_BIND_PASSWORD;GROUPS_LDAP_BIND_PASSWORD
+ name: OCIS_LDAP_BIND_PASSWORD;USERS_LDAP_BIND_PASSWORD
defaultValue: ""
type: string
description: Password to use for authenticating the 'bind_dn'.
@@ -7585,7 +7584,7 @@ OCIS_LDAP_BIND_PASSWORD:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_CACERT:
- name: OCIS_LDAP_CACERT;GROUPS_LDAP_CACERT
+ name: OCIS_LDAP_CACERT;USERS_LDAP_CACERT
defaultValue: /var/lib/ocis/idm/ldap.crt
type: string
description: Path/File name for the root CA certificate (in PEM format) used to
@@ -7596,20 +7595,20 @@ OCIS_LDAP_CACERT:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_DISABLE_USER_MECHANISM:
- name: OCIS_LDAP_DISABLE_USER_MECHANISM;GRAPH_DISABLE_USER_MECHANISM
+ name: OCIS_LDAP_DISABLE_USER_MECHANISM;USERS_LDAP_DISABLE_USER_MECHANISM
defaultValue: attribute
type: string
- description: An option to control the behavior for disabling users. Supported options
+ description: An option to control the behavior for disabling users. Valid options
are 'none', 'attribute' and 'group'. If set to 'group', disabling a user via API
will add the user to the configured group for disabled users, if set to 'attribute'
this will be done in the ldap user entry, if set to 'none' the disable request
- is not processed. Default is 'attribute'.
+ is not processed.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_DISABLED_USERS_GROUP_DN:
- name: OCIS_LDAP_DISABLED_USERS_GROUP_DN;GRAPH_DISABLED_USERS_GROUP_DN
+ name: OCIS_LDAP_DISABLED_USERS_GROUP_DN;USERS_LDAP_DISABLED_USERS_GROUP_DN
defaultValue: cn=DisabledUsersGroup,ou=groups,o=libregraph-idm
type: string
description: The distinguished name of the group to which added users will be classified
@@ -7619,7 +7618,7 @@ OCIS_LDAP_DISABLED_USERS_GROUP_DN:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_BASE_DN:
- name: OCIS_LDAP_GROUP_BASE_DN;GROUPS_LDAP_GROUP_BASE_DN
+ name: OCIS_LDAP_GROUP_BASE_DN;USERS_LDAP_GROUP_BASE_DN
defaultValue: ou=groups,o=libregraph-idm
type: string
description: Search base DN for looking up LDAP groups.
@@ -7628,7 +7627,7 @@ OCIS_LDAP_GROUP_BASE_DN:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_FILTER:
- name: OCIS_LDAP_GROUP_FILTER;GROUPS_LDAP_GROUP_FILTER
+ name: OCIS_LDAP_GROUP_FILTER;USERS_LDAP_GROUP_FILTER
defaultValue: ""
type: string
description: LDAP filter to add to the default filters for group searches.
@@ -7637,17 +7636,17 @@ OCIS_LDAP_GROUP_FILTER:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_OBJECTCLASS:
- name: OCIS_LDAP_GROUP_OBJECTCLASS;GROUPS_LDAP_GROUP_OBJECTCLASS
+ name: OCIS_LDAP_GROUP_OBJECTCLASS;USERS_LDAP_GROUP_OBJECTCLASS
defaultValue: groupOfNames
type: string
description: The object class to use for groups in the default group search filter
- ('groupOfNames').
+ like 'groupOfNames'.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_DISPLAYNAME:
- name: OCIS_LDAP_GROUP_SCHEMA_DISPLAYNAME;GROUPS_LDAP_GROUP_SCHEMA_DISPLAYNAME
+ name: OCIS_LDAP_GROUP_SCHEMA_DISPLAYNAME;USERS_LDAP_GROUP_SCHEMA_DISPLAYNAME
defaultValue: cn
type: string
description: LDAP Attribute to use for the displayname of groups (often the same
@@ -7657,7 +7656,7 @@ OCIS_LDAP_GROUP_SCHEMA_DISPLAYNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_GROUPNAME:
- name: OCIS_LDAP_GROUP_SCHEMA_GROUPNAME;GROUPS_LDAP_GROUP_SCHEMA_GROUPNAME
+ name: OCIS_LDAP_GROUP_SCHEMA_GROUPNAME;USERS_LDAP_GROUP_SCHEMA_GROUPNAME
defaultValue: cn
type: string
description: LDAP Attribute to use for the name of groups.
@@ -7666,17 +7665,17 @@ OCIS_LDAP_GROUP_SCHEMA_GROUPNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_ID:
- name: OCIS_LDAP_GROUP_SCHEMA_ID;GROUPS_LDAP_GROUP_SCHEMA_ID
+ name: OCIS_LDAP_GROUP_SCHEMA_ID;USERS_LDAP_GROUP_SCHEMA_ID
defaultValue: ownclouduuid
type: string
- description: LDAP Attribute to use as the unique id for groups. This should be a
+ description: LDAP Attribute to use as the unique ID for groups. This should be a
stable globally unique ID like a UUID.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING:
- name: OCIS_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING;GROUPS_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING
+ name: OCIS_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING;USERS_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING
defaultValue: "false"
type: bool
description: Set this to true if the defined 'id' attribute for groups is of the
@@ -7687,7 +7686,7 @@ OCIS_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_MAIL:
- name: OCIS_LDAP_GROUP_SCHEMA_MAIL;GROUPS_LDAP_GROUP_SCHEMA_MAIL
+ name: OCIS_LDAP_GROUP_SCHEMA_MAIL;USERS_LDAP_GROUP_SCHEMA_MAIL
defaultValue: mail
type: string
description: LDAP Attribute to use for the email address of groups (can be empty).
@@ -7696,7 +7695,7 @@ OCIS_LDAP_GROUP_SCHEMA_MAIL:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_MEMBER:
- name: OCIS_LDAP_GROUP_SCHEMA_MEMBER;GROUPS_LDAP_GROUP_SCHEMA_MEMBER
+ name: OCIS_LDAP_GROUP_SCHEMA_MEMBER;USERS_LDAP_GROUP_SCHEMA_MEMBER
defaultValue: member
type: string
description: LDAP Attribute that is used for group members.
@@ -7705,17 +7704,17 @@ OCIS_LDAP_GROUP_SCHEMA_MEMBER:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCOPE:
- name: OCIS_LDAP_GROUP_SCOPE;GROUPS_LDAP_GROUP_SCOPE
+ name: OCIS_LDAP_GROUP_SCOPE;USERS_LDAP_GROUP_SCOPE
defaultValue: sub
type: string
- description: LDAP search scope to use when looking up groups. Supported scopes are
+ description: LDAP search scope to use when looking up groups. Supported values are
'base', 'one' and 'sub'.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_INSECURE:
- name: OCIS_LDAP_INSECURE;GROUPS_LDAP_INSECURE
+ name: OCIS_LDAP_INSECURE;USERS_LDAP_INSECURE
defaultValue: "false"
type: bool
description: Disable TLS certificate validation for the LDAP connections. Do not
@@ -7737,7 +7736,7 @@ OCIS_LDAP_SERVER_WRITE_ENABLED:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_URI:
- name: OCIS_LDAP_URI;GROUPS_LDAP_URI
+ name: OCIS_LDAP_URI;USERS_LDAP_URI
defaultValue: ldaps://localhost:9235
type: string
description: URI of the LDAP Server to connect to. Supported URI schemes are 'ldaps://'
@@ -7747,7 +7746,7 @@ OCIS_LDAP_URI:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_BASE_DN:
- name: OCIS_LDAP_USER_BASE_DN;GROUPS_LDAP_USER_BASE_DN
+ name: OCIS_LDAP_USER_BASE_DN;USERS_LDAP_USER_BASE_DN
defaultValue: ou=users,o=libregraph-idm
type: string
description: Search base DN for looking up LDAP users.
@@ -7756,16 +7755,16 @@ OCIS_LDAP_USER_BASE_DN:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_ENABLED_ATTRIBUTE:
- name: OCIS_LDAP_USER_ENABLED_ATTRIBUTE;GRAPH_USER_ENABLED_ATTRIBUTE
+ name: OCIS_LDAP_USER_ENABLED_ATTRIBUTE;USERS_LDAP_USER_ENABLED_ATTRIBUTE
defaultValue: ownCloudUserEnabled
type: string
- description: LDAP Attribute to use as a flag telling if the user is enabled or disabled.
+ description: LDAP attribute to use as a flag telling if the user is enabled or disabled.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_FILTER:
- name: OCIS_LDAP_USER_FILTER;GROUPS_LDAP_USER_FILTER
+ name: OCIS_LDAP_USER_FILTER;USERS_LDAP_USER_FILTER
defaultValue: ""
type: string
description: LDAP filter to add to the default filters for user search like '(objectclass=ownCloud)'.
@@ -7774,17 +7773,17 @@ OCIS_LDAP_USER_FILTER:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_OBJECTCLASS:
- name: OCIS_LDAP_USER_OBJECTCLASS;GROUPS_LDAP_USER_OBJECTCLASS
+ name: OCIS_LDAP_USER_OBJECTCLASS;USERS_LDAP_USER_OBJECTCLASS
defaultValue: inetOrgPerson
type: string
description: The object class to use for users in the default user search filter
- ('inetOrgPerson').
+ like 'inetOrgPerson'.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_DISPLAYNAME:
- name: OCIS_LDAP_USER_SCHEMA_DISPLAYNAME;GROUPS_LDAP_USER_SCHEMA_DISPLAYNAME
+ name: OCIS_LDAP_USER_SCHEMA_DISPLAYNAME;USERS_LDAP_USER_SCHEMA_DISPLAYNAME
defaultValue: displayname
type: string
description: LDAP Attribute to use for the displayname of users.
@@ -7793,17 +7792,17 @@ OCIS_LDAP_USER_SCHEMA_DISPLAYNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_ID:
- name: OCIS_LDAP_USER_SCHEMA_ID;GROUPS_LDAP_USER_SCHEMA_ID
+ name: OCIS_LDAP_USER_SCHEMA_ID;USERS_LDAP_USER_SCHEMA_ID
defaultValue: ownclouduuid
type: string
- description: LDAP Attribute to use as the unique id for users. This should be a
- stable globally unique id like a UUID.
+ description: LDAP Attribute to use as the unique ID for users. This should be a
+ stable globally unique ID like a UUID.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING:
- name: OCIS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING;GROUPS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING
+ name: OCIS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING;USERS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING
defaultValue: "false"
type: bool
description: Set this to true if the defined 'ID' attribute for users is of the
@@ -7814,7 +7813,7 @@ OCIS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_MAIL:
- name: OCIS_LDAP_USER_SCHEMA_MAIL;GROUPS_LDAP_USER_SCHEMA_MAIL
+ name: OCIS_LDAP_USER_SCHEMA_MAIL;USERS_LDAP_USER_SCHEMA_MAIL
defaultValue: mail
type: string
description: LDAP Attribute to use for the email address of users.
@@ -7823,7 +7822,7 @@ OCIS_LDAP_USER_SCHEMA_MAIL:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_USER_TYPE:
- name: OCIS_LDAP_USER_SCHEMA_USER_TYPE;GRAPH_LDAP_USER_TYPE_ATTRIBUTE
+ name: OCIS_LDAP_USER_SCHEMA_USER_TYPE;USERS_LDAP_USER_TYPE_ATTRIBUTE
defaultValue: ownCloudUserType
type: string
description: LDAP Attribute to distinguish between 'Member' and 'Guest' users. Default
@@ -7833,7 +7832,7 @@ OCIS_LDAP_USER_SCHEMA_USER_TYPE:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_USERNAME:
- name: OCIS_LDAP_USER_SCHEMA_USERNAME;GROUPS_LDAP_USER_SCHEMA_USERNAME
+ name: OCIS_LDAP_USER_SCHEMA_USERNAME;USERS_LDAP_USER_SCHEMA_USERNAME
defaultValue: uid
type: string
description: LDAP Attribute to use for username of users.
@@ -7842,58 +7841,58 @@ OCIS_LDAP_USER_SCHEMA_USERNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCOPE:
- name: OCIS_LDAP_USER_SCOPE;GROUPS_LDAP_USER_SCOPE
+ name: OCIS_LDAP_USER_SCOPE;USERS_LDAP_USER_SCOPE
defaultValue: sub
type: string
- description: LDAP search scope to use when looking up users. Supported scopes are
+ description: LDAP search scope to use when looking up users. Supported values are
'base', 'one' and 'sub'.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_COLOR:
- name: OCIS_LOG_COLOR;COLLABORATION_LOG_COLOR
+ name: OCIS_LOG_COLOR;PROXY_LOG_COLOR
defaultValue: "false"
type: bool
description: Activates colorized log output.
- introductionVersion: "5.1"
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_FILE:
- name: OCIS_LOG_FILE;COLLABORATION_LOG_FILE
+ name: OCIS_LOG_FILE;PROXY_LOG_FILE
defaultValue: ""
type: string
description: The path to the log file. Activates logging to this file if set.
- introductionVersion: "5.1"
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_LEVEL:
- name: OCIS_LOG_LEVEL;COLLABORATION_LOG_LEVEL
+ name: OCIS_LOG_LEVEL;PROXY_LOG_LEVEL
defaultValue: ""
type: string
description: 'The log level. Valid values are: ''panic'', ''fatal'', ''error'',
''warn'', ''info'', ''debug'', ''trace''.'
- introductionVersion: "5.1"
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_PRETTY:
- name: OCIS_LOG_PRETTY;COLLABORATION_LOG_PRETTY
+ name: OCIS_LOG_PRETTY;PROXY_LOG_PRETTY
defaultValue: "false"
type: bool
description: Activates pretty log output.
- introductionVersion: "5.1"
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_MACHINE_AUTH_API_KEY:
- name: OCIS_MACHINE_AUTH_API_KEY;FRONTEND_MACHINE_AUTH_API_KEY
+ name: OCIS_MACHINE_AUTH_API_KEY;PROXY_MACHINE_AUTH_API_KEY
defaultValue: ""
type: string
- description: The machine auth API key used to validate internal requests necessary
- to access resources from other services.
+ description: Machine auth API key used to validate internal requests necessary to
+ access resources from other services.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@@ -7910,11 +7909,10 @@ OCIS_OIDC_CLIENT_ID:
removalVersion: ""
deprecationInfo: ""
OCIS_OIDC_ISSUER:
- name: OCIS_URL;OCIS_OIDC_ISSUER;GROUPS_IDP_URL
+ name: OCIS_URL;OCIS_OIDC_ISSUER;PROXY_OIDC_ISSUER
defaultValue: https://localhost:9200
type: string
- description: The identity provider value to set in the group IDs of the CS3 group
- objects for groups returned by this group provider.
+ description: URL of the OIDC issuer. It defaults to URL of the builtin IDP.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@@ -8060,11 +8058,11 @@ OCIS_PUBLIC_URL:
removalVersion: ""
deprecationInfo: ""
OCIS_REVA_GATEWAY:
- name: OCIS_REVA_GATEWAY;CLIENTLOG_REVA_GATEWAY
+ name: OCIS_REVA_GATEWAY
defaultValue: com.owncloud.api.gateway
type: string
- description: CS3 gateway used to look up user metadata
- introductionVersion: "5.0"
+ description: The CS3 gateway endpoint.
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@@ -8091,7 +8089,7 @@ OCIS_REVA_GATEWAY_TLS_MODE:
removalVersion: ""
deprecationInfo: ""
OCIS_SERVICE_ACCOUNT_ID:
- name: OCIS_SERVICE_ACCOUNT_ID;CLIENTLOG_SERVICE_ACCOUNT_ID
+ name: OCIS_SERVICE_ACCOUNT_ID;PROXY_SERVICE_ACCOUNT_ID
defaultValue: ""
type: string
description: The ID of the service account the service should use. See the 'auth-service'
@@ -8101,7 +8099,7 @@ OCIS_SERVICE_ACCOUNT_ID:
removalVersion: ""
deprecationInfo: ""
OCIS_SERVICE_ACCOUNT_SECRET:
- name: OCIS_SERVICE_ACCOUNT_SECRET;CLIENTLOG_SERVICE_ACCOUNT_SECRET
+ name: OCIS_SERVICE_ACCOUNT_SECRET;PROXY_SERVICE_ACCOUNT_SECRET
defaultValue: ""
type: string
description: The service account secret.
@@ -8138,11 +8136,12 @@ OCIS_SHOW_USER_EMAIL_IN_RESULTS:
removalVersion: ""
deprecationInfo: ""
OCIS_SPACES_MAX_QUOTA:
- name: OCIS_SPACES_MAX_QUOTA;FRONTEND_MAX_QUOTA
+ name: OCIS_SPACES_MAX_QUOTA;STORAGE_USERS_OCIS_MAX_QUOTA
defaultValue: "0"
type: uint64
- description: Set the global max quota value in bytes. A value of 0 equals unlimited.
- The value is provided via capabilities.
+ description: Set a global max quota for spaces in bytes. A value of 0 equals unlimited.
+ If not using the global OCIS_SPACES_MAX_QUOTA, you must define the FRONTEND_MAX_QUOTA
+ in the frontend service.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@@ -8178,40 +8177,40 @@ OCIS_SYSTEM_USER_IDP:
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_COLLECTOR:
- name: OCIS_TRACING_COLLECTOR;COLLABORATION_TRACING_COLLECTOR
+ name: OCIS_TRACING_COLLECTOR;PROXY_TRACING_COLLECTOR
defaultValue: ""
type: string
description: The HTTP endpoint for sending spans directly to a collector, i.e. http://jaeger-collector:14268/api/traces.
Only used if the tracing endpoint is unset.
- introductionVersion: "5.1"
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_ENABLED:
- name: OCIS_TRACING_ENABLED;COLLABORATION_TRACING_ENABLED
+ name: OCIS_TRACING_ENABLED;PROXY_TRACING_ENABLED
defaultValue: "false"
type: bool
description: Activates tracing.
- introductionVersion: "5.1"
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_ENDPOINT:
- name: OCIS_TRACING_ENDPOINT;COLLABORATION_TRACING_ENDPOINT
+ name: OCIS_TRACING_ENDPOINT;PROXY_TRACING_ENDPOINT
defaultValue: ""
type: string
description: The endpoint of the tracing agent.
- introductionVersion: "5.1"
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_TYPE:
- name: OCIS_TRACING_TYPE;COLLABORATION_TRACING_TYPE
+ name: OCIS_TRACING_TYPE;PROXY_TRACING_TYPE
defaultValue: ""
type: string
description: The type of tracing. Defaults to '', which is the same as 'jaeger'.
Allowed tracing types are 'jaeger' and '' as of now.
- introductionVersion: "5.1"
+ introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@@ -8236,11 +8235,10 @@ OCIS_TRANSLATION_PATH:
removalVersion: ""
deprecationInfo: ""
OCIS_URL:
- name: OCIS_URL;OCIS_OIDC_ISSUER;GROUPS_IDP_URL
+ name: OCIS_URL;OCIS_OIDC_ISSUER;PROXY_OIDC_ISSUER
defaultValue: https://localhost:9200
type: string
- description: The identity provider value to set in the group IDs of the CS3 group
- objects for groups returned by this group provider.
+ description: URL of the OIDC issuer. It defaults to URL of the builtin IDP.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@@ -13539,6 +13537,17 @@ THUMBNAILS_MAX_INPUT_HEIGHT:
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
+THUMBNAILS_MAX_INPUT_IMAGE_FILE_SIZE:
+ name: THUMBNAILS_MAX_INPUT_IMAGE_FILE_SIZE
+ defaultValue: 50MB
+ type: string
+ description: 'The maximum file size of an input image which is being processed.
+ Usable common abbreviations: [KB, KiB, MB, MiB, GB, GiB, TB, TiB, PB, PiB, EB,
+ EiB], example: 2GB.'
+ introductionVersion: "6.0"
+ deprecationVersion: ""
+ removalVersion: ""
+ deprecationInfo: ""
THUMBNAILS_MAX_INPUT_WIDTH:
name: THUMBNAILS_MAX_INPUT_WIDTH
defaultValue: "7680"
diff --git a/services/_includes/adoc/antivirus_configvars.adoc b/services/_includes/adoc/antivirus_configvars.adoc
index 01775bff526..4f99ff3ded2 100644
--- a/services/_includes/adoc/antivirus_configvars.adoc
+++ b/services/_includes/adoc/antivirus_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the antivirus service
[width="100%",cols="~,~,~,~",options="header"]
@@ -245,7 +245,7 @@ a| [subs=-attributes]
The socket clamav is running on. Note the default value is an example which needs adaption according your OS.
a|`ANTIVIRUS_ICAP_TIMEOUT` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++int64 ++
a| [subs=-attributes]
@@ -287,7 +287,7 @@ a| [subs=-attributes]
a| [subs=-attributes]
++ ++
a| [subs=-attributes]
-The maximum scan size the virus scanner can handle. Only this many bytes of a file will be scanned. 0 means unlimited and is the default. Usable common abbreviations: [KB, KiB, GB, GiB, TB, TiB, PB, PiB, EB, EiB], example: 2GB.
+The maximum scan size the virus scanner can handle. Only this many bytes of a file will be scanned. 0 means unlimited and is the default. Usable common abbreviations: [KB, KiB, MB, MiB, GB, GiB, TB, TiB, PB, PiB, EB, EiB], example: 2GB.
a|`ANTIVIRUS_DEBUG_SCAN_OUTCOME` +
diff --git a/services/_includes/adoc/app-provider_configvars.adoc b/services/_includes/adoc/app-provider_configvars.adoc
index ce978bfe5b0..3716fe5b9b2 100644
--- a/services/_includes/adoc/app-provider_configvars.adoc
+++ b/services/_includes/adoc/app-provider_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the app-provider service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/app-registry_configvars.adoc b/services/_includes/adoc/app-registry_configvars.adoc
index c486bcc0320..b8f96eea395 100644
--- a/services/_includes/adoc/app-registry_configvars.adoc
+++ b/services/_includes/adoc/app-registry_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the app-registry service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/audit_configvars.adoc b/services/_includes/adoc/audit_configvars.adoc
index 512b7f132c1..89b08a5e9df 100644
--- a/services/_includes/adoc/audit_configvars.adoc
+++ b/services/_includes/adoc/audit_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the audit service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/auth-basic_configvars.adoc b/services/_includes/adoc/auth-basic_configvars.adoc
index 4200b34729e..e6d7b213dea 100644
--- a/services/_includes/adoc/auth-basic_configvars.adoc
+++ b/services/_includes/adoc/auth-basic_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the auth-basic service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/auth-bearer_configvars.adoc b/services/_includes/adoc/auth-bearer_configvars.adoc
index bb6e10d9fb5..fcc5ec744de 100644
--- a/services/_includes/adoc/auth-bearer_configvars.adoc
+++ b/services/_includes/adoc/auth-bearer_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the auth-bearer service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/auth-machine_configvars.adoc b/services/_includes/adoc/auth-machine_configvars.adoc
index 29d89ebd007..a14c1a43a32 100644
--- a/services/_includes/adoc/auth-machine_configvars.adoc
+++ b/services/_includes/adoc/auth-machine_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the auth-machine service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/auth-service_configvars.adoc b/services/_includes/adoc/auth-service_configvars.adoc
index 59981effe5f..0f6ace91233 100644
--- a/services/_includes/adoc/auth-service_configvars.adoc
+++ b/services/_includes/adoc/auth-service_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the auth-service service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/clientlog_configvars.adoc b/services/_includes/adoc/clientlog_configvars.adoc
index a773f88e854..d905234c9bd 100644
--- a/services/_includes/adoc/clientlog_configvars.adoc
+++ b/services/_includes/adoc/clientlog_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the clientlog service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/collaboration_configvars.adoc b/services/_includes/adoc/collaboration_configvars.adoc
index ec2e6d8a0c8..c0ae407c52a 100644
--- a/services/_includes/adoc/collaboration_configvars.adoc
+++ b/services/_includes/adoc/collaboration_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the collaboration service
[width="100%",cols="~,~,~,~",options="header"]
@@ -68,7 +68,7 @@ a|`OCIS_JWT_SECRET` +
a| [subs=-attributes]
++string ++
a| [subs=-attributes]
-++yyTFKBnZJjAI2TCfchtVwJv3VJZGJ3Y7 ++
+++Q2jAmHfo6vzeov5sMMUvGJl1Gi8jHlds ++
a| [subs=-attributes]
Used as JWT token and to encrypt access token.
diff --git a/services/_includes/adoc/eventhistory_configvars.adoc b/services/_includes/adoc/eventhistory_configvars.adoc
index 33e374dfcd3..314aece6c90 100644
--- a/services/_includes/adoc/eventhistory_configvars.adoc
+++ b/services/_includes/adoc/eventhistory_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the eventhistory service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/frontend_configvars.adoc b/services/_includes/adoc/frontend_configvars.adoc
index a69f6ec34df..0110e2bc9db 100644
--- a/services/_includes/adoc/frontend_configvars.adoc
+++ b/services/_includes/adoc/frontend_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the frontend service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/gateway_configvars.adoc b/services/_includes/adoc/gateway_configvars.adoc
index 950f9e242a2..69e6159dfcb 100644
--- a/services/_includes/adoc/gateway_configvars.adoc
+++ b/services/_includes/adoc/gateway_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the gateway service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/global_configvars.adoc b/services/_includes/adoc/global_configvars.adoc
index c36dd6c8e14..7dd8269b5ee 100644
--- a/services/_includes/adoc/global_configvars.adoc
+++ b/services/_includes/adoc/global_configvars.adoc
@@ -76,7 +76,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
-The password to authenticate with the cache. Only applies when store type 'nats-js-kv' is configured.
+The password to use for authentication. Only applies when using the 'nats-js-kv' store type.
a| `OCIS_CACHE_AUTH_USERNAME`
a| [subs=attributes+]
@@ -99,7 +99,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
-The username to authenticate with the cache. Only applies when store type 'nats-js-kv' is configured.
+The username to use for authentication. Only applies when using the 'nats-js-kv' store type.
a| `OCIS_CACHE_DATABASE`
a| [subs=attributes+]
@@ -116,7 +116,7 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
-++settings-cache ++
+++cache-stat ++
a| [subs=-attributes]
The database name the configured store should use.
@@ -141,7 +141,7 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
-Disables persistence of the cache. Only applies when store type 'nats-js-kv' is configured. Defaults to false.
+Disable persistence of the cache. Only applies when using the 'nats-js-kv' store type. Defaults to false.
a| `OCIS_CACHE_SIZE`
a| [subs=attributes+]
@@ -162,7 +162,7 @@ a| [subs=-attributes]
++0 ++
a| [subs=-attributes]
-The maximum quantity of items in the cache. Only applies when store type 'ocmem' is configured. Defaults to 512 which is derived from the ocmem package though not exclicitely set as default.
+Max number of entries to hold in the cache.
a| `OCIS_CACHE_STORE`
a| [subs=attributes+]
@@ -228,10 +228,10 @@ a| [subs=-attributes]
++Duration ++
a| [subs=-attributes]
-++10m0s ++
+++5m0s ++
a| [subs=-attributes]
-Default time to live for entries in the cache. Only applied when access tokens has no expiration. See the Environment Variable Types description for more details.
+Default time to live for user info in the cache. Only applied when access tokens has no expiration. See the Environment Variable Types description for more details.
a| `OCIS_CORS_ALLOW_CREDENTIALS`
a| [subs=attributes+]
@@ -278,7 +278,7 @@ a| [subs=-attributes]
++[]string ++
a| [subs=-attributes]
-++[] ++
+++[Origin Accept Content-Type Depth Authorization Ocs-Apirequest If-None-Match If-Match Destination Overwrite X-Request-Id X-Requested-With Tus-Resumable Tus-Checksum-Algorithm Upload-Concat Upload-Length Upload-Metadata Upload-Defer-Length Upload-Expires Upload-Checksum Upload-Offset X-HTTP-Method-Override Cache-Control] ++
a| [subs=-attributes]
A list of allowed CORS headers. See following chapter for more details: *Access-Control-Request-Headers* at \https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Request-Headers. See the Environment Variable Types description for more details.
@@ -303,7 +303,7 @@ a| [subs=-attributes]
++[]string ++
a| [subs=-attributes]
-++[] ++
+++[OPTIONS HEAD GET PUT POST DELETE MKCOL PROPFIND PROPPATCH MOVE COPY REPORT SEARCH] ++
a| [subs=-attributes]
A list of allowed CORS methods. See following chapter for more details: *Access-Control-Request-Method* at \https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Request-Method. See the Environment Variable Types description for more details.
@@ -429,7 +429,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
-Password for the events broker.
+The password to authenticate with the events broker. The events broker is the ocis service which receives and delivers events between the services.
a| `OCIS_EVENTS_AUTH_USERNAME`
a| [subs=attributes+]
@@ -455,7 +455,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
-Username for the events broker.
+The username to authenticate with the events broker. The events broker is the ocis service which receives and delivers events between the services.
a| `OCIS_EVENTS_CLUSTER`
a| [subs=attributes+]
@@ -559,7 +559,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
-The root CA certificate used to validate the server's TLS certificate. If provided SHARING_EVENTS_TLS_INSECURE will be seen as false.
+The root CA certificate used to validate the server's TLS certificate. Will be seen as empty if NOTIFICATIONS_EVENTS_TLS_INSECURE is provided.
a| `OCIS_GATEWAY_GRPC_ADDR`
a| [subs=attributes+]
@@ -573,7 +573,7 @@ a| [subs=-attributes]
++127.0.0.1:9142 ++
a| [subs=-attributes]
-The bind address of the GRPC service.
+The bind address of the gateway GRPC address.
a| `OCIS_GRPC_CLIENT_TLS_CACERT`
a| [subs=attributes+]
@@ -746,7 +746,7 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
-Allow insecure connections to the WEBFINGER service.
+Whether to verify the server TLS certificates.
a| `OCIS_JWT_SECRET`
a| [subs=attributes+]
@@ -812,7 +812,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
-The client ID to authenticate with keycloak.
+The client id to authenticate with keycloak.
a| `OCIS_KEYCLOAK_CLIENT_REALM`
a| [subs=attributes+]
@@ -1044,7 +1044,7 @@ a| [subs=-attributes]
++ownclouduuid ++
a| [subs=-attributes]
-LDAP Attribute to use as the unique id for groups. This should be a stable globally unique ID like a UUID.
+LDAP Attribute to use as the unique id for groups. This should be a stable globally unique id (e.g. a UUID).
a| `OCIS_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING`
a| [subs=attributes+]
@@ -1060,7 +1060,7 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
-Set this to true if the defined 'id' attribute for groups is of the 'OCTETSTRING' syntax. This is e.g. required when using the 'objectGUID' attribute of Active Directory for the group ID's.
+Set this to true if the defined 'id' attribute for groups is of the 'OCTETSTRING' syntax. This is e.g. required when using the 'objectGUID' attribute of Active Directory for the group IDs.
a| `OCIS_LDAP_GROUP_SCHEMA_MAIL`
a| [subs=attributes+]
@@ -1107,7 +1107,7 @@ a| [subs=-attributes]
++sub ++
a| [subs=-attributes]
-LDAP search scope to use when looking up groups. Supported scopes are 'base', 'one' and 'sub'.
+LDAP search scope to use when looking up groups. Supported values are 'base', 'one' and 'sub'.
a| `OCIS_LDAP_INSECURE`
a| [subs=attributes+]
@@ -1188,7 +1188,7 @@ a| [subs=-attributes]
++ownCloudUserEnabled ++
a| [subs=-attributes]
-LDAP Attribute to use as a flag telling if the user is enabled or disabled.
+LDAP attribute to use as a flag telling if the user is enabled or disabled.
a| `OCIS_LDAP_USER_FILTER`
a| [subs=attributes+]
@@ -1254,7 +1254,7 @@ a| [subs=-attributes]
++ownclouduuid ++
a| [subs=-attributes]
-LDAP Attribute to use as the unique id for users. This should be a stable globally unique id like a UUID.
+LDAP Attribute to use as the unique ID for users. This should be a stable globally unique ID like a UUID.
a| `OCIS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING`
a| [subs=attributes+]
@@ -1270,7 +1270,7 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
-Set this to true if the defined 'ID' attribute for users is of the 'OCTETSTRING' syntax. This is e.g. required when using the 'objectGUID' attribute of Active Directory for the user ID's.
+Set this to true if the defined 'ID' attribute for users is of the 'OCTETSTRING' syntax. This is e.g. required when using the 'objectGUID' attribute of Active Directory for the user IDs.
a| `OCIS_LDAP_USER_SCHEMA_MAIL`
a| [subs=attributes+]
@@ -1335,7 +1335,7 @@ a| [subs=-attributes]
++sub ++
a| [subs=-attributes]
-LDAP search scope to use when looking up users. Supported scopes are 'base', 'one' and 'sub'.
+LDAP search scope to use when looking up users. Supported values are 'base', 'one' and 'sub'.
a| `OCIS_LOG_COLOR`
a| [subs=attributes+]
@@ -1565,7 +1565,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
-Machine auth API key used to validate internal requests necessary for the access to resources from other services.
+The machine auth API key used to validate internal requests necessary to access resources from other services.
a| `OCIS_OIDC_ISSUER`
a| [subs=attributes+]
@@ -1585,7 +1585,7 @@ a| [subs=-attributes]
++https://localhost:9200 ++
a| [subs=-attributes]
-The identity provider href for the openid-discovery relation.
+URL of the OIDC issuer. It defaults to URL of the builtin IDP.
a| `OCIS_PASSWORD_POLICY_BANNED_PASSWORDS_LIST`
a| [subs=attributes+]
@@ -1828,13 +1828,13 @@ a| [subs=attributes+]
* xref:{s-path}/userlog.adoc[userlog] +
a| [subs=-attributes]
-++[]string ++
+++string ++
a| [subs=-attributes]
-++[service-user-id] ++
+++ ++
a| [subs=-attributes]
-The list of all service account IDs. These will be assigned the hidden 'service-account' role. Note: When using 'OCIS_SERVICE_ACCOUNT_ID' this will contain only one value while 'SETTINGS_SERVICE_ACCOUNT_IDS' can have multiple. See the 'auth-service' service description for more details about service accounts.
+The ID of the service account the service should use. See the 'auth-service' service description for more details.
a| `OCIS_SERVICE_ACCOUNT_SECRET`
a| [subs=attributes+]
@@ -1884,7 +1884,7 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
-Set this to true if you want to enforce passwords on Uploader, Editor or Contributor shares. If not using the global OCIS_SHARING_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD, you must define the FRONTEND_OCS_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD in the frontend service.
+Set this to true if you want to enforce passwords for writable shares. Only effective if the setting for 'passwords on all public shares' is set to false.
a| `OCIS_SHOW_USER_EMAIL_IN_RESULTS`
a| [subs=attributes+]
@@ -1912,7 +1912,7 @@ a| [subs=-attributes]
++0 ++
a| [subs=-attributes]
-Set a global max quota for spaces in bytes. A value of 0 equals unlimited. If not using the global OCIS_SPACES_MAX_QUOTA, you must define the FRONTEND_MAX_QUOTA in the frontend service.
+Set the global max quota value in bytes. A value of 0 equals unlimited. The value is provided via capabilities.
a| `OCIS_SYSTEM_USER_API_KEY`
a| [subs=attributes+]
@@ -2191,7 +2191,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
-The storage transfer secret.
+Transfer secret for signing file up- and download requests.
a| `OCIS_TRANSLATION_PATH`
a| [subs=attributes+]
@@ -2235,7 +2235,7 @@ a| [subs=-attributes]
++https://localhost:9200 ++
a| [subs=-attributes]
-The identity provider href for the openid-discovery relation.
+Base URL to load themes from. Will be prepended to the theme path.
a| `STORAGE_USERS_ASYNC_PROPAGATOR_PROPAGATION_DELAY`
a| [subs=attributes+]
diff --git a/services/_includes/adoc/graph_configvars.adoc b/services/_includes/adoc/graph_configvars.adoc
index 03302eaadaf..8b74ed0064b 100644
--- a/services/_includes/adoc/graph_configvars.adoc
+++ b/services/_includes/adoc/graph_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the graph service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/groups_configvars.adoc b/services/_includes/adoc/groups_configvars.adoc
index 0568900f9f7..6498db0b730 100644
--- a/services/_includes/adoc/groups_configvars.adoc
+++ b/services/_includes/adoc/groups_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the groups service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/idm_configvars.adoc b/services/_includes/adoc/idm_configvars.adoc
index cad746f2b7f..732a684447f 100644
--- a/services/_includes/adoc/idm_configvars.adoc
+++ b/services/_includes/adoc/idm_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the idm service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/idp_configvars.adoc b/services/_includes/adoc/idp_configvars.adoc
index 43f65d4a560..0591118e5a1 100644
--- a/services/_includes/adoc/idp_configvars.adoc
+++ b/services/_includes/adoc/idp_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the idp service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/invitations_configvars.adoc b/services/_includes/adoc/invitations_configvars.adoc
index 6629f7f8434..b2d6a25f928 100644
--- a/services/_includes/adoc/invitations_configvars.adoc
+++ b/services/_includes/adoc/invitations_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the invitations service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/nats_configvars.adoc b/services/_includes/adoc/nats_configvars.adoc
index 22b32a4d4c7..550fe691912 100644
--- a/services/_includes/adoc/nats_configvars.adoc
+++ b/services/_includes/adoc/nats_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the nats service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/notifications_configvars.adoc b/services/_includes/adoc/notifications_configvars.adoc
index 2d8e8c56992..e0d3879a039 100644
--- a/services/_includes/adoc/notifications_configvars.adoc
+++ b/services/_includes/adoc/notifications_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the notifications service
[width="100%",cols="~,~,~,~",options="header"]
@@ -221,7 +221,7 @@ a| [subs=-attributes]
Authentication method for the SMTP communication. Possible values are 'login', 'plain', 'crammd5', 'none' or 'auto'. If set to 'auto' or unset, the authentication method is automatically negotiated with the server.
a|`NOTIFICATIONS_SMTP_ENCRYPTION` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++string ++
a| [subs=-attributes]
diff --git a/services/_includes/adoc/ocdav_configvars.adoc b/services/_includes/adoc/ocdav_configvars.adoc
index 173bee24b19..ca842b15782 100644
--- a/services/_includes/adoc/ocdav_configvars.adoc
+++ b/services/_includes/adoc/ocdav_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the ocdav service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/ocm_configvars.adoc b/services/_includes/adoc/ocm_configvars.adoc
index 89bb56cfa21..5a538f1412e 100644
--- a/services/_includes/adoc/ocm_configvars.adoc
+++ b/services/_includes/adoc/ocm_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the ocm service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/ocs_configvars.adoc b/services/_includes/adoc/ocs_configvars.adoc
index 880bb6c097b..6751e648ef4 100644
--- a/services/_includes/adoc/ocs_configvars.adoc
+++ b/services/_includes/adoc/ocs_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the ocs service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/policies_configvars.adoc b/services/_includes/adoc/policies_configvars.adoc
index 88e08db5253..90f59ecb8b5 100644
--- a/services/_includes/adoc/policies_configvars.adoc
+++ b/services/_includes/adoc/policies_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the policies service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/postprocessing_configvars.adoc b/services/_includes/adoc/postprocessing_configvars.adoc
index 8821206b1ed..774344f96b4 100644
--- a/services/_includes/adoc/postprocessing_configvars.adoc
+++ b/services/_includes/adoc/postprocessing_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the postprocessing service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/proxy_configvars.adoc b/services/_includes/adoc/proxy_configvars.adoc
index 8c2e7aee9d8..a1a8a96dcb4 100644
--- a/services/_includes/adoc/proxy_configvars.adoc
+++ b/services/_includes/adoc/proxy_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the proxy service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/search_configvars.adoc b/services/_includes/adoc/search_configvars.adoc
index ae3ac8c16c2..379bb9a9453 100644
--- a/services/_includes/adoc/search_configvars.adoc
+++ b/services/_includes/adoc/search_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the search service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/settings_configvars.adoc b/services/_includes/adoc/settings_configvars.adoc
index 493daac8823..9344ee73d43 100644
--- a/services/_includes/adoc/settings_configvars.adoc
+++ b/services/_includes/adoc/settings_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the settings service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/sharing_configvars.adoc b/services/_includes/adoc/sharing_configvars.adoc
index a68b6b69467..5f49dbfef15 100644
--- a/services/_includes/adoc/sharing_configvars.adoc
+++ b/services/_includes/adoc/sharing_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the sharing service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/sse_configvars.adoc b/services/_includes/adoc/sse_configvars.adoc
index 79144a6b0b5..7b1cbbe4348 100644
--- a/services/_includes/adoc/sse_configvars.adoc
+++ b/services/_includes/adoc/sse_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the sse service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/storage-publiclink_configvars.adoc b/services/_includes/adoc/storage-publiclink_configvars.adoc
index 8f214a4cf79..fa7c1184160 100644
--- a/services/_includes/adoc/storage-publiclink_configvars.adoc
+++ b/services/_includes/adoc/storage-publiclink_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the storage-publiclink service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/storage-shares_configvars.adoc b/services/_includes/adoc/storage-shares_configvars.adoc
index 616758a679a..b3faed0ecd3 100644
--- a/services/_includes/adoc/storage-shares_configvars.adoc
+++ b/services/_includes/adoc/storage-shares_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the storage-shares service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/storage-system_configvars.adoc b/services/_includes/adoc/storage-system_configvars.adoc
index bcb0bacfa8a..c203e770794 100644
--- a/services/_includes/adoc/storage-system_configvars.adoc
+++ b/services/_includes/adoc/storage-system_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the storage-system service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/storage-users_configvars.adoc b/services/_includes/adoc/storage-users_configvars.adoc
index be6f4f20d05..f405170e40e 100644
--- a/services/_includes/adoc/storage-users_configvars.adoc
+++ b/services/_includes/adoc/storage-users_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the storage-users service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/store_configvars.adoc b/services/_includes/adoc/store_configvars.adoc
index 911d1a8ebf5..a85703b05d9 100644
--- a/services/_includes/adoc/store_configvars.adoc
+++ b/services/_includes/adoc/store_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the store service
[width="100%",cols="~,~,~,~",options="header"]
@@ -98,7 +98,7 @@ endif::[]
a|`OCIS_TRACING_ENABLED` +
`STORE_TRACING_ENABLED` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++bool ++
a| [subs=-attributes]
@@ -108,7 +108,7 @@ Activates tracing.
a|`OCIS_TRACING_TYPE` +
`STORE_TRACING_TYPE` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++string ++
a| [subs=-attributes]
@@ -118,7 +118,7 @@ The type of tracing. Defaults to '', which is the same as 'jaeger'. Allowed trac
a|`OCIS_TRACING_ENDPOINT` +
`STORE_TRACING_ENDPOINT` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++string ++
a| [subs=-attributes]
@@ -128,7 +128,7 @@ The endpoint of the tracing agent.
a|`OCIS_TRACING_COLLECTOR` +
`STORE_TRACING_COLLECTOR` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++string ++
a| [subs=-attributes]
@@ -138,7 +138,7 @@ The HTTP endpoint for sending spans directly to a collector, i.e. \http://jaeger
a|`OCIS_LOG_LEVEL` +
`STORE_LOG_LEVEL` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++string ++
a| [subs=-attributes]
@@ -148,7 +148,7 @@ The log level. Valid values are: 'panic', 'fatal', 'error', 'warn', 'info', 'deb
a|`OCIS_LOG_PRETTY` +
`STORE_LOG_PRETTY` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++bool ++
a| [subs=-attributes]
@@ -158,7 +158,7 @@ Activates pretty log output.
a|`OCIS_LOG_COLOR` +
`STORE_LOG_COLOR` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++bool ++
a| [subs=-attributes]
@@ -168,7 +168,7 @@ Activates colorized log output.
a|`OCIS_LOG_FILE` +
`STORE_LOG_FILE` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++string ++
a| [subs=-attributes]
@@ -177,7 +177,7 @@ a| [subs=-attributes]
The path to the log file. Activates logging to this file if set.
a|`STORE_DEBUG_ADDR` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++string ++
a| [subs=-attributes]
@@ -186,7 +186,7 @@ a| [subs=-attributes]
Bind address of the debug server, where metrics, health, config and debug endpoints will be exposed.
a|`STORE_DEBUG_TOKEN` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++string ++
a| [subs=-attributes]
@@ -195,7 +195,7 @@ a| [subs=-attributes]
Token to secure the metrics endpoint.
a|`STORE_DEBUG_PPROF` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++bool ++
a| [subs=-attributes]
@@ -204,7 +204,7 @@ a| [subs=-attributes]
Enables pprof, which can be used for profiling.
a|`STORE_DEBUG_ZPAGES` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++bool ++
a| [subs=-attributes]
@@ -213,7 +213,7 @@ a| [subs=-attributes]
Enables zpages, which can be used for collecting and viewing in-memory traces.
a|`STORE_GRPC_ADDR` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++string ++
a| [subs=-attributes]
@@ -222,7 +222,7 @@ a| [subs=-attributes]
The bind address of the GRPC service.
a|`STORE_DATA_PATH` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++string ++
a| [subs=-attributes]
diff --git a/services/_includes/adoc/thumbnails_configvars.adoc b/services/_includes/adoc/thumbnails_configvars.adoc
index 86b1d6fc506..61b95210cb1 100644
--- a/services/_includes/adoc/thumbnails_configvars.adoc
+++ b/services/_includes/adoc/thumbnails_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the thumbnails service
[width="100%",cols="~,~,~,~",options="header"]
@@ -287,5 +287,14 @@ a| [subs=-attributes]
++4320 ++
a| [subs=-attributes]
The maximum height of an input image which is being processed.
+
+a|`THUMBNAILS_MAX_INPUT_IMAGE_FILE_SIZE` +
+
+a| [subs=-attributes]
+++string ++
+a| [subs=-attributes]
+++50MB ++
+a| [subs=-attributes]
+The maximum file size of an input image which is being processed. Usable common abbreviations: [KB, KiB, MB, MiB, GB, GiB, TB, TiB, PB, PiB, EB, EiB], example: 2GB.
|===
diff --git a/services/_includes/adoc/userlog_configvars.adoc b/services/_includes/adoc/userlog_configvars.adoc
index 34ac80bc369..6005e9081ee 100644
--- a/services/_includes/adoc/userlog_configvars.adoc
+++ b/services/_includes/adoc/userlog_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the userlog service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/users_configvars.adoc b/services/_includes/adoc/users_configvars.adoc
index 2510ef6980f..8ad716842fc 100644
--- a/services/_includes/adoc/users_configvars.adoc
+++ b/services/_includes/adoc/users_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the users service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/web_configvars.adoc b/services/_includes/adoc/web_configvars.adoc
index 60f1a4641df..a9e899fc244 100644
--- a/services/_includes/adoc/web_configvars.adoc
+++ b/services/_includes/adoc/web_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the web service
[width="100%",cols="~,~,~,~",options="header"]
@@ -242,7 +242,7 @@ a| [subs=-attributes]
Allow credentials for CORS. See following chapter for more details: *Access-Control-Allow-Credentials* at \https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials.
a|`WEB_ASSET_PATH` +
-xref:deprecation-note-2024-05-08-14-20-46[Deprecation Note]
+xref:deprecation-note-2024-05-08-14-30-24[Deprecation Note]
a| [subs=-attributes]
++string ++
a| [subs=-attributes]
diff --git a/services/_includes/adoc/webdav_configvars.adoc b/services/_includes/adoc/webdav_configvars.adoc
index 3948f3cab6f..55ab6645b78 100644
--- a/services/_includes/adoc/webdav_configvars.adoc
+++ b/services/_includes/adoc/webdav_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the webdav service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/adoc/webfinger_configvars.adoc b/services/_includes/adoc/webfinger_configvars.adoc
index 7bbf25d512a..5a521d23a05 100644
--- a/services/_includes/adoc/webfinger_configvars.adoc
+++ b/services/_includes/adoc/webfinger_configvars.adoc
@@ -4,7 +4,7 @@
ifeval::[{show-deprecation} == true]
-[#deprecation-note-2024-05-08-14-20-46]
+[#deprecation-note-2024-05-08-14-30-24]
[caption=]
.Deprecation notes for the webfinger service
[width="100%",cols="~,~,~,~",options="header"]
diff --git a/services/_includes/antivirus_configvars.md b/services/_includes/antivirus_configvars.md
index c9c841ac2db..7b26c3da90d 100644
--- a/services/_includes/antivirus_configvars.md
+++ b/services/_includes/antivirus_configvars.md
@@ -28,5 +28,5 @@
| ANTIVIRUS_ICAP_SCAN_TIMEOUT | Duration | 5m0s | Scan timeout for the ICAP client. Defaults to '5m' (5 minutes). See the Environment Variable Types description for more details.|
| ANTIVIRUS_ICAP_URL | string | icap://127.0.0.1:1344 | URL of the ICAP server.|
| ANTIVIRUS_ICAP_SERVICE | string | avscan | The name of the ICAP service.|
-| ANTIVIRUS_MAX_SCAN_SIZE | string | | The maximum scan size the virus scanner can handle. Only this many bytes of a file will be scanned. 0 means unlimited and is the default. Usable common abbreviations: [KB, KiB, GB, GiB, TB, TiB, PB, PiB, EB, EiB], example: 2GB.|
+| ANTIVIRUS_MAX_SCAN_SIZE | string | | The maximum scan size the virus scanner can handle. Only this many bytes of a file will be scanned. 0 means unlimited and is the default. Usable common abbreviations: [KB, KiB, MB, MiB, GB, GiB, TB, TiB, PB, PiB, EB, EiB], example: 2GB.|
| ANTIVIRUS_DEBUG_SCAN_OUTCOME | string | | A predefined outcome for virus scanning, FOR DEBUG PURPOSES ONLY! (example values: 'found,infected')|
\ No newline at end of file
diff --git a/services/_includes/collaboration-config-example.yaml b/services/_includes/collaboration-config-example.yaml
index fef11cd6d4f..7497065d84c 100644
--- a/services/_includes/collaboration-config-example.yaml
+++ b/services/_includes/collaboration-config-example.yaml
@@ -6,7 +6,7 @@ app:
description: Open office documents with a WOPI app
icon: image-edit
lockname: com.github.owncloud.collaboration
-jwt_secret: LYF7q5B3o7fUOVZdJxuPNcMAvc2b9ddP
+jwt_secret: BCoT0b7mILD0j4phWtve5LamOhmQtPld
grpc:
addr: 0.0.0.0:9301
http:
diff --git a/services/_includes/collaboration_configvars.md b/services/_includes/collaboration_configvars.md
index 9e97b2df0f5..86ddbb3e1cb 100644
--- a/services/_includes/collaboration_configvars.md
+++ b/services/_includes/collaboration_configvars.md
@@ -6,7 +6,7 @@
| COLLABORATION_APP_DESCRIPTION | string | Open office documents with a WOPI app | App description|
| COLLABORATION_APP_ICON | string | image-edit | Icon for the app|
| COLLABORATION_APP_LOCKNAME | string | com.github.owncloud.collaboration | Name for the app lock|
-| OCIS_JWT_SECRET
COLLABORATION_JWT_SECRET | string | k0w50XHGRsjmtp54ashhGhxvDBVCmc93 | Used as JWT token and to encrypt access token.|
+| OCIS_JWT_SECRET
COLLABORATION_JWT_SECRET | string | V5a6oAPdFYw0nXadz9KUh9gxtec30sr3 | Used as JWT token and to encrypt access token.|
| COLLABORATION_GRPC_ADDR | string | 0.0.0.0:9301 | The bind address of the GRPC service.|
| COLLABORATION_HTTP_ADDR | string | 127.0.0.1:9300 | The external address of the collaboration service wihout a leading scheme. Either use an IP address or a hostname (127.0.0.1:9301 or wopi.private.prv). The configured 'Scheme' in another envvar will be used to finally build the public URL along with this address.|
| COLLABORATION_HTTP_BINDADDR | string | 0.0.0.0:9300 | The bind address of the HTTP service. Use ':', for example, '127.0.0.1:9301' or '0.0.0.0:9301'.|
diff --git a/services/_includes/thumbnails-config-example.yaml b/services/_includes/thumbnails-config-example.yaml
index 001b5224df5..b98b152ddef 100644
--- a/services/_includes/thumbnails-config-example.yaml
+++ b/services/_includes/thumbnails-config-example.yaml
@@ -49,3 +49,4 @@ thumbnail:
data_endpoint: http://127.0.0.1:9186/thumbnails/data
max_input_width: 7680
max_input_height: 4320
+ max_input_image_file_size: 50MB
diff --git a/services/_includes/thumbnails_configvars.md b/services/_includes/thumbnails_configvars.md
index 403ff5f2ae1..5b5f3a6465e 100644
--- a/services/_includes/thumbnails_configvars.md
+++ b/services/_includes/thumbnails_configvars.md
@@ -29,4 +29,5 @@
| THUMBNAILS_TRANSFER_TOKEN | string | | The secret to sign JWT to download the actual thumbnail file.|
| THUMBNAILS_DATA_ENDPOINT | string | http://127.0.0.1:9186/thumbnails/data | The HTTP endpoint where the actual thumbnail file can be downloaded.|
| THUMBNAILS_MAX_INPUT_WIDTH | int | 7680 | The maximum width of an input image which is being processed.|
-| THUMBNAILS_MAX_INPUT_HEIGHT | int | 4320 | The maximum height of an input image which is being processed.|
\ No newline at end of file
+| THUMBNAILS_MAX_INPUT_HEIGHT | int | 4320 | The maximum height of an input image which is being processed.|
+| THUMBNAILS_MAX_INPUT_IMAGE_FILE_SIZE | string | 50MB | The maximum file size of an input image which is being processed. Usable common abbreviations: [KB, KiB, MB, MiB, GB, GiB, TB, TiB, PB, PiB, EB, EiB], example: 2GB.|
\ No newline at end of file
diff --git a/services/antivirus/_index.md b/services/antivirus/_index.md
index e1644cb3eb9..b2f787e0678 100644
--- a/services/antivirus/_index.md
+++ b/services/antivirus/_index.md
@@ -1,6 +1,6 @@
---
title: Antivirus
-date: 2024-05-08T14:20:47.993514244Z
+date: 2024-05-08T14:30:28.418330832Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/antivirus
diff --git a/services/app-registry/_index.md b/services/app-registry/_index.md
index e1e24b9bab4..6e0b17b5461 100644
--- a/services/app-registry/_index.md
+++ b/services/app-registry/_index.md
@@ -1,6 +1,6 @@
---
title: App Registry
-date: 2024-05-08T14:20:47.993770328Z
+date: 2024-05-08T14:30:28.418588964Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/app-registry
diff --git a/services/audit/_index.md b/services/audit/_index.md
index c922f144176..feec67c54e2 100644
--- a/services/audit/_index.md
+++ b/services/audit/_index.md
@@ -1,6 +1,6 @@
---
title: Audit
-date: 2024-05-08T14:20:47.994013036Z
+date: 2024-05-08T14:30:28.418814464Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/audit
diff --git a/services/auth-basic/_index.md b/services/auth-basic/_index.md
index 18ec0c4672a..bb1057ae1be 100644
--- a/services/auth-basic/_index.md
+++ b/services/auth-basic/_index.md
@@ -1,6 +1,6 @@
---
title: Auth-Basic
-date: 2024-05-08T14:20:47.994193066Z
+date: 2024-05-08T14:30:28.418953639Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-basic
diff --git a/services/auth-bearer/_index.md b/services/auth-bearer/_index.md
index 62171008dbb..0a78560891b 100644
--- a/services/auth-bearer/_index.md
+++ b/services/auth-bearer/_index.md
@@ -1,6 +1,6 @@
---
title: Auth-Bearer
-date: 2024-05-08T14:20:47.994301872Z
+date: 2024-05-08T14:30:28.419057367Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-bearer
diff --git a/services/auth-machine/_index.md b/services/auth-machine/_index.md
index fc058018ab5..8cc33dc252e 100644
--- a/services/auth-machine/_index.md
+++ b/services/auth-machine/_index.md
@@ -1,6 +1,6 @@
---
title: Auth-Machine
-date: 2024-05-08T14:20:47.994404657Z
+date: 2024-05-08T14:30:28.419152517Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-machine
diff --git a/services/auth-service/_index.md b/services/auth-service/_index.md
index a03244485a2..7b0e2962d44 100755
--- a/services/auth-service/_index.md
+++ b/services/auth-service/_index.md
@@ -1,6 +1,6 @@
---
title: Auth-Service
-date: 2024-05-08T14:20:47.994534643Z
+date: 2024-05-08T14:30:28.419234724Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-service
diff --git a/services/clientlog/_index.md b/services/clientlog/_index.md
index 11a71b5852d..f741cd7fb4e 100755
--- a/services/clientlog/_index.md
+++ b/services/clientlog/_index.md
@@ -1,6 +1,6 @@
---
title: Clientlog Service
-date: 2024-05-08T14:20:47.994731024Z
+date: 2024-05-08T14:30:28.419355694Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/clientlog
diff --git a/services/collaboration/_index.md b/services/collaboration/_index.md
index 5449e9cb9fe..f6ea051a8a7 100755
--- a/services/collaboration/_index.md
+++ b/services/collaboration/_index.md
@@ -1,6 +1,6 @@
---
title: Collaboration
-date: 2024-05-08T14:20:47.994898009Z
+date: 2024-05-08T14:30:28.419472216Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/collaboration
diff --git a/services/eventhistory/_index.md b/services/eventhistory/_index.md
index e44ee78a93e..d9450f125ad 100644
--- a/services/eventhistory/_index.md
+++ b/services/eventhistory/_index.md
@@ -1,6 +1,6 @@
---
title: Eventhistory
-date: 2024-05-08T14:20:47.995081786Z
+date: 2024-05-08T14:30:28.419602153Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/eventhistory
diff --git a/services/frontend/_index.md b/services/frontend/_index.md
index 7a243cb77bf..e09df2351c7 100644
--- a/services/frontend/_index.md
+++ b/services/frontend/_index.md
@@ -1,6 +1,6 @@
---
title: Frontend
-date: 2024-05-08T14:20:47.995255505Z
+date: 2024-05-08T14:30:28.419716542Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/frontend
diff --git a/services/gateway/_index.md b/services/gateway/_index.md
index e576ec9f75c..1e4a2160a77 100644
--- a/services/gateway/_index.md
+++ b/services/gateway/_index.md
@@ -1,6 +1,6 @@
---
title: Gateway
-date: 2024-05-08T14:20:47.996716769Z
+date: 2024-05-08T14:30:28.419856698Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/gateway
diff --git a/services/graph/_index.md b/services/graph/_index.md
index 560b692515c..c341ceac96d 100644
--- a/services/graph/_index.md
+++ b/services/graph/_index.md
@@ -1,6 +1,6 @@
---
title: Graph
-date: 2024-05-08T14:20:47.99686568Z
+date: 2024-05-08T14:30:28.420023656Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/graph
diff --git a/services/idm/_index.md b/services/idm/_index.md
index f382bb7a17d..084fb9f267e 100644
--- a/services/idm/_index.md
+++ b/services/idm/_index.md
@@ -1,6 +1,6 @@
---
title: IDM
-date: 2024-05-08T14:20:47.996967583Z
+date: 2024-05-08T14:30:28.420184753Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/idm
diff --git a/services/idp/_index.md b/services/idp/_index.md
index 63f98aa2e73..b8ebc48e910 100644
--- a/services/idp/_index.md
+++ b/services/idp/_index.md
@@ -1,6 +1,6 @@
---
title: IDP
-date: 2024-05-08T14:20:47.997051422Z
+date: 2024-05-08T14:30:28.421063035Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/idp
diff --git a/services/invitations/_index.md b/services/invitations/_index.md
index 3a80280d396..7450cb5e4e1 100644
--- a/services/invitations/_index.md
+++ b/services/invitations/_index.md
@@ -1,6 +1,6 @@
---
title: Invitations
-date: 2024-05-08T14:20:47.997172611Z
+date: 2024-05-08T14:30:28.421796261Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/invitations
diff --git a/services/nats/_index.md b/services/nats/_index.md
index 5c7b1f7b46f..0c842f1015e 100644
--- a/services/nats/_index.md
+++ b/services/nats/_index.md
@@ -1,6 +1,6 @@
---
title: Nats
-date: 2024-05-08T14:20:47.997328936Z
+date: 2024-05-08T14:30:28.422086985Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/nats
diff --git a/services/notifications/_index.md b/services/notifications/_index.md
index fad5d46286f..81b63929ffc 100644
--- a/services/notifications/_index.md
+++ b/services/notifications/_index.md
@@ -1,6 +1,6 @@
---
title: Notification
-date: 2024-05-08T14:20:47.997486404Z
+date: 2024-05-08T14:30:28.422204619Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/notifications
diff --git a/services/ocdav/_index.md b/services/ocdav/_index.md
index f0d1b0cdf63..4a0a1fadba0 100644
--- a/services/ocdav/_index.md
+++ b/services/ocdav/_index.md
@@ -1,6 +1,6 @@
---
title: ocDAV
-date: 2024-05-08T14:20:47.997645335Z
+date: 2024-05-08T14:30:28.422317654Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/ocdav
diff --git a/services/ocm/_index.md b/services/ocm/_index.md
index 915d74bd58a..d118e7f86cf 100755
--- a/services/ocm/_index.md
+++ b/services/ocm/_index.md
@@ -1,6 +1,6 @@
---
title: OCM
-date: 2024-05-08T14:20:47.9977859Z
+date: 2024-05-08T14:30:28.422409378Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/ocm
diff --git a/services/ocs/_index.md b/services/ocs/_index.md
index 57f27af7e72..4936e008cfa 100644
--- a/services/ocs/_index.md
+++ b/services/ocs/_index.md
@@ -1,6 +1,6 @@
---
title: OCS Service
-date: 2024-05-08T14:20:47.997955882Z
+date: 2024-05-08T14:30:28.422505512Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/ocs
diff --git a/services/policies/_index.md b/services/policies/_index.md
index 6bcc6959765..1fc535255c8 100644
--- a/services/policies/_index.md
+++ b/services/policies/_index.md
@@ -1,6 +1,6 @@
---
title: Policies
-date: 2024-05-08T14:20:47.998121385Z
+date: 2024-05-08T14:30:28.422621242Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/policies
diff --git a/services/postprocessing/_index.md b/services/postprocessing/_index.md
index f95f9961ffa..6c484250cc8 100644
--- a/services/postprocessing/_index.md
+++ b/services/postprocessing/_index.md
@@ -1,6 +1,6 @@
---
title: Postprocessing
-date: 2024-05-08T14:20:47.99834096Z
+date: 2024-05-08T14:30:28.422761148Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/postprocessing
diff --git a/services/proxy/_index.md b/services/proxy/_index.md
index aa2dafecaae..c20ccd9fc95 100644
--- a/services/proxy/_index.md
+++ b/services/proxy/_index.md
@@ -1,6 +1,6 @@
---
title: Proxy
-date: 2024-05-08T14:20:47.998597205Z
+date: 2024-05-08T14:30:28.423022737Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/proxy
diff --git a/services/search/_index.md b/services/search/_index.md
index 6478ff5acff..f97bd63f096 100644
--- a/services/search/_index.md
+++ b/services/search/_index.md
@@ -1,6 +1,6 @@
---
title: Search
-date: 2024-05-08T14:20:47.998839893Z
+date: 2024-05-08T14:30:28.423221716Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/search
diff --git a/services/settings/_index.md b/services/settings/_index.md
index 8f666ead1a6..a069d04f086 100644
--- a/services/settings/_index.md
+++ b/services/settings/_index.md
@@ -1,6 +1,6 @@
---
title: Settings
-date: 2024-05-08T14:20:47.999061724Z
+date: 2024-05-08T14:30:28.42338211Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/settings
diff --git a/services/sse/_index.md b/services/sse/_index.md
index 0e8e1625177..e4145df4dc3 100644
--- a/services/sse/_index.md
+++ b/services/sse/_index.md
@@ -1,6 +1,6 @@
---
title: SSE
-date: 2024-05-08T14:20:47.999236112Z
+date: 2024-05-08T14:30:28.423487451Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/sse
diff --git a/services/storage-system/_index.md b/services/storage-system/_index.md
index 6bd7af9e3ad..b7c0a146223 100644
--- a/services/storage-system/_index.md
+++ b/services/storage-system/_index.md
@@ -1,6 +1,6 @@
---
title: Storage-System
-date: 2024-05-08T14:20:47.999386367Z
+date: 2024-05-08T14:30:28.423600948Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/storage-system
diff --git a/services/storage-users/_index.md b/services/storage-users/_index.md
index e9780f0239f..a8e7175b3f4 100644
--- a/services/storage-users/_index.md
+++ b/services/storage-users/_index.md
@@ -1,6 +1,6 @@
---
title: Storage-Users
-date: 2024-05-08T14:20:47.999561999Z
+date: 2024-05-08T14:30:28.423730424Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/storage-users
diff --git a/services/thumbnails/_index.md b/services/thumbnails/_index.md
index 7ee9941397e..150cf60d912 100644
--- a/services/thumbnails/_index.md
+++ b/services/thumbnails/_index.md
@@ -1,6 +1,6 @@
---
title: Thumbnails
-date: 2024-05-08T14:20:47.999893867Z
+date: 2024-05-08T14:30:28.423871653Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/thumbnails
diff --git a/services/userlog/_index.md b/services/userlog/_index.md
index 37f42d3707b..63de24f8377 100644
--- a/services/userlog/_index.md
+++ b/services/userlog/_index.md
@@ -1,6 +1,6 @@
---
title: Userlog
-date: 2024-05-08T14:20:48.000166201Z
+date: 2024-05-08T14:30:28.424000608Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/userlog
diff --git a/services/web/_index.md b/services/web/_index.md
index 57d15d5b65d..e0913aeea86 100644
--- a/services/web/_index.md
+++ b/services/web/_index.md
@@ -1,6 +1,6 @@
---
title: Web
-date: 2024-05-08T14:20:48.000397469Z
+date: 2024-05-08T14:30:28.424129534Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/web
diff --git a/services/webdav/_index.md b/services/webdav/_index.md
index a28c3fd0679..9f590f1c62e 100644
--- a/services/webdav/_index.md
+++ b/services/webdav/_index.md
@@ -1,6 +1,6 @@
---
title: Webdav
-date: 2024-05-08T14:20:48.000591095Z
+date: 2024-05-08T14:30:28.42425861Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/webdav
diff --git a/services/webfinger/_index.md b/services/webfinger/_index.md
index 39be7cb86e8..49a3b733c09 100644
--- a/services/webfinger/_index.md
+++ b/services/webfinger/_index.md
@@ -1,6 +1,6 @@
---
title: Webfinger
-date: 2024-05-08T14:20:48.000729336Z
+date: 2024-05-08T14:30:28.424382666Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/webfinger