1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-03-31 18:34:47 +02:00

nextcloud: add nextcloud page and docker image

This commit is contained in:
TiynGER
2021-05-18 18:45:26 +02:00
parent 2e3468eb09
commit ddb19c5062
2 changed files with 90 additions and 0 deletions

12
wiki/nextcloud.md Normal file
View File

@@ -0,0 +1,12 @@
# 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>`.