Skip to content

Commit

Permalink
Serve WebDAV from Reva
Browse files Browse the repository at this point in the history
Applying #74
  • Loading branch information
michielbdejong authored Jun 16, 2023
1 parent 0edb824 commit a066b37
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions servers/revad/sciencemesh1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ driver = "memory"
driver = "nextcloud"

[grpc.services.ocmcore.drivers.nextcloud]
webdav_host = "https://your.efss.com/"
host = "https://your.revad.com/"
endpoint = "https://your.efss.com/index.php/apps/sciencemesh/"
shared_secret = "shared-secret-1"
mock_http = false
Expand All @@ -93,10 +93,11 @@ provider_domain = "your.revad.com"
[grpc.services.ocmshareprovider]
driver = "nextcloud"
provider_domain = "your.revad.com"
webdav_endpoint = "https://your.efss.com/"
endpoint = "https://your.revad.com/"
webdav_prefix = "https://your.revad.com/remote.php/dav/files"

[grpc.services.ocmshareprovider.drivers.nextcloud]
webdav_host = "https://your.efss.com/"
webdav_host = "https://your.revad.com/"
endpoint = "https://your.efss.com/index.php/apps/sciencemesh/"
shared_secret = "shared-secret-1"
mock_http = false
Expand Down Expand Up @@ -205,3 +206,4 @@ verify_request_hostname = true
insecure = false
timeout = 10
refresh = 900

0 comments on commit a066b37

Please sign in to comment.