update README

This commit is contained in:
raphael 2019-08-19 10:35:05 +02:00
parent ed41ca9edd
commit 7db59e6987
1 changed files with 4 additions and 2 deletions

View File

@ -50,7 +50,9 @@ Then set the same token on the client side as well:
Done! Done!
## WebDAV (Optional) ## 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:
<b>Server (Without docker):</b> `node server.js --webdav=true` <b>Server (Without docker):</b> `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! 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! Done!