-
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.
implementation of ocm storage driver
- Loading branch information
Showing
3 changed files
with
428 additions
and
0 deletions.
There are no files selected for viewing
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 %}} | ||
|
Oops, something went wrong.