Updated boxes in readme

This commit is contained in:
LisaHue
2025-06-02 13:30:43 +02:00
parent f5f82fe031
commit 86f7be40f9
16 changed files with 1626 additions and 72 deletions
+1 -2
View File
@@ -129,9 +129,8 @@ The default language can be defined via the `OC_DEFAULT_LANGUAGE` environment va
Unified Roles are roles granted a user for sharing and can be enabled or disabled. A CLI command is provided to list existing roles and their state among other data.
{{< hint info >}}
::: info
Note that a disabled role does not lose previously assigned permissions. It only means that the role is not available for new assignments.
{{< /hint >}}
The following roles are **enabled** by default:
+2 -1
View File
@@ -159,5 +159,6 @@
"overrides": {
"kpop>cldr": ""
}
}
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}
+2 -4
View File
@@ -105,9 +105,8 @@ When all instances of a federation should trust each other, an `ocmproviders.jso
]
```
{{< hint info >}}
::: info
Note: the `domain` must not contain the protocol as it has to match the [GOCDB site object domain](https://developer.sciencemesh.io/docs/technical-documentation/central-database/#site-object).
{{< /hint >}}
The above federation consists of two instances: `cloud1.opencloud.test` and `cloud2.opencloud.test` that can use the Invitation workflow described below to generate, send and accept invitations.
@@ -121,9 +120,8 @@ The data backend of the `ocminvitemanager` is configurable. The only supported b
## Creating Shares
{{< hint info >}}
::: info
The below info is outdated as we allow creating federated shares using the graph API. Clients can now discover the available sharing roles and invite federated users using the graph API.
{{< /hint >}}
OCM Shares are currently created using the ocs API, just like regular shares. The difference is the share type, which is 6 (ShareTypeFederatedCloudShare) in this case, and a few additional parameters required for identifying the remote user.