I wanted to mount my Nextcloud folders to my local device using WebDAV. I had to find that out the hard way and wanted to quickly write down how it worked.
Open Gigolo, click Actions - Connect and enter the following settings:
- Service types WebDAV (secure)
- Server:
cloud.mydomain.com
- Path:
/remote.php/dav/files/chris/
(this is Nextcloud-specific) - Port 443 is fine
- User name:
chris
in my case.
On connection, it asks for a password - Use your Nextcloud Password or an app password if you have 2FA activated.