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!