Overview
The Nextcloud resource talks to any WebDAV server: self-hosted Nextcloud, ownCloud, Hetzner Storage Share, or any generic WebDAV endpoint. Authentication is HTTP Basic with an app password (not your account password).Credentials
1. Pick a server
Any of these works:- Nextcloud Hosted trial at https://try.nextcloud.com
- Self-hosted:
docker run -p 8080:80 nextcloud - Hetzner Storage Share, ownCloud, or any WebDAV server
2. Create an app password
In your Nextcloud web UI:- Open Settings → Security → Devices & sessions
- Enter an app name (e.g.
mirage) and click Create new app password - Copy the generated password (shown once)
3. Find your WebDAV URL
The standard Nextcloud path is:https://cloud.example.com/remote.php/dav/files/alice/.
For generic WebDAV servers, use whatever URL the provider gives.