Skip to content

Commit dc30346

Browse files
authored
Update docs with latest env vars (#692)
1 parent a9bb535 commit dc30346

10 files changed

Lines changed: 159 additions & 122 deletions

docs/_static/env-vars/app-registry.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ app_registry:
2929
allow_creation: false
3030
- mime_type: application/vnd.oasis.opendocument.text
3131
extension: odt
32-
name: OpenDocument
32+
name: Document
3333
description: OpenDocument text document
3434
icon: ""
3535
default_app: ""
3636
allow_creation: true
3737
- mime_type: application/vnd.oasis.opendocument.spreadsheet
3838
extension: ods
39-
name: OpenSpreadsheet
39+
name: Spreadsheet
4040
description: OpenDocument spreadsheet document
4141
icon: ""
4242
default_app: ""
4343
allow_creation: true
4444
- mime_type: application/vnd.oasis.opendocument.presentation
4545
extension: odp
46-
name: OpenPresentation
46+
name: Presentation
4747
description: OpenDocument presentation document
4848
icon: ""
4949
default_app: ""
@@ -54,28 +54,28 @@ app_registry:
5454
description: Microsoft Word document
5555
icon: ""
5656
default_app: ""
57-
allow_creation: true
57+
allow_creation: false
5858
- mime_type: application/vnd.openxmlformats-officedocument.wordprocessingml.form
5959
extension: docxf
6060
name: Form Document
6161
description: Form Document
6262
icon: ""
6363
default_app: ""
64-
allow_creation: true
64+
allow_creation: false
6565
- mime_type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
6666
extension: xlsx
6767
name: Microsoft Excel
6868
description: Microsoft Excel document
6969
icon: ""
7070
default_app: ""
71-
allow_creation: true
71+
allow_creation: false
7272
- mime_type: application/vnd.openxmlformats-officedocument.presentationml.presentation
7373
extension: pptx
7474
name: Microsoft PowerPoint
7575
description: Microsoft PowerPoint document
7676
icon: ""
7777
default_app: ""
78-
allow_creation: true
78+
allow_creation: false
7979
- mime_type: application/vnd.jupyter
8080
extension: ipynb
8181
name: Jupyter Notebook

docs/_static/env-vars/extended_configvars.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@
160160
`LogEnv` | | | |
161161
`MD2MAN_DEBUG` | | | |
162162
`MICRO_LOG_LEVEL` | | | |
163-
`MICRO_LOG_LEVEL` | string | Error | Set the log level for the internal go micro framework. Only change on supervision of openCloud Support. |
164163
`MICRO_LOG_LEVEL` | | | |
165164
`MICRO_LOG_LEVEL` | | | |
165+
`MICRO_LOG_LEVEL` | string | Error | Set the log level for the internal go micro framework. Only change on supervision of openCloud Support. |
166166
`MICRO_NETWORK` | | | |
167167
`MICRO_NETWORK_ADDRESS` | | | |
168168
`MICRO_PROXY` | | | |
@@ -196,13 +196,13 @@
196196
`NO_COLOR` | | | |
197197
`NO_COLOR` | | | |
198198
`NO_COLOR` | | | |
199-
`OC_BASE_DATA_PATH` | | | |
200199
`OC_BASE_DATA_PATH` | string | | The base directory location used by several services and for user data. See the General Info section in the documentation for more details on defaults. Services can have, if available, an individual setting with an own environment variable. |
200+
`OC_BASE_DATA_PATH` | | | |
201201
`OC_CONFIG_DIR` | string | | The default directory location for config files. See the General Info section in the documentation for more details on defaults. |
202202
`OC_CONFIG_DIR` | | | |
203203
`OC_GRPC_MAX_RECEIVED_MESSAGE_SIZE` | integer | 10240000 | Sets the maximum message size in bytes the GRPC client can receive. |
204204
`OC_GRPC_MAX_RECEIVED_MESSAGE_SIZE` | | | |
205-
`OPA_TELEMETRY_SERVICE_URL` | | | |
205+
`OPA_VERSION_CHECK_SERVICE_URL` | | | |
206206
`PATH` | | | |
207207
`PATH` | | | |
208208
`PATH` | | | |

docs/_static/env-vars/frontend_configvars.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2026-02-09-00-05-04
2+
2026-03-05-00-05-51
33

44
# Deprecation Notice
55

@@ -95,7 +95,7 @@ Environment variables for the **frontend** service
9595
|`OCDAV_ALLOW_PROPFIND_DEPTH_INFINITY`<br/>`FRONTENT_OCDAV_ALLOW_PROPFIND_DEPTH_INFINITY`| 1.0.0 |bool|`Allow the use of depth infinity in PROPFINDS. When enabled, a propfind will traverse through all subfolders. If many subfolders are expected, depth infinity can cause heavy server load and/or delayed response times.`|`false`|
9696
|`OCDAV_NAME_VALIDATION_INVALID_CHARS`<br/>`FRONTENT_OCDAV_NAME_VALIDATION_INVALID_CHARS`| next |[]string|`List of characters that are not allowed in file or folder names.`|`[
9797
\]`|
98-
|`OCDAV_NAME_VALIDATION_MAX_LENGTH`<br/>`FRONTENT_OCDAV_NAME_VALIDATION_MAX_LENGTH`| next |int|`Max lenght og file or folder names.`|`255`|
98+
|`OCDAV_NAME_VALIDATION_MAX_LENGTH`<br/>`FRONTENT_OCDAV_NAME_VALIDATION_MAX_LENGTH`| next |int|`Max length of file or folder names.`|`255`|
9999
|`FRONTEND_CHECKSUMS_SUPPORTED_TYPES`| 1.0.0 |[]string|`A list of checksum types that indicate to clients which hashes the server can use to verify upload integrity. Supported types are 'sha1', 'md5' and 'adler32'. See the Environment Variable Types description for more details.`|`[sha1 md5 adler32]`|
100100
|`FRONTEND_CHECKSUMS_PREFERRED_UPLOAD_TYPE`| 1.0.0 |string|`The supported checksum type for uploads that indicates to clients supporting multiple hash algorithms which one is preferred by the server. Must be one out of the defined list of SUPPORTED_TYPES.`|`sha1`|
101101
|`FRONTEND_READONLY_USER_ATTRIBUTES`| 1.0.0 |[]string|`A list of user attributes to indicate as read-only. Supported values: 'user.onPremisesSamAccountName' (username), 'user.displayName', 'user.mail', 'user.passwordProfile' (password), 'user.appRoleAssignments' (role), 'user.memberOf' (groups), 'user.accountEnabled' (login allowed), 'drive.quota' (quota). See the Environment Variable Types description for more details.`|`[]`|

docs/_static/env-vars/gateway_readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ SHARING_PUBLIC_JSONCS3_PROVIDER_ADDR="unix:/var/run/opencloud/storage-system.soc
114114

115115
## Storage Registry
116116

117-
In order to add another storage provider the CS3 storage registry that is running as part of the CS3 gateway hes to be made aware of it. The easiest cleanest way to do it is to set `GATEWAY_STORAGE_REGISTRY_CONFIG_JSON=/path/to/storages.json` and list all storage providers like this:
117+
In order to add another storage provider the CS3 storage registry that is running as part of the CS3 gateway has to be made aware of it. The easiest and cleanest way to do it is to set `GATEWAY_STORAGE_REGISTRY_CONFIG_JSON=/path/to/storages.json` and list all storage providers like this:
118118

119119
```json
120120
{
@@ -182,5 +182,5 @@ In order to add another storage provider the CS3 storage registry that is runnin
182182
}
183183
```
184184

185-
In the above replace `{storage-users-mount-uuid}` with the mount UUID that was generated for the storage-users service. You can find it in the `config.yaml` generated on by `opencloud init`. The last entry `eu.opencloud.api.storage-hello` and its `providerid` `"hello-storage-id"` are an example for in additional storage provider, in this case running `hellofs`, an example minimal storage driver.
185+
In the above replace `{storage-users-mount-uuid}` with the mount UUID that was generated for the storage-users service. You can find it in the `config.yaml` generated on by `opencloud init`. The last entry `eu.opencloud.api.storage-hello` and its `providerid` `"hello-storage-id"` are an example for an additional storage provider, in this case running `hellofs`, an example minimal storage driver.
186186

0 commit comments

Comments
 (0)