Unable to add self-hosted Opencloud session to neither Nemo or GNOME Online Services (Unable to find WebDav endpoint)
Describe the bug
Hello. Decided to self-host Opencloud today, and it went well. Just wanted to check if it's possible to add the self-hosted cloud via WebDav... and it seems it's impossible - no idea. May anyone help? (Additional information: the "server" (actually a weak-a*s laptop I received for free) has no firewall on it since I use it in local network only)
Steps to reproduce
- Make a self-hosted Opencloud instance
- Copy WebDav link and create an app token
- Try to log in via Nemo file manager or GNOME Control Center's Online Services tab
Expected behavior
Just to allow connection, I guess
Actual behavior
Gives errors: "Not a WebDav entry" in Nemo and "Unable to find WebDav endpoint" in GNOME Control Center (in photos)
Setup
The setup itself is made on classic Docker (not Compose) on a cheap laptop for local network purpose only.
-p 9200:9200
-v $HOME/.opencloud/opencloud-config:/etc/opencloud
-v $HOME/.opencloud/opencloud-data:/var/lib/opencloud
-e OC_INSECURE=true
-e PROXY_HTTP_ADDR=0.0.0.0:9200
-e OC_URL=192.168.0.106:9200 (made so instead of localhost for accessing from main PC)
Additional context
I can access the web interface easily, if it'll be a question, but connecting through WebDav - nah...
ED: first image was incorrect
From the screenshot, your web dav url looks wrong
We have a end user documentation in docs.openCloud.eu where to find it.
We have a end user documentation in docs.openCloud.eu where to find it.
I did it just as in the docs. Here's the full WebDav URL: https://192.168.0.106:9200/remote.php/dav/spaces/b0b157e6-bae1-494e-9452-7227b2eee315$e0166079-d856-4c0d-837b-5f816dc7e9fb/ Yet it still doesn't access it. It's from the web interface
Maybe there is an encoding issue with the id in the client. Do you have the possibility to check what the client is sending?
Maybe there is an encoding issue with the id in the client. Do you have the possibility to check what the client is sending?
I don't think I can, which's saddening, actually. I mean, web client works fine. Though, Nemo's weird WebDAV connector is actually strange. It seems to actually accept the connection, but then gives the "No WebDav entry" error, 'cause it warns of certificate issues.
Yes. You may need proper certificates.