-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
59 additions
and
21 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
docs/content/en/docs/config/grpc/services/ocminvitemanager/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "ocminvitemanager" | ||
linkTitle: "ocminvitemanager" | ||
weight: 10 | ||
description: > | ||
Configuration for the ocminvitemanager service | ||
--- | ||
|
||
# _struct: config_ | ||
|
||
{{% dir name="provider_domain" type="string" default="The same domain registered in the provider authorizer" %}} | ||
[[Ref]](https://github.com/cs3org/reva/tree/master/internal/grpc/services/ocminvitemanager/ocminvitemanager.go#L55) | ||
{{< highlight toml >}} | ||
[grpc.services.ocminvitemanager] | ||
provider_domain = "The same domain registered in the provider authorizer" | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/content/en/docs/config/packages/ocm/share/repository/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "repository" | ||
linkTitle: "repository" | ||
weight: 10 | ||
description: > | ||
Configuration for the repository service | ||
--- |
18 changes: 18 additions & 0 deletions
18
docs/content/en/docs/config/packages/ocm/share/repository/nextcloud/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "nextcloud" | ||
linkTitle: "nextcloud" | ||
weight: 10 | ||
description: > | ||
Configuration for the nextcloud service | ||
--- | ||
|
||
# _struct: ShareManagerConfig_ | ||
|
||
{{% dir name="endpoint" type="string" default="" %}} | ||
The Nextcloud backend endpoint for user check [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/ocm/share/repository/nextcloud/nextcloud.go#L60) | ||
{{< highlight toml >}} | ||
[ocm.share.repository.nextcloud] | ||
endpoint = "" | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|