Changes between Version 34 and Version 35 of nextcloud


Ignore:
Timestamp:
Aug 6, 2021, 12:26:20 PM (4 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nextcloud

    v34 v35  
    1361361. Follow the steps (only user/pass is needed, the same you used before).
    137137
    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/
     138If 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.
    142139
    143140== How do I synchronize with my web site? ==
    144141
    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.
     142May First/People Link's servers have the nextcloudcmd program installed which allows you to synchronize files on our servers to your Nextcloud account.
    146143
    147144 * First, create a file in your user's home directory called `.netrc`
     
    158155 * Create a scheduled job in the control panel with the following command:
    159156{{{
    160 owncloudcmd --silent -n $HOME/ownCloud https://share.mayfirst.org/remote.php/webdav > /dev/null
     157nextcloudcmd --silent -n $HOME/ownCloud https://share.mayfirst.org/remote.php/webdav > /dev/null
    161158}}}
    162159