Nextcloud Server WebDAV path and username fix ``master`` (#530)

* Server WebDAV path from properties

* changed default user to "embassy" and made same chnages for android.
This commit is contained in:
H0mer
2023-10-14 01:41:20 +02:00
committed by GitHub
parent 5d915a7e6b
commit c8fdd8187d
2 changed files with 3 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ In order to sync calendars and contacts with your Android device, follow the ste
- If you are NOT using the Nextcloud app already, then open DAVx5 and after going through the introduction (optionally selecting additional features), tap the "+" icon to add a new account, then select "Login with URL and user name," and fill in the following fields:
- Base URL - Enter your Nextcloud LAN address from "Interfaces" on your Nextcloud service page and add `/remote.php/dav` after `.local`
- Base URL - Enter your Nextcloud WebDAV Base LAN URL (found in "Properties" in the Nextcloud service page).
- User name - Your Nextcloud user (defaults are found in "Properties" on your Nextcloud service page)

View File

@@ -100,9 +100,9 @@ First head into the top-righthand menu of your Nextcloud's WebUI and click "Apps
3. Enter the following fields and tap "Next":
- Server - Enter your Nextcloud server LAN URL (found in "Interfaces" in the Nextcloud service page), and add --> **`/remote.php/dav`** <-- after `.local`.
- Server - Enter your Nextcloud WebDAV Base LAN URL (found in "Properties" in the Nextcloud service page).
- User name - The default user is "admin," but this is your user within Nextcloud, so be sure it is the correct user if you have more than one.
- User name - The default user is "embassy" but this is your user within Nextcloud, so be sure it is the correct user if you have more than one.
- Password - Your Nextcloud user's password (Default found in "Properties" in the Nextcloud service page).