[[PageOutline]] = How Can I Share, Calendars and Contacts documents? = MF/PL members have access to our shared Nextcloud server at https://share.mayfirst.org/. (BTW, that is the "server address" you may need during set-up.) Through share.mayfirst.org, you can: * Share files with your co-workers or friends via a folder on your computer or android or iphone. Easy to use! Just copy the file to the folder and it is automatically shared with everyone who you have provided access to that folder. * Collaboratively edit files using a web browser - word processing documents, spread sheet and even presentations - that are automatically saved as LibreOffice documents. * Store up to 5GB (ask us for more space if you need it) * Synchronize/backup your phone contacts and calendar to a trusted server (no need to send your contact list to Google) You can get started right away by going to https://share.mayfirst.org/ and entering your MF/PL username (you can use any valid username - your email login, SFTP login, control panel login, etc). You can add new "User Accounts" in the [https://members.mayfirst.org/cp Members Control Panel] - and they will automatically be able to access Nextcloud too. == How do I synchronize with my desktop computer? == === Synchronizing files === First, download the Nextcloud program for your operating system: https://nextcloud.com/install/#install-clients NOTE: Mac OS users, there seems to be a bug in the latest Nextcloud client - please use the compatible [https://owncloud.org/install/#install-clients owncloud client] instead until this [https://help.nextcloud.com/t/mac-sync-client-does-not-conncet-to-nc-12/12889/6 issue is resolved]. You will be prompted to pick a folder on your own computer to store your files. Then, you will be prompted to enter the server address for your Nextcloud installation, which is: https://share.mayfirst.org/ Then you will need to enter your username and password. That's it! === Synchronizing your calendar === The most well-tested application for syncing with your Calendar is the [http://www.mozilla.org/projects/calendar/lightning/ Lightning extension] to the [http://www.mozilla.com/thunderbird/ Mozilla Thunderbird] email client. Using Lightning: * Choose to subscribe to a remote calendar. Click on File -> New -> Calendar. * Choose "On the network" for the calendar location * Choose "CalDav" as the format * For location, type the following, replacing "USERNAME" with your actual username and CALENDARNAME with the actual name of your calendar: https://share.mayfirst.org/remote.php/caldav/calendars/USERNAME/CALENDARNAME In addition, you can download your calendar in ical (ics) format by using the following URL: {{{ https://USERNAME:PASSWORD@share.mayfirst.org/remote.php/caldav/calendars/USERNAME/CALENDARNAME?export }}} === Sharing calendar with other users === Click on the '''share calendar''' icon , this is the first icon to the right of your calendar's name. [[Image(owncloud_share_calendar1.png)]] Type the full username of the user you want to share with. Matching names will appear in a list below the field. MFPL users must have logged in to http://share.mayfirst.org at least once before they will appear in the list. Click on the name in the list that matches. [[Image(owncloud_share_calendar2.png)]] You can edit additional options allowing or restricting that user's ability to share this calendar with others, edit the calendar as well as create, delete or update calendar items. [[Image(owncloud_share_calendar3.png)]] Repeat this process for each user with whom you would like to share this calendar. The new calendar will appear within their account. == How do I synchronize with my mobile phone? == === Synchronizing Files === You can download either the [https://play.google.com/store/apps/details?id=com.nextcloud.client android app] or the [https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8 iPhone app]. You'll be asked the same questions as the ones above. == What about synchronizing my contacts and calendar? == On Android, install the DavDroid app (it seems to be available in both Google Play and f-droid). You'll need to create separate sync accounts for your contacts and your calendar. When entering the server address, use: * Calendar: https://share.mayfirst.org/remote.php/caldav/ * Conctacts: https://share.mayfirst.org/remote.php/carddav/ == How do I synchronize with my web site? == May First/People Link's servers have the owncloudcmd program installed which allows you to synchronize files on our servers to your Nextcloud account. * First, create a file in your user's home directory called `.netrc` * Make sure it is only readable by you: {{{ chmod 600 ~/.netrc }}} * Add the following information to the file, replace and with your actual username and password. {{{ machine share.mayfirst.org login password }}} * Create a scheduled job in the control panel with the following command: {{{ owncloudcmd --silent -n $HOME/ownCloud https://share.mayfirst.org/remote.php/webdav > /dev/null }}} == Can I create groups of people to share with? == Yes you can! You can use our next feature called "circles." === First, create user accounts for all of your users. === * Login to the [https://members.mayfirst.org/cp Members Control Panel] and create a user account for each person you will be sharing with. * You can send them a password reset email (click "Password Reset") in the left hand side bar. * Be sure everyone logs into at https://share.mayfirst.org/. You cannot share a folder or calendar with someone who has not yet logged in. === Now organize your shares === * You can take the following steps as any user in your organization. However, we recommend creating a special user in the control panel (e.g. yourorg-nextcloud-admin). That way, if you leave the organization, there can be an easy and smooth transition to maintaing your shares and you don't have to worry about shares being deleted if you delete their account. * Login to Nextcloud and click the Circles application (the circle with three dots around it). * Create a new circle by filling in a name * Select the circle type. We recommend creating a "secret" circle. If you choose a closed circle, the people you add will need to confirm membership before they are added to the circle. * Now create the folders and calendars you want to share. You can assign one or more circles to each share. * Any user can create folders and calendars and share them with your circles - however, if that user is very removed from the control panel, then your shares will go with them. So, creating a dedicated user is a good idea. === General maintenance === * Everytime a new user comes or goes, log in as the special user and add or remove them to the appropriate circles.