|
@@ -231,6 +231,35 @@ mymailinglistname+subscribe@domainname
|
231
|
231
|
#+END_SRC
|
232
|
232
|
|
233
|
233
|
Tip: When using the Mutt email client if you want to send an email in cleartext then press *p* (for PGP) on the sending screen and select *clear*. Unsecure email is treated as being the exception rather than the default.
|
|
234
|
+* Syncing to the Cloud
|
|
235
|
+** Initial install
|
|
236
|
+Within a browser go to your owncloud domain, then create an administrator account. The username and password can be anything, and ideally should be generated from a password manager.
|
|
237
|
+
|
|
238
|
+You will also need to enter database details:
|
|
239
|
+
|
|
240
|
+| Owncloud database user | owncloudadmin |
|
|
241
|
+| Owncloud database password | See the [[Readme]] file |
|
|
242
|
+| Owncloud database name | owncloud |
|
|
243
|
+
|
|
244
|
+After creating an administrator account then create a user account via the Users dropdown menu entry on the right hand side and log the details in a password manager. Give the user a quota suitable for the size of your microSD card or other storage.
|
|
245
|
+
|
|
246
|
+Log out from the administrator account and then log back in as the user you just created.
|
|
247
|
+** On Android
|
|
248
|
+Within F-droid search for *owncloud* and install the client. Also install *CalDAV Sync Adapter*.
|
|
249
|
+
|
|
250
|
+Open the owncloud app and enter your owncloud domain name (including the https prefix) and login details for the user you created.
|
|
251
|
+
|
|
252
|
+Open the calendar app and under *settings* add a CalDav account with the url:
|
|
253
|
+
|
|
254
|
+#+BEGIN_SRC bash
|
|
255
|
+https://myownclouddomain/remote.php/caldav/principals/myowncloudusername
|
|
256
|
+#+END_SRC
|
|
257
|
+
|
|
258
|
+You will also be prompted to enter login details. Your Android and Owncloud calendars should now be synchronised.
|
|
259
|
+** On Linux
|
|
260
|
+Open your software center and search for "owncloud client". Enter your owncloud domain name (with the https prefix) and login details.
|
|
261
|
+
|
|
262
|
+You can now drag files into the *~/owncloud* directory and they will automatically sync to your server. It's that easy.
|
234
|
263
|
* Play Music
|
235
|
264
|
** With the DLNA service
|
236
|
265
|
An easy way to play music on any mobile device in your home is to use the DLNA service. Copy your music into a directory called "/Music/" on a USB thumb drive and then insert it into from socket on the Beaglebone.
|
|
@@ -259,10 +288,6 @@ The main advantage of playing music via Owncloud is that you can do that from an
|
259
|
288
|
|
260
|
289
|
By default a music player is installed into Owncloud, so all you need to do is to visit your Owncloud web site, select the *music* directory and then upload some music files. Afterwards you can select the *music icon* from the top left drop down menu and albums will then appear which can be played. If you want to share music with other users then you can select the *share* option from within the files view to make the tracks available.
|
261
|
290
|
|
262
|
|
-* Syncing to the Cloud
|
263
|
|
-** Initial install
|
264
|
|
-** Using the client
|
265
|
|
-On your laptop/desktop or mobile device Within your software center or app store search for "owncloud client". Edit the settings to include your owncloud domain name (including the https:// prefix) and login details.
|
266
|
291
|
* Microblogging
|
267
|
292
|
* Social Network
|
268
|
293
|
* Chat Services
|