1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-18 05:37:45 +02:00
wiki/wiki/nextcloud.md

13 lines
327 B
Markdown

# NextCloud
NextCloud is a free and open source client-server cloud-service.
## Server
A server can be setup via docker with the [nextcloud image](./docker-images/nextcloud.md).
## WebDAV
You can access ownCloud via WebDAV with the link
`https://<nextcloud instance>/remote.php/dav/files/<user>/<path to folder or file>`.