1
0
mirror of https://github.com/owncloud/ocis.git synced 2025-04-18 23:44:07 +03:00

Merge pull request #11222 from owncloud/fix/bump-web-commit-hash-fixed

[full-ci] Update `stable-7.1` branch - new commit for the `stable-11.0` branch in `web` repo
This commit is contained in:
Sawjan Gurung 2025-04-17 00:13:04 +00:00
parent 1c4f5305de
commit bec1533eab
92 changed files with 301 additions and 305 deletions

View File

@ -1,7 +1,7 @@
---
title: "ocis.messages.eventhistory.v0"
url: /apis/grpc_apis/ocis_messages_eventhistory_v0
date: 2025-04-16T00:11:04Z
date: 2025-04-17T00:10:40Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.messages.policies.v0"
url: /apis/grpc_apis/ocis_messages_policies_v0
date: 2025-04-16T00:11:05Z
date: 2025-04-17T00:10:40Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.messages.search.v0"
url: /apis/grpc_apis/ocis_messages_search_v0
date: 2025-04-16T00:11:05Z
date: 2025-04-17T00:10:40Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.messages.settings.v0"
url: /apis/grpc_apis/ocis_messages_settings_v0
date: 2025-04-16T00:11:05Z
date: 2025-04-17T00:10:40Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.messages.store.v0"
url: /apis/grpc_apis/ocis_messages_store_v0
date: 2025-04-16T00:11:04Z
date: 2025-04-17T00:10:40Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.messages.thumbnails.v0"
url: /apis/grpc_apis/ocis_messages_thumbnails_v0
date: 2025-04-16T00:11:04Z
date: 2025-04-17T00:10:40Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.services.eventhistory.v0"
url: /apis/grpc_apis/ocis_services_eventhistory_v0
date: 2025-04-16T00:11:05Z
date: 2025-04-17T00:10:40Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.services.policies.v0"
url: /apis/grpc_apis/ocis_services_policies_v0
date: 2025-04-16T00:11:05Z
date: 2025-04-17T00:10:40Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.services.search.v0"
url: /apis/grpc_apis/ocis_services_search_v0
date: 2025-04-16T00:11:05Z
date: 2025-04-17T00:10:40Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.services.settings.v0"
url: /apis/grpc_apis/ocis_services_settings_v0
date: 2025-04-16T00:11:05Z
date: 2025-04-17T00:10:40Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.services.store.v0"
url: /apis/grpc_apis/ocis_services_store_v0
date: 2025-04-16T00:11:05Z
date: 2025-04-17T00:10:40Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.services.thumbnails.v0"
url: /apis/grpc_apis/ocis_services_thumbnails_v0
date: 2025-04-16T00:11:05Z
date: 2025-04-17T00:10:40Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -6150,10 +6150,10 @@ IDM_ADMIN_USER_ID:
removalVersion: ""
deprecationInfo: ""
IDM_CREATE_DEMO_USERS:
name: SETTINGS_SETUP_DEFAULT_ASSIGNMENTS;IDM_CREATE_DEMO_USERS
name: IDM_CREATE_DEMO_USERS
defaultValue: "false"
type: bool
description: The default role assignments the demo users should be setup.
description: Flag to enable or disable the creation of the demo users.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@ -8027,28 +8027,28 @@ OCIS_ASYNC_UPLOADS:
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_AUTH_PASSWORD:
name: OCIS_CACHE_AUTH_PASSWORD;STORAGE_USERS_ID_CACHE_AUTH_PASSWORD
name: OCIS_CACHE_AUTH_PASSWORD;FRONTEND_OCS_STAT_CACHE_AUTH_PASSWORD
defaultValue: ""
type: string
description: The password to authenticate with the cache store. Only applies when
store type 'nats-js-kv' is configured.
description: The password to use for authentication. Only applies when using the
'nats-js-kv' store type.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_AUTH_USERNAME:
name: OCIS_CACHE_AUTH_USERNAME;STORAGE_USERS_ID_CACHE_AUTH_USERNAME
name: OCIS_CACHE_AUTH_USERNAME;FRONTEND_OCS_STAT_CACHE_AUTH_USERNAME
defaultValue: ""
type: string
description: The username to authenticate with the cache store. Only applies when
store type 'nats-js-kv' is configured.
description: The username to use for authentication. Only applies when using the
'nats-js-kv' store type.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_DATABASE:
name: OCIS_CACHE_DATABASE
defaultValue: ids-storage-users
defaultValue: cache-stat
type: string
description: The database name the configured store should use.
introductionVersion: pre5.0
@ -8056,17 +8056,17 @@ OCIS_CACHE_DATABASE:
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_DISABLE_PERSISTENCE:
name: OCIS_CACHE_DISABLE_PERSISTENCE;STORAGE_USERS_ID_CACHE_DISABLE_PERSISTENCE
name: OCIS_CACHE_DISABLE_PERSISTENCE;FRONTEND_OCS_STAT_CACHE_DISABLE_PERSISTENCE
defaultValue: "false"
type: bool
description: Disables persistence of the cache. Only applies when store type 'nats-js-kv'
is configured. Defaults to false.
description: Disable persistence of the cache. Only applies when using the 'nats-js-kv'
store type. Defaults to false.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_STORE:
name: OCIS_CACHE_STORE;STORAGE_USERS_ID_CACHE_STORE
name: OCIS_CACHE_STORE;FRONTEND_OCS_STAT_CACHE_STORE
defaultValue: memory
type: string
description: 'The type of the cache store. Supported values are: ''memory'', ''redis-sentinel'',
@ -8076,7 +8076,7 @@ OCIS_CACHE_STORE:
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_STORE_NODES:
name: OCIS_CACHE_STORE_NODES;STORAGE_USERS_ID_CACHE_STORE_NODES
name: OCIS_CACHE_STORE_NODES;FRONTEND_OCS_STAT_CACHE_STORE_NODES
defaultValue: '[127.0.0.1:9233]'
type: '[]string'
description: A list of nodes to access the configured store. This has no effect
@ -8088,19 +8088,18 @@ OCIS_CACHE_STORE_NODES:
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_TTL:
name: OCIS_CACHE_TTL;STORAGE_USERS_ID_CACHE_TTL
defaultValue: 24m0s
name: OCIS_CACHE_TTL;FRONTEND_OCS_STAT_CACHE_TTL
defaultValue: 5m0s
type: Duration
description: Default time to live for user info in the user info cache. Only applied
when access tokens have no expiration. Defaults to 300s which is derived from
the underlaying package though not explicitly set as default. See the Environment
Variable Types description for more details.
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
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_CREDENTIALS:
name: OCIS_CORS_ALLOW_CREDENTIALS;STORAGE_USERS_CORS_ALLOW_CREDENTIALS
name: OCIS_CORS_ALLOW_CREDENTIALS;FRONTEND_CORS_ALLOW_CREDENTIALS
defaultValue: "false"
type: bool
description: 'Allow credentials for CORS.See following chapter for more details:
@ -8110,10 +8109,11 @@ OCIS_CORS_ALLOW_CREDENTIALS:
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_HEADERS:
name: OCIS_CORS_ALLOW_HEADERS;STORAGE_USERS_CORS_ALLOW_HEADERS
defaultValue: '[Authorization Origin X-Requested-With X-Request-Id X-HTTP-Method-Override
Content-Type Upload-Length Upload-Offset Tus-Resumable Upload-Metadata Upload-Defer-Length
Upload-Concat Upload-Incomplete Upload-Draft-Interop-Version]'
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]'
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.
@ -8123,8 +8123,9 @@ OCIS_CORS_ALLOW_HEADERS:
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_METHODS:
name: OCIS_CORS_ALLOW_METHODS;STORAGE_USERS_CORS_ALLOW_METHODS
defaultValue: '[POST HEAD PATCH OPTIONS GET DELETE]'
name: OCIS_CORS_ALLOW_METHODS;FRONTEND_CORS_ALLOW_METHODS
defaultValue: '[OPTIONS HEAD GET PUT POST PATCH DELETE MKCOL PROPFIND PROPPATCH
MOVE COPY REPORT SEARCH]'
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.
@ -8134,7 +8135,7 @@ OCIS_CORS_ALLOW_METHODS:
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_ORIGINS:
name: OCIS_CORS_ALLOW_ORIGINS;STORAGE_USERS_CORS_ALLOW_ORIGINS
name: OCIS_CORS_ALLOW_ORIGINS;FRONTEND_CORS_ALLOW_ORIGINS
defaultValue: '[https://localhost:9200]'
type: '[]string'
description: 'A list of allowed CORS origins. See following chapter for more details:
@ -8184,7 +8185,7 @@ OCIS_DEFAULT_LANGUAGE:
type: string
description: The default language used by services and the WebUI. If not defined,
English will be used as default. See the documentation for more details.
introductionVersion: "5.0"
introductionVersion: 7.0.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@ -8257,7 +8258,7 @@ OCIS_ENABLE_OCM:
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_AUTH_PASSWORD:
name: OCIS_EVENTS_AUTH_PASSWORD;STORAGE_USERS_EVENTS_AUTH_PASSWORD
name: OCIS_EVENTS_AUTH_PASSWORD;FRONTEND_EVENTS_AUTH_PASSWORD
defaultValue: ""
type: string
description: The password to authenticate with the events broker. The events broker
@ -8267,7 +8268,7 @@ OCIS_EVENTS_AUTH_PASSWORD:
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_AUTH_USERNAME:
name: OCIS_EVENTS_AUTH_USERNAME;STORAGE_USERS_EVENTS_AUTH_USERNAME
name: OCIS_EVENTS_AUTH_USERNAME;FRONTEND_EVENTS_AUTH_USERNAME
defaultValue: ""
type: string
description: The username to authenticate with the events broker. The events broker
@ -8277,33 +8278,33 @@ OCIS_EVENTS_AUTH_USERNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_CLUSTER:
name: OCIS_EVENTS_CLUSTER;STORAGE_USERS_EVENTS_CLUSTER
name: OCIS_EVENTS_CLUSTER;FRONTEND_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: pre5.0
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_ENABLE_TLS:
name: OCIS_EVENTS_ENABLE_TLS;STORAGE_USERS_EVENTS_ENABLE_TLS
name: OCIS_EVENTS_ENABLE_TLS;FRONTEND_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: pre5.0
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_ENDPOINT:
name: OCIS_EVENTS_ENDPOINT;STORAGE_USERS_EVENTS_ENDPOINT
name: OCIS_EVENTS_ENDPOINT;FRONTEND_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: pre5.0
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@ -8350,10 +8351,10 @@ OCIS_GRPC_CLIENT_TLS_MODE:
removalVersion: ""
deprecationInfo: ""
OCIS_GRPC_PROTOCOL:
name: OCIS_GRPC_PROTOCOL;STORAGE_USERS_GRPC_PROTOCOL
name: OCIS_GRPC_PROTOCOL;AUTH_BEARER_GRPC_PROTOCOL
defaultValue: ""
type: string
description: The transport protocol of the GPRC service.
description: The transport protocol of the GRPC service.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@ -8390,16 +8391,16 @@ OCIS_HTTP_TLS_KEY:
removalVersion: ""
deprecationInfo: ""
OCIS_INSECURE:
name: OCIS_INSECURE;STORAGE_USERS_EVENTS_TLS_INSECURE
name: OCIS_INSECURE;FRONTEND_EVENTS_TLS_INSECURE
defaultValue: "false"
type: bool
description: Whether to verify the server TLS certificates.
introductionVersion: pre5.0
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_JWT_SECRET:
name: OCIS_JWT_SECRET;STORAGE_USERS_JWT_SECRET
name: OCIS_JWT_SECRET;FRONTEND_JWT_SECRET
defaultValue: ""
type: string
description: The secret to mint and validate jwt tokens.
@ -8463,7 +8464,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;AUTH_BASIC_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
@ -8473,7 +8474,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;AUTH_BASIC_LDAP_BIND_PASSWORD
defaultValue: ""
type: string
description: Password to use for authenticating the 'bind_dn'.
@ -8482,7 +8483,7 @@ OCIS_LDAP_BIND_PASSWORD:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_CACERT:
name: OCIS_LDAP_CACERT;GROUPS_LDAP_CACERT
name: OCIS_LDAP_CACERT;AUTH_BASIC_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
@ -8493,7 +8494,7 @@ OCIS_LDAP_CACERT:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_DISABLE_USER_MECHANISM:
name: OCIS_LDAP_DISABLE_USER_MECHANISM;USERS_LDAP_DISABLE_USER_MECHANISM
name: OCIS_LDAP_DISABLE_USER_MECHANISM;AUTH_BASIC_DISABLE_USER_MECHANISM
defaultValue: attribute
type: string
description: An option to control the behavior for disabling users. Valid options
@ -8506,7 +8507,7 @@ OCIS_LDAP_DISABLE_USER_MECHANISM:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_DISABLED_USERS_GROUP_DN:
name: OCIS_LDAP_DISABLED_USERS_GROUP_DN;USERS_LDAP_DISABLED_USERS_GROUP_DN
name: OCIS_LDAP_DISABLED_USERS_GROUP_DN;AUTH_BASIC_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
@ -8516,7 +8517,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;AUTH_BASIC_LDAP_GROUP_BASE_DN
defaultValue: ou=groups,o=libregraph-idm
type: string
description: Search base DN for looking up LDAP groups.
@ -8525,7 +8526,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;AUTH_BASIC_LDAP_GROUP_FILTER
defaultValue: ""
type: string
description: LDAP filter to add to the default filters for group searches.
@ -8534,7 +8535,7 @@ OCIS_LDAP_GROUP_FILTER:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_OBJECTCLASS:
name: OCIS_LDAP_GROUP_OBJECTCLASS;GROUPS_LDAP_GROUP_OBJECTCLASS
name: OCIS_LDAP_GROUP_OBJECTCLASS;AUTH_BASIC_LDAP_GROUP_OBJECTCLASS
defaultValue: groupOfNames
type: string
description: The object class to use for groups in the default group search filter
@ -8544,7 +8545,7 @@ OCIS_LDAP_GROUP_OBJECTCLASS:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_DISPLAYNAME:
name: OCIS_LDAP_GROUP_SCHEMA_DISPLAYNAME;GROUPS_LDAP_GROUP_SCHEMA_DISPLAYNAME
name: OCIS_LDAP_GROUP_SCHEMA_DISPLAYNAME;AUTH_BASIC_LDAP_GROUP_SCHEMA_DISPLAYNAME
defaultValue: cn
type: string
description: LDAP Attribute to use for the displayname of groups (often the same
@ -8554,7 +8555,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;AUTH_BASIC_LDAP_GROUP_SCHEMA_GROUPNAME
defaultValue: cn
type: string
description: LDAP Attribute to use for the name of groups.
@ -8563,28 +8564,28 @@ 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;AUTH_BASIC_LDAP_GROUP_SCHEMA_ID
defaultValue: ownclouduuid
type: string
description: LDAP Attribute to use as the unique id for groups. This should be a
stable globally unique ID like a UUID.
stable globally unique id (e.g. 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;AUTH_BASIC_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
'OCTETSTRING' syntax. This is e.g. required when using the 'objectGUID' attribute
of Active Directory for the group ID's.
of Active Directory for the group IDs.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_MAIL:
name: OCIS_LDAP_GROUP_SCHEMA_MAIL;GROUPS_LDAP_GROUP_SCHEMA_MAIL
name: OCIS_LDAP_GROUP_SCHEMA_MAIL;AUTH_BASIC_LDAP_GROUP_SCHEMA_MAIL
defaultValue: mail
type: string
description: LDAP Attribute to use for the email address of groups (can be empty).
@ -8593,7 +8594,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;AUTH_BASIC_LDAP_GROUP_SCHEMA_MEMBER
defaultValue: member
type: string
description: LDAP Attribute that is used for group members.
@ -8602,17 +8603,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;AUTH_BASIC_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;AUTH_BASIC_LDAP_INSECURE
defaultValue: "false"
type: bool
description: Disable TLS certificate validation for the LDAP connections. Do not
@ -8634,7 +8635,7 @@ OCIS_LDAP_SERVER_WRITE_ENABLED:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_URI:
name: OCIS_LDAP_URI;GROUPS_LDAP_URI
name: OCIS_LDAP_URI;AUTH_BASIC_LDAP_URI
defaultValue: ldaps://localhost:9235
type: string
description: URI of the LDAP Server to connect to. Supported URI schemes are 'ldaps://'
@ -8644,7 +8645,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;AUTH_BASIC_LDAP_USER_BASE_DN
defaultValue: ou=users,o=libregraph-idm
type: string
description: Search base DN for looking up LDAP users.
@ -8653,16 +8654,16 @@ OCIS_LDAP_USER_BASE_DN:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_ENABLED_ATTRIBUTE:
name: OCIS_LDAP_USER_ENABLED_ATTRIBUTE;IDP_USER_ENABLED_ATTRIBUTE
name: OCIS_LDAP_USER_ENABLED_ATTRIBUTE;AUTH_BASIC_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;AUTH_BASIC_LDAP_USER_FILTER
defaultValue: ""
type: string
description: LDAP filter to add to the default filters for user search like '(objectclass=ownCloud)'.
@ -8671,7 +8672,7 @@ OCIS_LDAP_USER_FILTER:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_OBJECTCLASS:
name: OCIS_LDAP_USER_OBJECTCLASS;GROUPS_LDAP_USER_OBJECTCLASS
name: OCIS_LDAP_USER_OBJECTCLASS;AUTH_BASIC_LDAP_USER_OBJECTCLASS
defaultValue: inetOrgPerson
type: string
description: The object class to use for users in the default user search filter
@ -8681,7 +8682,7 @@ OCIS_LDAP_USER_OBJECTCLASS:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_DISPLAYNAME:
name: OCIS_LDAP_USER_SCHEMA_DISPLAYNAME;GROUPS_LDAP_USER_SCHEMA_DISPLAYNAME
name: OCIS_LDAP_USER_SCHEMA_DISPLAYNAME;AUTH_BASIC_LDAP_USER_SCHEMA_DISPLAYNAME
defaultValue: displayname
type: string
description: LDAP Attribute to use for the displayname of users.
@ -8693,28 +8694,28 @@ OCIS_LDAP_USER_SCHEMA_DISPLAYNAME:
changing name for consistency | LDAP_USER_SCHEMA_DISPLAY_NAME changing name for
consistency | | | '
OCIS_LDAP_USER_SCHEMA_ID:
name: OCIS_LDAP_USER_SCHEMA_ID;GROUPS_LDAP_USER_SCHEMA_ID
name: OCIS_LDAP_USER_SCHEMA_ID;AUTH_BASIC_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;AUTH_BASIC_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
'OCTETSTRING' syntax. This is e.g. required when using the 'objectGUID' attribute
of Active Directory for the user ID's.
of Active Directory for the user IDs.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_MAIL:
name: OCIS_LDAP_USER_SCHEMA_MAIL;GROUPS_LDAP_USER_SCHEMA_MAIL
name: OCIS_LDAP_USER_SCHEMA_MAIL;AUTH_BASIC_LDAP_USER_SCHEMA_MAIL
defaultValue: mail
type: string
description: LDAP Attribute to use for the email address of users.
@ -8733,7 +8734,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;AUTH_BASIC_LDAP_USER_SCHEMA_USERNAME
defaultValue: uid
type: string
description: LDAP Attribute to use for username of users.
@ -8742,17 +8743,17 @@ 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;AUTH_BASIC_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;STORAGE_USERS_LOG_COLOR
name: OCIS_LOG_COLOR;FRONTEND_LOG_COLOR
defaultValue: "false"
type: bool
description: Activates colorized log output.
@ -8761,7 +8762,7 @@ OCIS_LOG_COLOR:
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_FILE:
name: OCIS_LOG_FILE;STORAGE_USERS_LOG_FILE
name: OCIS_LOG_FILE;FRONTEND_LOG_FILE
defaultValue: ""
type: string
description: The path to the log file. Activates logging to this file if set.
@ -8770,7 +8771,7 @@ OCIS_LOG_FILE:
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_LEVEL:
name: OCIS_LOG_LEVEL;STORAGE_USERS_LOG_LEVEL
name: OCIS_LOG_LEVEL;FRONTEND_LOG_LEVEL
defaultValue: ""
type: string
description: 'The log level. Valid values are: ''panic'', ''fatal'', ''error'',
@ -8780,7 +8781,7 @@ OCIS_LOG_LEVEL:
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_PRETTY:
name: OCIS_LOG_PRETTY;STORAGE_USERS_LOG_PRETTY
name: OCIS_LOG_PRETTY;FRONTEND_LOG_PRETTY
defaultValue: "false"
type: bool
description: Activates pretty log output.
@ -8789,23 +8790,23 @@ OCIS_LOG_PRETTY:
removalVersion: ""
deprecationInfo: ""
OCIS_MACHINE_AUTH_API_KEY:
name: OCIS_MACHINE_AUTH_API_KEY;STORAGE_USERS_MACHINE_AUTH_API_KEY
name: OCIS_MACHINE_AUTH_API_KEY;FRONTEND_MACHINE_AUTH_API_KEY
defaultValue: ""
type: string
description: Machine auth API key used to validate internal requests necessary for
the access to resources from other services.
introductionVersion: "5.0"
description: The machine auth API key used to validate internal requests necessary
to access resources from other services.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_MAX_CONCURRENCY:
name: OCIS_MAX_CONCURRENCY;STORAGE_USERS_S3NG_MAX_CONCURRENCY
defaultValue: "5"
name: OCIS_MAX_CONCURRENCY;FRONTEND_MAX_CONCURRENCY
defaultValue: "1"
type: int
description: Maximum number of concurrent go-routines. Higher values can potentially
get work done faster but will also cause more load on the system. Values of 0
or below will be ignored and the default value of 100 will be used.
introductionVersion: pre5.0
or below will be ignored and the default value will be used.
introductionVersion: 7.0.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@ -8821,17 +8822,16 @@ OCIS_OIDC_CLIENT_ID:
removalVersion: ""
deprecationInfo: ""
OCIS_OIDC_ISSUER:
name: OCIS_URL;OCIS_OIDC_ISSUER;GROUPS_IDP_URL
name: OCIS_URL;OCIS_OIDC_ISSUER;AUTH_BEARER_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: ""
deprecationInfo: ""
OCIS_PASSWORD_POLICY_BANNED_PASSWORDS_LIST:
name: OCIS_PASSWORD_POLICY_BANNED_PASSWORDS_LIST;SHARING_PASSWORD_POLICY_BANNED_PASSWORDS_LIST
name: OCIS_PASSWORD_POLICY_BANNED_PASSWORDS_LIST;FRONTEND_PASSWORD_POLICY_BANNED_PASSWORDS_LIST
defaultValue: ""
type: string
description: Path to the 'banned passwords list' file. This only impacts public
@ -8841,7 +8841,7 @@ OCIS_PASSWORD_POLICY_BANNED_PASSWORDS_LIST:
removalVersion: ""
deprecationInfo: ""
OCIS_PASSWORD_POLICY_DISABLED:
name: OCIS_PASSWORD_POLICY_DISABLED;SHARING_PASSWORD_POLICY_DISABLED
name: OCIS_PASSWORD_POLICY_DISABLED;FRONTEND_PASSWORD_POLICY_DISABLED
defaultValue: "false"
type: bool
description: Disable the password policy. Defaults to false if not set.
@ -8850,7 +8850,7 @@ OCIS_PASSWORD_POLICY_DISABLED:
removalVersion: ""
deprecationInfo: ""
OCIS_PASSWORD_POLICY_MIN_CHARACTERS:
name: OCIS_PASSWORD_POLICY_MIN_CHARACTERS;SHARING_PASSWORD_POLICY_MIN_CHARACTERS
name: OCIS_PASSWORD_POLICY_MIN_CHARACTERS;FRONTEND_PASSWORD_POLICY_MIN_CHARACTERS
defaultValue: "8"
type: int
description: Define the minimum password length. Defaults to 8 if not set.
@ -8859,7 +8859,7 @@ OCIS_PASSWORD_POLICY_MIN_CHARACTERS:
removalVersion: ""
deprecationInfo: ""
OCIS_PASSWORD_POLICY_MIN_DIGITS:
name: OCIS_PASSWORD_POLICY_MIN_DIGITS;SHARING_PASSWORD_POLICY_MIN_DIGITS
name: OCIS_PASSWORD_POLICY_MIN_DIGITS;FRONTEND_PASSWORD_POLICY_MIN_DIGITS
defaultValue: "1"
type: int
description: Define the minimum number of digits. Defaults to 1 if not set.
@ -8868,7 +8868,7 @@ OCIS_PASSWORD_POLICY_MIN_DIGITS:
removalVersion: ""
deprecationInfo: ""
OCIS_PASSWORD_POLICY_MIN_LOWERCASE_CHARACTERS:
name: OCIS_PASSWORD_POLICY_MIN_LOWERCASE_CHARACTERS;SHARING_PASSWORD_POLICY_MIN_LOWERCASE_CHARACTERS
name: OCIS_PASSWORD_POLICY_MIN_LOWERCASE_CHARACTERS;FRONTEND_PASSWORD_POLICY_MIN_LOWERCASE_CHARACTERS
defaultValue: "1"
type: int
description: Define the minimum number of uppercase letters. Defaults to 1 if not
@ -8878,7 +8878,7 @@ OCIS_PASSWORD_POLICY_MIN_LOWERCASE_CHARACTERS:
removalVersion: ""
deprecationInfo: ""
OCIS_PASSWORD_POLICY_MIN_SPECIAL_CHARACTERS:
name: OCIS_PASSWORD_POLICY_MIN_SPECIAL_CHARACTERS;SHARING_PASSWORD_POLICY_MIN_SPECIAL_CHARACTERS
name: OCIS_PASSWORD_POLICY_MIN_SPECIAL_CHARACTERS;FRONTEND_PASSWORD_POLICY_MIN_SPECIAL_CHARACTERS
defaultValue: "1"
type: int
description: Define the minimum number of characters from the special characters
@ -8888,7 +8888,7 @@ OCIS_PASSWORD_POLICY_MIN_SPECIAL_CHARACTERS:
removalVersion: ""
deprecationInfo: ""
OCIS_PASSWORD_POLICY_MIN_UPPERCASE_CHARACTERS:
name: OCIS_PASSWORD_POLICY_MIN_UPPERCASE_CHARACTERS;SHARING_PASSWORD_POLICY_MIN_UPPERCASE_CHARACTERS
name: OCIS_PASSWORD_POLICY_MIN_UPPERCASE_CHARACTERS;FRONTEND_PASSWORD_POLICY_MIN_UPPERCASE_CHARACTERS
defaultValue: "1"
type: int
description: Define the minimum number of lowercase letters. Defaults to 1 if not
@ -8898,7 +8898,7 @@ OCIS_PASSWORD_POLICY_MIN_UPPERCASE_CHARACTERS:
removalVersion: ""
deprecationInfo: ""
OCIS_PERSISTENT_STORE:
name: OCIS_PERSISTENT_STORE;EVENTHISTORY_STORE
name: OCIS_PERSISTENT_STORE;ACTIVITYLOG_STORE
defaultValue: nats-js-kv
type: string
description: 'The type of the store. Supported values are: ''memory'', ''nats-js-kv'',
@ -8908,7 +8908,7 @@ OCIS_PERSISTENT_STORE:
removalVersion: ""
deprecationInfo: ""
OCIS_PERSISTENT_STORE_AUTH_PASSWORD:
name: OCIS_PERSISTENT_STORE_AUTH_PASSWORD;EVENTHISTORY_STORE_AUTH_PASSWORD
name: OCIS_PERSISTENT_STORE_AUTH_PASSWORD;ACTIVITYLOG_STORE_AUTH_PASSWORD
defaultValue: ""
type: string
description: The password to authenticate with the store. Only applies when store
@ -8918,7 +8918,7 @@ OCIS_PERSISTENT_STORE_AUTH_PASSWORD:
removalVersion: ""
deprecationInfo: ""
OCIS_PERSISTENT_STORE_AUTH_USERNAME:
name: OCIS_PERSISTENT_STORE_AUTH_USERNAME;EVENTHISTORY_STORE_AUTH_USERNAME
name: OCIS_PERSISTENT_STORE_AUTH_USERNAME;ACTIVITYLOG_STORE_AUTH_USERNAME
defaultValue: ""
type: string
description: The username to authenticate with the store. Only applies when store
@ -8928,7 +8928,7 @@ OCIS_PERSISTENT_STORE_AUTH_USERNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_PERSISTENT_STORE_NODES:
name: OCIS_PERSISTENT_STORE_NODES;EVENTHISTORY_STORE_NODES
name: OCIS_PERSISTENT_STORE_NODES;ACTIVITYLOG_STORE_NODES
defaultValue: '[127.0.0.1:9233]'
type: '[]string'
description: A list of nodes to access the configured store. This has no effect
@ -8940,11 +8940,11 @@ OCIS_PERSISTENT_STORE_NODES:
removalVersion: ""
deprecationInfo: ""
OCIS_PERSISTENT_STORE_TTL:
name: OCIS_PERSISTENT_STORE_TTL;EVENTHISTORY_STORE_TTL
defaultValue: 336h0m0s
name: OCIS_PERSISTENT_STORE_TTL;ACTIVITYLOG_STORE_TTL
defaultValue: 0s
type: Duration
description: Time to live for events in the store. Defaults to '336h' (2 weeks).
See the Environment Variable Types description for more details.
description: Time to live for events in the store. See the Environment Variable
Types description for more details.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@ -8990,7 +8990,7 @@ OCIS_REVA_GATEWAY_TLS_MODE:
removalVersion: ""
deprecationInfo: ""
OCIS_SERVICE_ACCOUNT_ID:
name: OCIS_SERVICE_ACCOUNT_ID;STORAGE_USERS_SERVICE_ACCOUNT_ID
name: OCIS_SERVICE_ACCOUNT_ID;FRONTEND_SERVICE_ACCOUNT_ID
defaultValue: ""
type: string
description: The ID of the service account the service should use. See the 'auth-service'
@ -9000,7 +9000,7 @@ OCIS_SERVICE_ACCOUNT_ID:
removalVersion: ""
deprecationInfo: ""
OCIS_SERVICE_ACCOUNT_SECRET:
name: OCIS_SERVICE_ACCOUNT_SECRET;STORAGE_USERS_SERVICE_ACCOUNT_SECRET
name: OCIS_SERVICE_ACCOUNT_SECRET;FRONTEND_SERVICE_ACCOUNT_SECRET
defaultValue: ""
type: string
description: The service account secret.
@ -9009,33 +9009,31 @@ OCIS_SERVICE_ACCOUNT_SECRET:
removalVersion: ""
deprecationInfo: ""
OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD:
name: OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD;SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD
name: OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD;FRONTEND_OCS_PUBLIC_SHARE_MUST_HAVE_PASSWORD
defaultValue: "true"
type: bool
description: Set this to true if you want to enforce passwords on all public shares.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: 'FRONTEND_OCS_PUBLIC_SHARE_MUST_HAVE_PASSWORD, the OCS API is deprecated
deprecationInfo: FRONTEND_OCS_PUBLIC_SHARE_MUST_HAVE_PASSWORD, the OCS API is deprecated
| | FRONTEND_OCS_PUBLIC_SHARE_MUST_HAVE_PASSWORD, the OCS API is deprecated | | |
FRONTEND_OCS_PUBLIC_SHARE_MUST_HAVE_PASSWORD, the OCS API is deprecated | FRONTEND_OCS_PUBLIC_SHARE_MUST_HAVE_PASSWORD,
the OCS API is deprecated | '
FRONTEND_OCS_PUBLIC_SHARE_MUST_HAVE_PASSWORD, the OCS API is deprecated | | FRONTEND_OCS_PUBLIC_SHARE_MUST_HAVE_PASSWORD,
the OCS API is deprecated
OCIS_SHARING_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD:
name: OCIS_SHARING_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD;SHARING_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD
name: OCIS_SHARING_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD;FRONTEND_OCS_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD
defaultValue: "false"
type: bool
description: 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 (deprecated)
in the frontend service.
description: 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.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: 'FRONTEND_OCS_PUBLIC_WRITABLE_SHARE_MUST_HAVE_PASSWORD, the OCS
deprecationInfo: FRONTEND_OCS_PUBLIC_WRITABLE_SHARE_MUST_HAVE_PASSWORD, the OCS
API is deprecated | | FRONTEND_OCS_PUBLIC_WRITABLE_SHARE_MUST_HAVE_PASSWORD,
the OCS API is deprecated | | | FRONTEND_OCS_PUBLIC_WRITABLE_SHARE_MUST_HAVE_PASSWORD,
the OCS API is deprecated | FRONTEND_OCS_PUBLIC_WRITABLE_SHARE_MUST_HAVE_PASSWORD,
the OCS API is deprecated | '
the OCS API is deprecated | | FRONTEND_OCS_PUBLIC_WRITABLE_SHARE_MUST_HAVE_PASSWORD,
the OCS API is deprecated
OCIS_SHOW_USER_EMAIL_IN_RESULTS:
name: OCIS_SHOW_USER_EMAIL_IN_RESULTS
defaultValue: "false"
@ -9048,18 +9046,17 @@ OCIS_SHOW_USER_EMAIL_IN_RESULTS:
removalVersion: ""
deprecationInfo: ""
OCIS_SPACES_MAX_QUOTA:
name: OCIS_SPACES_MAX_QUOTA;STORAGE_USERS_OCIS_MAX_QUOTA
name: OCIS_SPACES_MAX_QUOTA;FRONTEND_MAX_QUOTA
defaultValue: "0"
type: uint64
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.
description: Set the global max quota value in bytes. A value of 0 equals unlimited.
The value is provided via capabilities.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_SYSTEM_USER_API_KEY:
name: OCIS_SYSTEM_USER_API_KEY
name: OCIS_SYSTEM_USER_API_KEY;SHARING_PUBLIC_CS3_SYSTEM_USER_API_KEY
defaultValue: ""
type: string
description: API key for the STORAGE-SYSTEM system user.
@ -9068,10 +9065,10 @@ OCIS_SYSTEM_USER_API_KEY:
removalVersion: ""
deprecationInfo: ""
OCIS_SYSTEM_USER_ID:
name: OCIS_SYSTEM_USER_ID
name: OCIS_SYSTEM_USER_ID;SHARING_PUBLIC_CS3_SYSTEM_USER_ID
defaultValue: ""
type: string
description: ID of the oCIS storage-system system user. Admins need to set the ID
description: ID of the oCIS STORAGE-SYSTEM system user. Admins need to set the ID
for the STORAGE-SYSTEM system user in this config option which is then used to
reference the user. Any reasonable long string is possible, preferably this would
be an UUIDv4 format.
@ -9080,7 +9077,7 @@ OCIS_SYSTEM_USER_ID:
removalVersion: ""
deprecationInfo: ""
OCIS_SYSTEM_USER_IDP:
name: OCIS_SYSTEM_USER_IDP;SETTINGS_SYSTEM_USER_IDP
name: OCIS_SYSTEM_USER_IDP;SHARING_PUBLIC_CS3_SYSTEM_USER_IDP
defaultValue: internal
type: string
description: IDP of the oCIS STORAGE-SYSTEM system user.
@ -9089,7 +9086,7 @@ OCIS_SYSTEM_USER_IDP:
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_COLLECTOR:
name: OCIS_TRACING_COLLECTOR;STORAGE_USERS_TRACING_COLLECTOR
name: OCIS_TRACING_COLLECTOR;FRONTEND_TRACING_COLLECTOR
defaultValue: ""
type: string
description: The HTTP endpoint for sending spans directly to a collector, i.e. http://jaeger-collector:14268/api/traces.
@ -9099,7 +9096,7 @@ OCIS_TRACING_COLLECTOR:
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_ENABLED:
name: OCIS_TRACING_ENABLED;STORAGE_USERS_TRACING_ENABLED
name: OCIS_TRACING_ENABLED;FRONTEND_TRACING_ENABLED
defaultValue: "false"
type: bool
description: Activates tracing.
@ -9108,7 +9105,7 @@ OCIS_TRACING_ENABLED:
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_ENDPOINT:
name: OCIS_TRACING_ENDPOINT;STORAGE_USERS_TRACING_ENDPOINT
name: OCIS_TRACING_ENDPOINT;FRONTEND_TRACING_ENDPOINT
defaultValue: ""
type: string
description: The endpoint of the tracing agent.
@ -9117,7 +9114,7 @@ OCIS_TRACING_ENDPOINT:
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_TYPE:
name: OCIS_TRACING_TYPE;STORAGE_USERS_TRACING_TYPE
name: OCIS_TRACING_TYPE;FRONTEND_TRACING_TYPE
defaultValue: ""
type: string
description: The type of tracing. Defaults to '', which is the same as 'jaeger'.
@ -9130,28 +9127,27 @@ OCIS_TRANSFER_SECRET:
name: OCIS_TRANSFER_SECRET
defaultValue: ""
type: string
description: The storage transfer secret.
description: Transfer secret for signing file up- and download requests.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_TRANSLATION_PATH:
name: OCIS_TRANSLATION_PATH;SETTINGS_TRANSLATION_PATH
name: OCIS_TRANSLATION_PATH;ACTIVITYLOG_TRANSLATION_PATH
defaultValue: ""
type: string
description: (optional) Set this to a path with custom translations to overwrite
the builtin translations. Note that file and folder naming rules apply, see the
documentation for more details.
introductionVersion: "7.1"
introductionVersion: 7.0.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_URL:
name: OCIS_URL;APP_PROVIDER_WOPI_FOLDER_URL_BASE_URL
defaultValue: https://localhost:9200/
name: OCIS_URL;FRONTEND_PUBLIC_URL
defaultValue: https://localhost:9200
type: string
description: Base url to navigate back from the app to the containing folder in
the file list.
description: The public facing URL of the oCIS frontend.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the activitylog service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the antivirus service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the app-provider service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the app-registry service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the audit service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the auth-app service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the auth-basic service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the auth-bearer service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the auth-machine service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the auth-service service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the clientlog service
[width="100%",cols="~,~,~,~",options="header"]
@ -190,7 +190,7 @@ The secret to mint and validate jwt tokens.
a|`OCIS_REVA_GATEWAY` +
`CLIENTLOG_REVA_GATEWAY` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the collaboration service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the eventhistory service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the frontend service
[width="100%",cols="~,~,~,~",options="header"]
@ -630,7 +630,7 @@ a| [subs=-attributes]
Path prefix for the data gateway.
a|`FRONTEND_OCS_PREFIX` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -641,7 +641,7 @@ a| [subs=-attributes]
URL path prefix for the OCS service. Note that the string must not start with '/'.
a|`FRONTEND_OCS_SHARE_PREFIX` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -652,7 +652,7 @@ a| [subs=-attributes]
Path prefix for shares as part of an ocis resource. Note that the path must start with '/'.
a|`FRONTEND_OCS_PERSONAL_NAMESPACE` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -663,7 +663,7 @@ a| [subs=-attributes]
Home namespace identifier.
a|`FRONTEND_OCS_ADDITIONAL_INFO_ATTRIBUTE` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -675,7 +675,7 @@ Additional information attribute for the user like {{.Mail}}.
a|`OCIS_CACHE_STORE` +
`FRONTEND_OCS_STAT_CACHE_STORE` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -687,7 +687,7 @@ The type of the cache store. Supported values are: 'memory', 'redis-sentinel', '
a|`OCIS_CACHE_STORE_NODES` +
`FRONTEND_OCS_STAT_CACHE_STORE_NODES` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -709,7 +709,7 @@ a| [subs=-attributes]
The database name the configured store should use.
a|`FRONTEND_OCS_STAT_CACHE_TABLE` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -721,7 +721,7 @@ The database table the store should use.
a|`OCIS_CACHE_TTL` +
`FRONTEND_OCS_STAT_CACHE_TTL` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -733,7 +733,7 @@ Default time to live for user info in the cache. Only applied when access tokens
a|`OCIS_CACHE_DISABLE_PERSISTENCE` +
`FRONTEND_OCS_STAT_CACHE_DISABLE_PERSISTENCE` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]
@ -745,7 +745,7 @@ Disable persistence of the cache. Only applies when using the 'nats-js-kv' store
a|`OCIS_CACHE_AUTH_USERNAME` +
`FRONTEND_OCS_STAT_CACHE_AUTH_USERNAME` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]
@ -757,7 +757,7 @@ The username to use for authentication. Only applies when using the 'nats-js-kv'
a|`OCIS_CACHE_AUTH_PASSWORD` +
`FRONTEND_OCS_STAT_CACHE_AUTH_PASSWORD` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]
@ -768,7 +768,7 @@ a| [subs=-attributes]
The password to use for authentication. Only applies when using the 'nats-js-kv' store type.
a|`FRONTEND_OCS_ENABLE_DENIALS` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -780,7 +780,7 @@ EXPERIMENTAL: enable the feature to deny access on folders.
a|`OCIS_ENABLE_OCM` +
`FRONTEND_OCS_LIST_OCM_SHARES` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]
@ -792,7 +792,7 @@ Include OCM shares when listing shares. See the OCM service documentation for mo
a|`OCIS_ENABLE_OCM` +
`FRONTEND_OCS_INCLUDE_OCM_SHAREES` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]
@ -804,7 +804,7 @@ Include OCM sharees when listing sharees.
a|`OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD` +
`FRONTEND_OCS_PUBLIC_SHARE_MUST_HAVE_PASSWORD` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]
@ -816,7 +816,7 @@ Set this to true if you want to enforce passwords on all public shares.
a|`OCIS_SHARING_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD` +
`FRONTEND_OCS_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the gateway service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -90,7 +90,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
The password to use for authentication. Only applies when store type 'nats-js-kv' is configured.
The password to authenticate with the store. Only applies when store type 'nats-js-kv' is configured.
a| `OCIS_CACHE_AUTH_USERNAME`
a| [subs=-attributes]
@ -116,7 +116,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
The username to use for authentication. Only applies when store type 'nats-js-kv' is configured.
The username to authenticate with the store. Only applies when store type 'nats-js-kv' is configured.
a| `OCIS_CACHE_DATABASE`
a| [subs=-attributes]
@ -136,7 +136,7 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++cache-providers ++
++settings-cache ++
a| [subs=-attributes]
The database name the configured store should use.
@ -164,11 +164,11 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
Disables persistence of the provider cache. Only applies when store type 'nats-js-kv' is configured. Defaults to false.
Disables persistence of the cache. Only applies when store type 'nats-js-kv' is configured. Defaults to false.
a| `OCIS_CACHE_STORE`
a| [subs=-attributes]
++pre5.0 ++
++5.0 ++
a| [subs=attributes+]
* xref:{s-path}/frontend.adoc[frontend] +
@ -187,14 +187,14 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++noop ++
++nats-js-kv ++
a| [subs=-attributes]
The type of the cache store. Supported values are: 'memory', 'redis-sentinel', 'nats-js-kv', 'noop'. See the text description for details.
The type of the signing key store. Supported values are: 'redis-sentinel' and 'nats-js-kv'. See the text description for details.
a| `OCIS_CACHE_STORE_NODES`
a| [subs=-attributes]
++pre5.0 ++
++5.0 ++
a| [subs=attributes+]
* xref:{s-path}/frontend.adoc[frontend] +
@ -216,11 +216,11 @@ a| [subs=-attributes]
++[127.0.0.1:9233] ++
a| [subs=-attributes]
A list of nodes to access the configured store. This has no effect when 'memory' store is configured. Note that the behaviour how nodes are used is dependent on the library of the configured store. See the Environment Variable Types description for more details.
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.
a| `OCIS_CACHE_TTL`
a| [subs=-attributes]
++pre5.0 ++
++5.0 ++
a| [subs=attributes+]
* xref:{s-path}/frontend.adoc[frontend] +
@ -239,14 +239,14 @@ a| [subs=-attributes]
++Duration ++
a| [subs=-attributes]
++5m0s ++
++12h0m0s ++
a| [subs=-attributes]
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.
Default time to live for signing keys. See the Environment Variable Types description for more details.
a| `OCIS_CORS_ALLOW_CREDENTIALS`
a| [subs=-attributes]
++6.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -270,14 +270,14 @@ a| [subs=-attributes]
++bool ++
a| [subs=-attributes]
++true ++
++false ++
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| `OCIS_CORS_ALLOW_HEADERS`
a| [subs=-attributes]
++6.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -301,14 +301,14 @@ a| [subs=-attributes]
++[]string ++
a| [subs=-attributes]
++[Authorization Origin Content-Type Accept X-Requested-With X-Request-Id 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.
a| `OCIS_CORS_ALLOW_METHODS`
a| [subs=-attributes]
++6.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -332,14 +332,14 @@ a| [subs=-attributes]
++[]string ++
a| [subs=-attributes]
++[GET POST PUT PATCH DELETE OPTIONS] ++
++[] ++
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.
a| `OCIS_CORS_ALLOW_ORIGINS`
a| [subs=-attributes]
++6.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -363,7 +363,7 @@ a| [subs=-attributes]
++[]string ++
a| [subs=-attributes]
++[*] ++
++[https://localhost:9200] ++
a| [subs=-attributes]
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. See the Environment Variable Types description for more details.
@ -387,7 +387,7 @@ The propagator used for decomposedfs. At the moment, only 'sync' is fully suppor
a| `OCIS_DEFAULT_LANGUAGE`
a| [subs=-attributes]
++7.0.0 ++
++5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -400,7 +400,7 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++en ++
++ ++
a| [subs=-attributes]
The default language used by services and the WebUI. If not defined, English will be used as default. See the documentation for more details.
@ -525,7 +525,7 @@ The username to authenticate with the events broker. The events broker is the oc
a| `OCIS_EVENTS_CLUSTER`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -557,7 +557,7 @@ The clusterID of the event system. The event system is the message queuing servi
a| `OCIS_EVENTS_ENABLE_TLS`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -590,7 +590,7 @@ Enable TLS for the connection to the events broker. The events broker is the oci
a| `OCIS_EVENTS_ENDPOINT`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -622,7 +622,7 @@ The address of the event system. The event system is the message queuing service
a| `OCIS_EVENTS_TLS_ROOT_CA_CERTIFICATE`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -649,11 +649,11 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
The root CA certificate used to validate the server's TLS certificate. If provided NOTIFICATIONS_EVENTS_TLS_INSECURE will be seen as false.
The root CA certificate used to validate the server's TLS certificate. If provided POSTPROCESSING_EVENTS_TLS_INSECURE will be seen as false.
a| `OCIS_GATEWAY_GRPC_ADDR`
a| [subs=-attributes]
++pre5.0 ++
++5.0 ++
a| [subs=attributes+]
* xref:{s-path}/gateway.adoc[gateway] +
@ -666,7 +666,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 @@ TLS mode for grpc connection to the go-micro based grpc services. Possible value
a| `OCIS_GRPC_PROTOCOL`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/app-provider.adoc[app-provider] +
@ -862,7 +862,7 @@ Path/File name for the TLS certificate key (in PEM format) for the server certif
a| `OCIS_INSECURE`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -900,11 +900,11 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
Whether to verify the server TLS certificates.
Allow insecure connections to the WEBFINGER service.
a| `OCIS_JWT_SECRET`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -1255,7 +1255,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`
a| [subs=-attributes]
@ -1274,7 +1274,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`
a| [subs=-attributes]
@ -1330,7 +1330,7 @@ a| [subs=-attributes]
++sub ++
a| [subs=-attributes]
LDAP search scope to use when looking up groups. Supported values are 'base', 'one' and 'sub'.
LDAP search scope to use when looking up groups. Supported scopes are 'base', 'one' and 'sub'.
a| `OCIS_LDAP_INSECURE`
a| [subs=-attributes]
@ -1505,7 +1505,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]
@ -1524,7 +1524,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`
a| [subs=-attributes]
@ -1601,11 +1601,11 @@ a| [subs=-attributes]
++sub ++
a| [subs=-attributes]
LDAP search scope to use when looking up users. Supported values are 'base', 'one' and 'sub'.
LDAP search scope to use when looking up users. Supported scopes are 'base', 'one' and 'sub'.
a| `OCIS_LOG_COLOR`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -1662,7 +1662,7 @@ Activates colorized log output.
a| `OCIS_LOG_FILE`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -1719,7 +1719,7 @@ The path to the log file. Activates logging to this file if set.
a| `OCIS_LOG_LEVEL`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -1776,7 +1776,7 @@ The log level. Valid values are: 'panic', 'fatal', 'error', 'warn', 'info', 'deb
a| `OCIS_LOG_PRETTY`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -1833,7 +1833,7 @@ Activates pretty log output.
a| `OCIS_MACHINE_AUTH_API_KEY`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/auth-app.adoc[auth-app] +
@ -1855,7 +1855,7 @@ Machine auth API key used to validate internal requests necessary for the access
a| `OCIS_MAX_CONCURRENCY`
a| [subs=-attributes]
++pre5.0 ++
++7.0.0 ++
a| [subs=attributes+]
* xref:{s-path}/frontend.adoc[frontend] +
@ -1869,7 +1869,7 @@ a| [subs=-attributes]
++int ++
a| [subs=-attributes]
++5 ++
++1 ++
a| [subs=-attributes]
Maximum number of concurrent go-routines. Higher values can potentially get work done faster but will also cause more load on the system. Values of 0 or below will be ignored and the default value will be used.
@ -1896,7 +1896,7 @@ a| [subs=-attributes]
++https://localhost:9200 ++
a| [subs=-attributes]
The OIDC issuer URL to assign to the demo users.
The identity provider href for the openid-discovery relation.
a| `OCIS_PASSWORD_POLICY_BANNED_PASSWORDS_LIST`
a| [subs=-attributes]
@ -2036,7 +2036,7 @@ a| [subs=-attributes]
++nats-js-kv ++
a| [subs=-attributes]
The type of the store. Supported values are: 'memory', 'nats-js-kv', 'redis-sentinel', 'noop'. See the text description for details.
The type of the store. Supported values are: 'memory', 'redis-sentinel', 'nats-js-kv', 'noop'. See the text description for details.
a| `OCIS_PERSISTENT_STORE_AUTH_PASSWORD`
a| [subs=-attributes]
@ -2251,7 +2251,7 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
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.
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 (deprecated) in the frontend service.
a| `OCIS_SHOW_USER_EMAIL_IN_RESULTS`
a| [subs=-attributes]
@ -2351,7 +2351,7 @@ IDP of the oCIS STORAGE-SYSTEM system user.
a| `OCIS_TRACING_COLLECTOR`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -2408,7 +2408,7 @@ The HTTP endpoint for sending spans directly to a collector, i.e. \http://jaeger
a| `OCIS_TRACING_ENABLED`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -2465,7 +2465,7 @@ Activates tracing.
a| `OCIS_TRACING_ENDPOINT`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -2522,7 +2522,7 @@ The endpoint of the tracing agent.
a| `OCIS_TRACING_TYPE`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -2596,7 +2596,7 @@ The storage transfer secret.
a| `OCIS_TRANSLATION_PATH`
a| [subs=-attributes]
++7.0.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -2646,11 +2646,11 @@ a| [subs=-attributes]
++https://localhost:9200 ++
a| [subs=-attributes]
The OIDC issuer URL to assign to the demo users.
The identity provider href for the openid-discovery relation.
a| `OCIS_WOPI_DISABLE_CHAT`
a| [subs=-attributes]
++pre5.0 ++
++7.0.0 ++
a| [subs=attributes+]
* xref:{s-path}/app-provider.adoc[app-provider] +
@ -2663,7 +2663,7 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
Disable the chat functionality of the office app.
Disable chat in the office web frontend. This feature applies to OnlyOffice and Microsoft.
a| `STORAGE_USERS_ASYNC_PROPAGATOR_PROPAGATION_DELAY`
a| [subs=-attributes]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the graph service
[width="100%",cols="~,~,~,~",options="header"]
@ -786,7 +786,7 @@ LDAP Attribute to use for the email address of users.
a|`OCIS_LDAP_USER_SCHEMA_DISPLAYNAME` +
`LDAP_USER_SCHEMA_DISPLAY_NAME` +
`GRAPH_LDAP_USER_DISPLAYNAME_ATTRIBUTE` +
xref:deprecation-note-2025-04-16-00-11-30[Deprecation Note]
xref:deprecation-note-2025-04-17-00-10-55[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the groups service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the idm service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the idp service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the invitations service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the nats service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the notifications service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the ocdav service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the ocm service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the ocs service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the policies service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the postprocessing service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the proxy service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the search service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the settings service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the sharing service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the sse service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the storage-publiclink service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the storage-shares service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the storage-system service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the storage-users service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the thumbnails service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the userlog service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the users service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the web service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the webdav service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-30]
[#deprecation-note-2025-04-17-00-10-55]
[caption=]
.Deprecation notes for the webfinger service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -1,6 +1,6 @@
---
title: Activitylog
date: 2025-04-16T00:11:37.40667528Z
date: 2025-04-17T00:11:00.544422435Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/activitylog

View File

@ -1,6 +1,6 @@
---
title: Antivirus
date: 2025-04-16T00:11:37.407082004Z
date: 2025-04-17T00:11:00.544594666Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/antivirus

View File

@ -1,6 +1,6 @@
---
title: App Registry
date: 2025-04-16T00:11:37.407383941Z
date: 2025-04-17T00:11:00.544748583Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/app-registry

View File

@ -1,6 +1,6 @@
---
title: Audit
date: 2025-04-16T00:11:37.407664738Z
date: 2025-04-17T00:11:00.544868566Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/audit

View File

@ -1,6 +1,6 @@
---
title: Auth-App
date: 2025-04-16T00:11:37.407820511Z
date: 2025-04-17T00:11:00.544938027Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-app

View File

@ -1,6 +1,6 @@
---
title: Auth-Basic
date: 2025-04-16T00:11:37.408067876Z
date: 2025-04-17T00:11:00.545049094Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-basic

View File

@ -1,6 +1,6 @@
---
title: Auth-Bearer
date: 2025-04-16T00:11:37.408259275Z
date: 2025-04-17T00:11:00.545128161Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-bearer

View File

@ -1,6 +1,6 @@
---
title: Auth-Machine
date: 2025-04-16T00:11:37.408418684Z
date: 2025-04-17T00:11:00.545216145Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-machine

View File

@ -1,6 +1,6 @@
---
title: Auth-Service
date: 2025-04-16T00:11:37.408556203Z
date: 2025-04-17T00:11:00.545281126Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-service

View File

@ -1,6 +1,6 @@
---
title: Clientlog Service
date: 2025-04-16T00:11:37.408753453Z
date: 2025-04-17T00:11:00.545369422Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/clientlog

View File

@ -1,6 +1,6 @@
---
title: Collaboration
date: 2025-04-16T00:11:37.408957967Z
date: 2025-04-17T00:11:00.545451905Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/collaboration

View File

@ -1,6 +1,6 @@
---
title: Eventhistory
date: 2025-04-16T00:11:37.409211393Z
date: 2025-04-17T00:11:00.545572099Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/eventhistory

View File

@ -1,6 +1,6 @@
---
title: Frontend
date: 2025-04-16T00:11:37.409442416Z
date: 2025-04-17T00:11:00.545671555Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/frontend

View File

@ -1,6 +1,6 @@
---
title: Gateway
date: 2025-04-16T00:11:37.409729466Z
date: 2025-04-17T00:11:00.545798461Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/gateway

View File

@ -1,6 +1,6 @@
---
title: Graph
date: 2025-04-16T00:11:37.409979155Z
date: 2025-04-17T00:11:00.545908306Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/graph

View File

@ -1,6 +1,6 @@
---
title: IDM
date: 2025-04-16T00:11:37.410730686Z
date: 2025-04-17T00:11:00.546107217Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/idm

View File

@ -1,6 +1,6 @@
---
title: IDP
date: 2025-04-16T00:11:37.410875818Z
date: 2025-04-17T00:11:00.546171067Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/idp

View File

@ -1,6 +1,6 @@
---
title: Invitations
date: 2025-04-16T00:11:37.413114532Z
date: 2025-04-17T00:11:00.546755586Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/invitations

View File

@ -1,6 +1,6 @@
---
title: Nats
date: 2025-04-16T00:11:37.414722992Z
date: 2025-04-17T00:11:00.546873927Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/nats

View File

@ -1,6 +1,6 @@
---
title: Notification
date: 2025-04-16T00:11:37.414954196Z
date: 2025-04-17T00:11:00.54699298Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/notifications

View File

@ -1,6 +1,6 @@
---
title: ocDAV
date: 2025-04-16T00:11:37.41519051Z
date: 2025-04-17T00:11:00.547095872Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/ocdav

View File

@ -1,6 +1,6 @@
---
title: OCM
date: 2025-04-16T00:11:37.415342615Z
date: 2025-04-17T00:11:00.547191941Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/ocm

View File

@ -1,6 +1,6 @@
---
title: OCS Service
date: 2025-04-16T00:11:37.415532182Z
date: 2025-04-17T00:11:00.547297779Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/ocs

View File

@ -1,6 +1,6 @@
---
title: Policies
date: 2025-04-16T00:11:37.415738959Z
date: 2025-04-17T00:11:00.547409417Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/policies

View File

@ -1,6 +1,6 @@
---
title: Postprocessing
date: 2025-04-16T00:11:37.415998727Z
date: 2025-04-17T00:11:00.547965433Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/postprocessing

View File

@ -1,6 +1,6 @@
---
title: Proxy
date: 2025-04-16T00:11:37.416406493Z
date: 2025-04-17T00:11:00.548089455Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/proxy

View File

@ -1,6 +1,6 @@
---
title: Search
date: 2025-04-16T00:11:37.416791266Z
date: 2025-04-17T00:11:00.548258411Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/search

View File

@ -1,6 +1,6 @@
---
title: Settings
date: 2025-04-16T00:11:37.417138588Z
date: 2025-04-17T00:11:00.548379846Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/settings

View File

@ -1,6 +1,6 @@
---
title: SSE
date: 2025-04-16T00:11:37.417403937Z
date: 2025-04-17T00:11:00.548484361Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/sse

View File

@ -1,6 +1,6 @@
---
title: Storage-System
date: 2025-04-16T00:11:37.417575508Z
date: 2025-04-17T00:11:00.548557588Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/storage-system

View File

@ -1,6 +1,6 @@
---
title: Storage-Users
date: 2025-04-16T00:11:37.418112947Z
date: 2025-04-17T00:11:00.548646014Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/storage-users

View File

@ -1,6 +1,6 @@
---
title: Thumbnails
date: 2025-04-16T00:11:37.418427488Z
date: 2025-04-17T00:11:00.548753614Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/thumbnails

View File

@ -1,6 +1,6 @@
---
title: Userlog
date: 2025-04-16T00:11:37.418672379Z
date: 2025-04-17T00:11:00.548868278Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/userlog

View File

@ -1,6 +1,6 @@
---
title: Web
date: 2025-04-16T00:11:37.418900656Z
date: 2025-04-17T00:11:00.548989495Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/web

View File

@ -1,6 +1,6 @@
---
title: Webdav
date: 2025-04-16T00:11:37.419143363Z
date: 2025-04-17T00:11:00.549075686Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/webdav

View File

@ -1,6 +1,6 @@
---
title: Webfinger
date: 2025-04-16T00:11:37.419332448Z
date: 2025-04-17T00:11:00.549146577Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/webfinger