Skip to content
Merged
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
1 change: 0 additions & 1 deletion modules/admin/pages/deployment/general/general-info.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ The following environment variables can overwrite the base data path if required
• xref:{s-path}/settings.adoc[SETTINGS_DATA_PATH, window=_blank]
• xref:{s-path}/sharing.adoc[SHARING_USER_JSON_FILE, window=_blank]
• xref:{s-path}/sharing.adoc[SHARING_PUBLIC_JSON_FILE, window=_blank]
• xref:{s-path}/store.adoc[STORE_DATA_PATH, window=_blank]
• xref:{s-path}/storage-system.adoc[STORAGE_SYSTEM_OCIS_ROOT, window=_blank]
• xref:{s-path}/storage-users.adoc[STORAGE_USERS_OCIS_ROOT, window=_blank]
• xref:{s-path}/storage-users.adoc[STORAGE_USERS_S3NG_ROOT, window=_blank]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ Though the majority of services can be scaled by starting them multiple times, t

* The xref:{s-path}/idp.adoc[IDP service] cannot be started multiple times and should not be used in HA / scaled installations, but instead replaced by an OIDC provider that supports HA / scaling. The IDP service has a bare minimum feature set. For example, cannot easily revoke single sessions.

* The xref:{s-path}/store.adoc[Store service] cannot be started multiple times. ownCloud is looking for ways of removing or making the store service able to scale.

* The xref:{s-path}/nats.adoc[NATS service] cannot be started multiple times and should not be used in HA or scaled installations. Instead it must be replaced by a NATS installation that is HA / scaled enabled. For details see the https://nats.io page: {nats-clustering-url}[NATS Server Clustering] documentation.
3 changes: 0 additions & 3 deletions modules/admin/pages/deployment/services/s-list/ocs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ The Redis master to use is configured via e.g. `OCS_PRESIGNEDURL_SIGNING_KEYS_ST
* When using `nats-js-kv` +
It is recommended to set `PROXY_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES` to the same value as `OCS_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES`. That way the xref:deployment/services/s-list/proxy.adoc[proxy] service uses the same nats instance as the ocs service.

* When using `ocisstoreservice` +
The `OCS_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES` must be set to the service name `com.owncloud.api.store`. It does not support TTL and stores the presigning keys indefinitely. Also, the xref:deployment/services/s-list/store.adoc[store] service needs to be started.

== Configuration

include::partial$deployment/services/env-and-yaml.adoc[tag=envvars-yaml]
3 changes: 0 additions & 3 deletions modules/admin/pages/deployment/services/s-list/proxy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,6 @@ The Redis master to use is configured via e.g. `OCS_PRESIGNEDURL_SIGNING_KEYS_ST
* When using `nats-js-kv` +
It is recommended to set `PROXY_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES` to the same value as `OCS_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES`. That way the `proxy` service uses the same nats instance as the xref:deployment/services/s-list/ocs.adoc[ocs] service.

* When using `ocisstoreservice` +
The `OCS_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES` must be set to the service name `com.owncloud.api.store`. It does not support TTL and stores the presigning keys indefinitely. Also, the xref:deployment/services/s-list/store.adoc[store] service needs to be started.

== Special Settings

When using the Infinite Scale xref:{s-path}/idp.adoc[IDP service] instead of an external IDP:
Expand Down
23 changes: 0 additions & 23 deletions modules/admin/pages/deployment/services/s-list/store.adoc

This file was deleted.

3 changes: 0 additions & 3 deletions modules/admin/pages/deployment/services/services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ No services have been added with Infinite Scale version 4.0.0.
| xref:{s-path}/sharing.adoc[Sharing]
|

| xref:{s-path}/store.adoc[Store]
|

| xref:{s-path}/storage-publiclink.adoc[Storage-Publiclink]
|

Expand Down
1 change: 0 additions & 1 deletion modules/admin/partials/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
***** xref:admin:deployment/services/s-list/settings.adoc[Settings]
***** xref:admin:deployment/services/s-list/sharing.adoc[Sharing]
***** xref:admin:deployment/services/s-list/sse.adoc[SSE]
***** xref:admin:deployment/services/s-list/store.adoc[Store]
***** xref:admin:deployment/services/s-list/storage-publiclink.adoc[Storage-Publiclink]
***** xref:admin:deployment/services/s-list/storage-shares.adoc[Storage-Shares]
***** xref:admin:deployment/services/s-list/storage-system.adoc[Storage-System]
Expand Down