You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
endpoint = "This host's full URL. If it's not configured, it is assumed OCM is not available."
24
+
{{< /highlight >}}
25
+
{{% /dir %}}
26
+
27
+
{{% dir name="provider" type="string" default="reva" %}}
28
+
A friendly name that defines this service. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/wellknown/ocm.go#L35)
29
+
{{< highlight toml >}}
30
+
[http.services.wellknown]
31
+
provider = "reva"
32
+
{{< /highlight >}}
33
+
{{% /dir %}}
34
+
35
+
{{% dir name="webdav_root" type="string" default="/remote.php/dav/ocm" %}}
36
+
The root URL of the WebDAV endpoint to serve OCM shares. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/wellknown/ocm.go#L36)
37
+
{{< highlight toml >}}
38
+
[http.services.wellknown]
39
+
webdav_root = "/remote.php/dav/ocm"
40
+
{{< /highlight >}}
41
+
{{% /dir %}}
42
+
43
+
{{% dir name="webapp_root" type="string" default="/external/sciencemesh" %}}
44
+
The root URL to serve Web apps via OCM. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/wellknown/ocm.go#L37)
45
+
{{< highlight toml >}}
46
+
[http.services.wellknown]
47
+
webapp_root = "/external/sciencemesh"
48
+
{{< /highlight >}}
49
+
{{% /dir %}}
50
+
51
+
{{% dir name="enable_webapp" type="bool" default=false %}}
52
+
Whether web apps are enabled in OCM shares. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/wellknown/ocm.go#L38)
53
+
{{< highlight toml >}}
54
+
[http.services.wellknown]
55
+
enable_webapp = false
56
+
{{< /highlight >}}
57
+
{{% /dir %}}
58
+
59
+
{{% dir name="enable_datatx" type="bool" default=false %}}
60
+
Whether data transfers are enabled in OCM shares. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/wellknown/ocm.go#L39)
0 commit comments