Changes between Version 34 and Version 35 of nextcloud
- Timestamp:
- Aug 6, 2021, 12:26:20 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nextcloud
v34 v35 136 136 1. Follow the steps (only user/pass is needed, the same you used before). 137 137 138 If you don't have the Nextcloud app installed, you will need to create separate sync accounts for your contacts and your calendar from within DAVx⁵ with these URLs for the server address: 139 140 * Calendar: https://share.mayfirst.org/remote.php/caldav/ 141 * Contacts: https://share.mayfirst.org/remote.php/carddav/ 138 If you don't have the Nextcloud app installed, you will need to create an account from within DAVx⁵. You can simply enter the URL: https://share.mayfirst.org/ and DAVx5 will prompt your to sync either contacts, calendar or both. 142 139 143 140 == How do I synchronize with my web site? == 144 141 145 May First/People Link's servers have the owncloudcmd program installed which allows you to synchronize files on our servers to your Nextcloud account.142 May First/People Link's servers have the nextcloudcmd program installed which allows you to synchronize files on our servers to your Nextcloud account. 146 143 147 144 * First, create a file in your user's home directory called `.netrc` … … 158 155 * Create a scheduled job in the control panel with the following command: 159 156 {{{ 160 owncloudcmd --silent -n $HOME/ownCloud https://share.mayfirst.org/remote.php/webdav > /dev/null157 nextcloudcmd --silent -n $HOME/ownCloud https://share.mayfirst.org/remote.php/webdav > /dev/null 161 158 }}} 162 159