Originally posted by @denniskuehl in #2121
Hi,
I'm trying to connect/mesh/federate OpenCloud 4.1.0 with Owncloud 10.16.0. When I try to register the OpenCloud in Owncloud -> Settings -> Admin -> Sharing -> Federation -> Add OwnCloud Server I get "Remote server version is too low. ownCloud 9.0 is required."
In the OpenCloud ocmproviders.json the Owncloud is configured like this:
{
"name": "ownCloud Test",
"full_name": "ownCloud Test provider",
"organization": "ownCloud",
"domain": "lab-dk-lab.tux:8080",
"homepage": "http://lab-dk-lab.tux:8080",
"description": "ownCloud Example cloud storage",
"services": [
{
"endpoint": {
"type": {
"name": "OCM",
"description": "lab-dk-lab.tux:8080 Open Cloud Mesh API"
},
"name": "lab-dk-lab.tux:8080 - OCM API",
"path": "http://lab-dk-lab.tux:8080/ocm/",
"is_monitored": true
},
"api_version": "1.1.0",
"host": "http://lab-dk-lab.tux:8080"
},
{
"endpoint": {
"type": {
"name": "Webdav",
"description": "lab-dk-lab.tux:8080 Webdav API"
},
"name": "lab-dk-lab.tux:8080 Example - Webdav API",
"path": "http://lab-dk-lab.tux:8080/dav/",
"is_monitored": true
},
"api_version": "1.1.0",
"host": "http://lab-dk-lab.tux:8080/"
}
]
}
OpenCloud to OpenCloud works fine, so I assume, that the basic config is ok.
Can anybody point to the right direction?
Thanks in advance.
Originally posted by @denniskuehl in #2121
Hi,
I'm trying to connect/mesh/federate OpenCloud 4.1.0 with Owncloud 10.16.0. When I try to register the OpenCloud in Owncloud -> Settings -> Admin -> Sharing -> Federation -> Add OwnCloud Server I get "Remote server version is too low. ownCloud 9.0 is required."
In the OpenCloud ocmproviders.json the Owncloud is configured like this:
OpenCloud to OpenCloud works fine, so I assume, that the basic config is ok.
Can anybody point to the right direction?
Thanks in advance.