mirror of https://github.com/tiyn/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
549 B
21 lines
549 B
# NextCloud
|
|
|
|
NextCloud is a free and open source client-server cloud-service.
|
|
|
|
## Setup
|
|
|
|
The software can be setup via [Docker](/wiki/docker.md) with the
|
|
[nextcloud image](./docker/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>`.
|