diff --git a/services/_includes/adoc/global_configvars.adoc b/services/_includes/adoc/global_configvars.adoc
index 04f612e3acc..1dfb592ac72 100644
--- a/services/_includes/adoc/global_configvars.adoc
+++ b/services/_includes/adoc/global_configvars.adoc
@@ -41,7 +41,7 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
-++uid=idp,ou=sysusers,o=libregraph-idm ++
+++uid=reva,ou=sysusers,o=libregraph-idm ++
a| [subs=-attributes]
LDAP DN to use for simple bind authentication with the target LDAP server.
@@ -80,7 +80,7 @@ a| [subs=-attributes]
++~/.ocis/idm/ldap.crt ++
a| [subs=-attributes]
-Path/File name for the root CA certificate (in PEM format) used to validate TLS server certificates of the LDAP service. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/idp.
+Path/File name for the root CA certificate (in PEM format) used to validate TLS server certificates of the LDAP service. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/idm.
a| `LDAP_DISABLED_USERS_GROUP_DN`
@@ -163,7 +163,7 @@ a| [subs=-attributes]
++groupOfNames ++
a| [subs=-attributes]
-The object class to use for groups in the default group search filter ('groupOfNames').
+The object class to use for groups in the default group search filter like 'groupOfNames'.
a| `LDAP_GROUP_SCHEMA_DISPLAYNAME`
@@ -213,7 +213,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 (e.g. a UUID).
+LDAP Attribute to use as the unique ID for groups. This should be a stable globally unique ID like a UUID.
a| `LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING`
@@ -229,7 +229,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 IDs.
+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.
a| `LDAP_GROUP_SCHEMA_MAIL`
@@ -314,7 +314,7 @@ a| [subs=-attributes]
++ldaps://localhost:9235 ++
a| [subs=-attributes]
-Url of the LDAP service to use as IDP.
+URI of the LDAP Server to connect to. Supported URI schemes are 'ldaps://' and 'ldap://'
a| `LDAP_USER_BASE_DN`
@@ -349,7 +349,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| `LDAP_USER_FILTER`
@@ -385,7 +385,7 @@ a| [subs=-attributes]
++inetOrgPerson ++
a| [subs=-attributes]
-LDAP User ObjectClass like 'inetOrgPerson'.
+The object class to use for users in the default user search filter like 'inetOrgPerson'.
a| `LDAP_USER_SCHEMA_DISPLAYNAME`
@@ -416,10 +416,10 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
-++uid ++
+++ownclouduuid ++
a| [subs=-attributes]
-LDAP User uuid attribute like 'uid'.
+LDAP Attribute to use as the unique id for users. This should be a stable globally unique id like a UUID.
a| `LDAP_USER_SCHEMA_ID_IS_OCTETSTRING`
@@ -435,7 +435,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 IDs.
+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.
a| `LDAP_USER_SCHEMA_MAIL`
@@ -453,7 +453,7 @@ a| [subs=-attributes]
++mail ++
a| [subs=-attributes]
-LDAP User email attribute like 'mail'.
+LDAP Attribute to use for the email address of users.
a| `LDAP_USER_SCHEMA_USERNAME`
@@ -468,10 +468,10 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
-++displayName ++
+++uid ++
a| [subs=-attributes]
-LDAP User name attribute like 'displayName'.
+LDAP Attribute to use for username of users.
a| `LDAP_USER_SCHEMA_USER_TYPE`
@@ -504,7 +504,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_ADMIN_USER_ID`
@@ -554,7 +554,7 @@ a| [subs=-attributes]
++memory ++
a| [subs=-attributes]
-Store implementation for the cache. Supported values are 'memory' (default), 'redis', and 'etcd'.
+Store implementation for the cache. Supported values are 'memory' (default), 'redis', 'redis-sentinel', 'nats-js', and 'etcd'. See the text description for details.
a| `OCIS_CACHE_STORE_ADDRESS`
@@ -570,7 +570,7 @@ a| [subs=-attributes]
++[] ++
a| [subs=-attributes]
-Nodes to use for the cache store.
+A comma separated list of nodes to access the configured store. This has no effect when the 'memory' store is configured. Note that the behaviour how nodes are used is dependent on the library of the configured store.
a| `OCIS_CACHE_STORE_ADDRESSES`
@@ -586,7 +586,7 @@ a| [subs=-attributes]
++[] ++
a| [subs=-attributes]
-A comma separated list of nodes to access the configured store. This has no effect when 'in-memory' stores are configured. Note that the behaviour how nodes are used is dependent on the library of the configured store.
+A comma-separated list of nodes to connect to. This has no effect when 'in-memory' stores are configured. Note that the behaviour how nodes are used is dependent on the library of the configured store.
a| `OCIS_CACHE_STORE_NODES`
@@ -605,7 +605,7 @@ a| [subs=-attributes]
++[] ++
a| [subs=-attributes]
-Nodes to use for the cache store.
+A comma separated list of nodes to access the configured store. This has no effect when the 'memory' store is configured. Note that the behaviour how nodes are used is dependent on the library of the configured store.
a| `OCIS_CACHE_STORE_SIZE`
@@ -634,13 +634,13 @@ a| [subs=attributes+]
* xref:{s-path}/proxy.adoc[proxy] +
a| [subs=-attributes]
-++int ++
+++Duration ++
a| [subs=-attributes]
-++300 ++
+++336h0m0s ++
a| [subs=-attributes]
-Max TTL in seconds for the gateway's stat cache.
+Time to live for cache records in the graph. The duration can be set as number followed by a unit identifier like s, m or h. Defaults to '336h' (2 weeks).
a| `OCIS_CACHE_STORE_TYPE`
@@ -658,7 +658,7 @@ a| [subs=-attributes]
++memory ++
a| [subs=-attributes]
-Store implementation for the cache. Supported values are 'memory' (default), 'redis', and 'etcd'.
+The type of the cache store. Supported values are: 'memory', 'ocmem', 'etcd', 'redis', 'redis-sentinel', 'nats-js', 'noop'. See the text description for details.
a| `OCIS_CORS_ALLOW_CREDENTIALS`
@@ -677,7 +677,7 @@ a| [subs=-attributes]
++bool ++
a| [subs=-attributes]
-++false ++
+++true ++
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.
@@ -699,7 +699,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] ++
a| [subs=-attributes]
A comma-separated 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.
@@ -721,7 +721,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 comma-separated 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
@@ -999,7 +999,7 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
-Whether the server should skip the client certificate verification during the TLS handshake.
+Whether to verify the server TLS certificates.
a| `OCIS_JWT_SECRET`
@@ -1050,7 +1050,7 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
-++uid=idp,ou=sysusers,o=libregraph-idm ++
+++uid=reva,ou=sysusers,o=libregraph-idm ++
a| [subs=-attributes]
LDAP DN to use for simple bind authentication with the target LDAP server.
@@ -1071,7 +1071,7 @@ a| [subs=-attributes]
++~/.ocis/idm/ldap.crt ++
a| [subs=-attributes]
-Path/File name for the root CA certificate (in PEM format) used to validate TLS server certificates of the LDAP service. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/idp.
+Path/File name for the root CA certificate (in PEM format) used to validate TLS server certificates of the LDAP service. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/idm.
a| `OCIS_LDAP_DISABLED_USERS_GROUP_DN`
@@ -1154,7 +1154,7 @@ a| [subs=-attributes]
++groupOfNames ++
a| [subs=-attributes]
-The object class to use for groups in the default group search filter ('groupOfNames').
+The object class to use for groups in the default group search filter like 'groupOfNames'.
a| `OCIS_LDAP_GROUP_SCHEMA_DISPLAYNAME`
@@ -1204,7 +1204,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 (e.g. a UUID).
+LDAP Attribute to use as the unique ID for groups. This should be a stable globally unique ID like a UUID.
a| `OCIS_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING`
@@ -1220,7 +1220,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 IDs.
+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.
a| `OCIS_LDAP_GROUP_SCHEMA_MAIL`
@@ -1305,7 +1305,7 @@ a| [subs=-attributes]
++ldaps://localhost:9235 ++
a| [subs=-attributes]
-Url of the LDAP service to use as IDP.
+URI of the LDAP Server to connect to. Supported URI schemes are 'ldaps://' and 'ldap://'
a| `OCIS_LDAP_USER_BASE_DN`
@@ -1340,7 +1340,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`
@@ -1376,7 +1376,7 @@ a| [subs=-attributes]
++inetOrgPerson ++
a| [subs=-attributes]
-LDAP User ObjectClass like 'inetOrgPerson'.
+The object class to use for users in the default user search filter like 'inetOrgPerson'.
a| `OCIS_LDAP_USER_SCHEMA_DISPLAYNAME`
@@ -1407,10 +1407,10 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
-++uid ++
+++ownclouduuid ++
a| [subs=-attributes]
-LDAP User uuid attribute like 'uid'.
+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`
@@ -1426,7 +1426,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 IDs.
+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.
a| `OCIS_LDAP_USER_SCHEMA_MAIL`
@@ -1444,7 +1444,7 @@ a| [subs=-attributes]
++mail ++
a| [subs=-attributes]
-LDAP User email attribute like 'mail'.
+LDAP Attribute to use for the email address of users.
a| `OCIS_LDAP_USER_SCHEMA_USERNAME`
@@ -1459,10 +1459,10 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
-++displayName ++
+++uid ++
a| [subs=-attributes]
-LDAP User name attribute like 'displayName'.
+LDAP Attribute to use for username of users.
a| `OCIS_LDAP_USER_SCHEMA_USER_TYPE`
@@ -1495,7 +1495,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`
@@ -1732,10 +1732,10 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
-++ ++
+++https://localhost:9200 ++
a| [subs=-attributes]
-The identity provider href for the openid-discovery relation.
+The identity provider value to set in the userids of the CS3 user objects for users returned by this user provider.
a| `OCIS_PERSISTENT_STORE`
@@ -1750,7 +1750,7 @@ a| [subs=-attributes]
++memory ++
a| [subs=-attributes]
-The type of the eventhistory store. Supported values are: 'memory', 'ocmem', 'etcd', 'redis', 'redis-sentinel', 'nats-js', 'noop'. See the text description for details.
+The type of the userlog store. Supported values are: 'memory', 'ocmem', 'etcd', 'redis', 'redis-sentinel', 'nats-js', 'noop'. See the text description for details.
a| `OCIS_PERSISTENT_STORE_NODES`
@@ -1832,7 +1832,7 @@ a| [subs=-attributes]
++0 ++
a| [subs=-attributes]
-Set the global max quota value in bytes. A value of 0 equals unlimited. The value is provided via capabilities.
+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.
a| `OCIS_SYSTEM_USER_API_KEY`
@@ -2067,7 +2067,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
-The storage transfer secret.
+Transfer secret for signing file up- and download requests.
a| `OCIS_URL`
@@ -2095,10 +2095,10 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
-++ ++
+++https://localhost:9200 ++
a| [subs=-attributes]
-The identity provider href for the openid-discovery relation.
+The identity provider value to set in the userids of the CS3 user objects for users returned by this user provider.
a| `REVA_GATEWAY`
@@ -2150,7 +2150,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
-The storage transfer secret.
+Transfer secret for signing file up- and download requests.
a| `STORAGE_USERS_OCIS_ASYNC_UPLOADS`
diff --git a/services/_includes/ocs-config-example.yaml b/services/_includes/ocs-config-example.yaml
index 585090390ed..c6ee42ac172 100644
--- a/services/_includes/ocs-config-example.yaml
+++ b/services/_includes/ocs-config-example.yaml
@@ -47,5 +47,6 @@ http:
enabled: false
cert: ""
key: ""
+grpc_client_tls: null
token_manager:
jwt_secret: ""
diff --git a/services/antivirus/_index.md b/services/antivirus/_index.md
index 09ec8ef84db..cb1e5913ebd 100644
--- a/services/antivirus/_index.md
+++ b/services/antivirus/_index.md
@@ -1,6 +1,6 @@
---
title: Antivirus Service
-date: 2023-04-06T09:52:41.788609525Z
+date: 2023-04-06T10:06:21.690696697Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/antivirus
diff --git a/services/audit/_index.md b/services/audit/_index.md
index 2b3fcf50b7a..cec024b926e 100644
--- a/services/audit/_index.md
+++ b/services/audit/_index.md
@@ -1,6 +1,6 @@
---
title: Audit service
-date: 2023-04-06T09:52:41.788786106Z
+date: 2023-04-06T10:06:21.69093663Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/audit
diff --git a/services/auth-basic/_index.md b/services/auth-basic/_index.md
index e80db515157..5704dd28fb0 100644
--- a/services/auth-basic/_index.md
+++ b/services/auth-basic/_index.md
@@ -1,6 +1,6 @@
---
title: Auth-Basic Service
-date: 2023-04-06T09:52:41.788879882Z
+date: 2023-04-06T10:06:21.691072636Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/auth-basic
diff --git a/services/auth-bearer/_index.md b/services/auth-bearer/_index.md
index 3b77f6745f6..d43b773c186 100644
--- a/services/auth-bearer/_index.md
+++ b/services/auth-bearer/_index.md
@@ -1,6 +1,6 @@
---
title: Auth-Bearer Service
-date: 2023-04-06T09:52:41.788986472Z
+date: 2023-04-06T10:06:21.691226998Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/auth-bearer
diff --git a/services/eventhistory/_index.md b/services/eventhistory/_index.md
index 2490c3be353..9ec3cf75742 100644
--- a/services/eventhistory/_index.md
+++ b/services/eventhistory/_index.md
@@ -1,6 +1,6 @@
---
title: Eventhistory Service
-date: 2023-04-06T09:52:41.789069528Z
+date: 2023-04-06T10:06:21.691370068Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/eventhistory
diff --git a/services/frontend/_index.md b/services/frontend/_index.md
index 6562cf35a61..5ad1678b9d3 100644
--- a/services/frontend/_index.md
+++ b/services/frontend/_index.md
@@ -1,6 +1,6 @@
---
title: Frontend Service
-date: 2023-04-06T09:52:41.789161661Z
+date: 2023-04-06T10:06:21.691496206Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/frontend
diff --git a/services/gateway/_index.md b/services/gateway/_index.md
index 2a51db4e41f..8853cfe8496 100644
--- a/services/gateway/_index.md
+++ b/services/gateway/_index.md
@@ -1,6 +1,6 @@
---
title: Gateway Service
-date: 2023-04-06T09:52:41.789303697Z
+date: 2023-04-06T10:06:21.691630219Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/gateway
diff --git a/services/graph/_index.md b/services/graph/_index.md
index eae546acb9b..b45aca4f42e 100644
--- a/services/graph/_index.md
+++ b/services/graph/_index.md
@@ -1,6 +1,6 @@
---
title: Graph service
-date: 2023-04-06T09:52:41.789425215Z
+date: 2023-04-06T10:06:21.691783369Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/graph
@@ -27,7 +27,8 @@ Using the API, you can manually filter like for users. See the [Libre Graph API]
The following image gives an overview of the scenario when a client requests to list available spaces the user has access to. To do so, the client is directed with his request automatically via the proxy service to the graph service.
-
+
+
## Caching
diff --git a/services/idm/_index.md b/services/idm/_index.md
index d3d55001aca..614ba917397 100644
--- a/services/idm/_index.md
+++ b/services/idm/_index.md
@@ -1,6 +1,6 @@
---
title: Idm
-date: 2023-04-06T09:52:41.789511397Z
+date: 2023-04-06T10:06:21.691920066Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/idm
diff --git a/services/idp/_index.md b/services/idp/_index.md
index b102c410f38..26fda4e1f1c 100644
--- a/services/idp/_index.md
+++ b/services/idp/_index.md
@@ -1,6 +1,6 @@
---
title: IDP Service
-date: 2023-04-06T09:52:41.789604171Z
+date: 2023-04-06T10:06:21.692041315Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/idp
diff --git a/services/invitations/_index.md b/services/invitations/_index.md
index 456a14b36f3..19584ce103d 100644
--- a/services/invitations/_index.md
+++ b/services/invitations/_index.md
@@ -1,6 +1,6 @@
---
title: Invitations Service
-date: 2023-04-06T09:52:41.789706002Z
+date: 2023-04-06T10:06:21.692173003Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/invitations
diff --git a/services/nats/_index.md b/services/nats/_index.md
index 01ef2b3fad7..818d10223d3 100644
--- a/services/nats/_index.md
+++ b/services/nats/_index.md
@@ -1,6 +1,6 @@
---
title: Nats Service
-date: 2023-04-06T09:52:41.78980649Z
+date: 2023-04-06T10:06:21.692304882Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/nats
diff --git a/services/notifications/_index.md b/services/notifications/_index.md
index 4b377f7e906..6cc5872ee3c 100644
--- a/services/notifications/_index.md
+++ b/services/notifications/_index.md
@@ -1,6 +1,6 @@
---
title: Notification service
-date: 2023-04-06T09:52:41.789909573Z
+date: 2023-04-06T10:06:21.692444285Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/notifications
diff --git a/services/ocs/_index.md b/services/ocs/_index.md
index 5c110890e1d..79032d7245d 100644
--- a/services/ocs/_index.md
+++ b/services/ocs/_index.md
@@ -1,6 +1,6 @@
---
title: OCS Service
-date: 2023-04-06T09:52:41.789996987Z
+date: 2023-04-06T10:06:21.692581564Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/ocs
diff --git a/services/policies/_index.md b/services/policies/_index.md
index e62273e5253..b1c050e9c9d 100644
--- a/services/policies/_index.md
+++ b/services/policies/_index.md
@@ -1,6 +1,6 @@
---
title: Policies Service
-date: 2023-04-06T09:52:41.790134164Z
+date: 2023-04-06T10:06:21.692766874Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/policies
diff --git a/services/postprocessing/_index.md b/services/postprocessing/_index.md
index 6adb3e83b5d..4fcd7a1257c 100644
--- a/services/postprocessing/_index.md
+++ b/services/postprocessing/_index.md
@@ -1,6 +1,6 @@
---
title: Postprocessing Service
-date: 2023-04-06T09:52:41.790321505Z
+date: 2023-04-06T10:06:21.692959357Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/postprocessing
diff --git a/services/proxy/_index.md b/services/proxy/_index.md
index 2210a8df3aa..796bbc52e12 100644
--- a/services/proxy/_index.md
+++ b/services/proxy/_index.md
@@ -1,6 +1,6 @@
---
title: Proxy Service
-date: 2023-04-06T09:52:41.790493939Z
+date: 2023-04-06T10:06:21.693158444Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/proxy
diff --git a/services/search/_index.md b/services/search/_index.md
index 8a1f3b844d1..74ac6fbf57a 100644
--- a/services/search/_index.md
+++ b/services/search/_index.md
@@ -1,6 +1,6 @@
---
title: Search Service
-date: 2023-04-06T09:52:41.790632539Z
+date: 2023-04-06T10:06:21.693378758Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/search
diff --git a/services/storage-system/_index.md b/services/storage-system/_index.md
index b2a07ce4193..f1b9a26bae6 100644
--- a/services/storage-system/_index.md
+++ b/services/storage-system/_index.md
@@ -1,6 +1,6 @@
---
title: Storage-System Service
-date: 2023-04-06T09:52:41.790784774Z
+date: 2023-04-06T10:06:21.69355966Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/storage-system
diff --git a/services/storage-users/_index.md b/services/storage-users/_index.md
index 0bf7871ae30..0b530ecbd4d 100644
--- a/services/storage-users/_index.md
+++ b/services/storage-users/_index.md
@@ -1,6 +1,6 @@
---
title: Storage-Users Service
-date: 2023-04-06T09:52:41.79090483Z
+date: 2023-04-06T10:06:21.693744559Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/storage-users
diff --git a/services/thumbnails/_index.md b/services/thumbnails/_index.md
index a7f23c22cc7..f2d1d0755e3 100644
--- a/services/thumbnails/_index.md
+++ b/services/thumbnails/_index.md
@@ -1,6 +1,6 @@
---
title: Thumbnails Service
-date: 2023-04-06T09:52:41.791023161Z
+date: 2023-04-06T10:06:21.693916252Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/thumbnails
diff --git a/services/userlog/_index.md b/services/userlog/_index.md
index 3dbbf1ba96c..b58396233e5 100644
--- a/services/userlog/_index.md
+++ b/services/userlog/_index.md
@@ -1,6 +1,6 @@
---
title: Userlog Service
-date: 2023-04-06T09:52:41.791148456Z
+date: 2023-04-06T10:06:21.694177046Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/userlog
diff --git a/services/web/_index.md b/services/web/_index.md
index e4fef7a4cb3..8867f00b895 100644
--- a/services/web/_index.md
+++ b/services/web/_index.md
@@ -1,6 +1,6 @@
---
title: Web Service
-date: 2023-04-06T09:52:41.791248924Z
+date: 2023-04-06T10:06:21.694330204Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/web
diff --git a/services/webdav/_index.md b/services/webdav/_index.md
index 6975e5fc81f..3b5e7b9156f 100644
--- a/services/webdav/_index.md
+++ b/services/webdav/_index.md
@@ -1,6 +1,6 @@
---
title: Webdav Service
-date: 2023-04-06T09:52:41.79134787Z
+date: 2023-04-06T10:06:21.694482292Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/webdav
diff --git a/services/webfinger/_index.md b/services/webfinger/_index.md
index ebb893057fe..aa4bda24743 100644
--- a/services/webfinger/_index.md
+++ b/services/webfinger/_index.md
@@ -1,6 +1,6 @@
---
title: Webfinger Service
-date: 2023-04-06T09:52:41.791474908Z
+date: 2023-04-06T10:06:21.694645349Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/webfinger