-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WiP] OCM #30
base: main
Are you sure you want to change the base?
[WiP] OCM #30
Conversation
Containers building
Basic discovery test passing
Manually tested on localhost
|
I'll also create an ocm-stub server which I can use as a communication partner in the tests. Manually test sending to ocm-stub
Manually test receiving from ocm-stub
|
Not sure what Discovery: curl -H "Accept:application/json" http://localhost:8080/ocm-provider/
{"enabled":true,"apiVersion":"1.0-proposal1","endPoint":"http:\/\/localhost:8080\/apps\/federatedfilesharing","shareTypes":[{"name":"file","protocols":{"webdav":"\/public.php\/webdav\/"}}]} Works for ownCloud (http://localhost:8080) but not for Nextcloud (https://localhost) or Seafile (http://localhost). |
Tracking issues in https://github.com/michielbdejong/ocm-test-suite/issues |
Work-in-progress branch for OCM test suite.