Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_static/env-vars/frontend_configvars.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

2026-09-10-00-24-25
2026-09-13-00-06-58

## Deprecation Notice

Expand Down
60 changes: 30 additions & 30 deletions docs/_static/env-vars/global_configvars.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/_static/env-vars/idm_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ rm ldap.crt ldap.key
docker compose restart
```

The certificate and key are automatically regenerated when the container starts again. For more details, see [Internal LibreIDM certificate expires](../../admin/resources/common-issues/libreidm-cert-expiry.md).
The certificate and key are automatically regenerated when the container starts again. For more details, see [Internal LibreIDM cert expires](https://docs.opencloud.eu/docs/admin/resources/common-issues/#internal-libreidm-cert-expires).

Note: IDM is limited in its functionality. It only supports a subset of the LDAP operations (namely `BIND`, `SEARCH`, `ADD`, `MODIFY`, `DELETE`). Also, IDM currently does not do any schema verification (like. structural vs. auxiliary object classes, require and option attributes, syntax checks, …). Therefore it is not meant as a general purpose LDAP server.

## Table of Contents



4 changes: 2 additions & 2 deletions docs/_static/env-vars/search_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ opencloud search index --space $SPACE_ID
It can also be used to re-index all spaces:

```shell
opencloud search index --all-spaces
opencloud search index --all-spaces --insecure
```

Please note that a reindex only picks up new or changed files. Files that have already been indexed are not scanned again, even if the configuration or the whole extractor has been changed. To force a full rescan (re-running the extractor on every file) you need to use the `force-rescan` flag:


```shell
opencloud search index --all-spaces --force-rescan
opencloud search index --all-spaces --force-rescan --insecure
```

## Metrics
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/env-vars/storage-users_configvars.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

2026-09-10-00-24-25
2026-09-13-00-06-58

## Deprecation Notice

Expand Down
2 changes: 1 addition & 1 deletion docs/_static/env-vars/web_configvars.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

2026-09-10-00-24-25
2026-09-13-00-06-58

## Deprecation Notice

Expand Down