From 7db59e6987cf7fab9cd8fc42725c997c05da19d7 Mon Sep 17 00:00:00 2001 From: raphael Date: Mon, 19 Aug 2019 10:35:05 +0200 Subject: [PATCH] update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c1a2c5..b62735b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,9 @@ Then set the same token on the client side as well: Done! ## WebDAV (Optional) -This function allows your users to save the whiteboard directly to a webdav server as image without downloading it. +This function allows your users to save the whiteboard directly to a webdav server (Nextcloud) as image without downloading it. + +To enable it: Server (Without docker): `node server.js --webdav=true` @@ -62,7 +64,7 @@ Then set the same parameter on the client side as well: Refresh the site and You will notice an extra save button in the top panel. Set your WebDav Parameters, and you are good to go! -Note: For the most owncloud/nextcloud setups you have to set the Server URL to: https://YourDomain.tl/remote.php/webdav/ +Note: For the most owncloud/nextcloud setups you have to set the Server URL to: https://YourDomain.tl/remote.php/webdav/ ; With 2FA Activated You have to create a app password in your nextcloud. Done!