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

21 lines
537 B
Markdown

# NextCloud
NextCloud is a free and open source client-server cloud-service.
## Setup
The software can be setup via docker with the
[nextcloud image](./docker-images/nextcloud.md).
When using NextCloud with a specific nginx configuration you have to append
`'overwriteprotocol' => 'https',` to your `config/config.html`.
## Usage
This section addresses various features of NextCloud.
### WebDAV
You can access ownCloud via WebDAV with the link
`https://<nextcloud instance>/remote.php/dav/files/<user>/<path to folder or file>`.