aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dav_mount.bb
diff options
context:
space:
mode:
authorroot <root@v22013111044215586.yourvserver.net>2014-06-29 18:30:59 +0200
committerroot <root@v22013111044215586.yourvserver.net>2014-06-29 18:30:59 +0200
commit5df50c4a0bf80f3697c7088c9c4a3815206fe97d (patch)
treead3f2b4df700dae971683265c9a83d5bbee0eb31 /doc/dav_mount.bb
parent79dc4b83701f73bdece2b4d78a73698fbbc538c6 (diff)
parent628f1218049715c8acf953dbda8f902b3902cc2f (diff)
downloadvolse-hubzilla-5df50c4a0bf80f3697c7088c9c4a3815206fe97d.tar.gz
volse-hubzilla-5df50c4a0bf80f3697c7088c9c4a3815206fe97d.tar.bz2
volse-hubzilla-5df50c4a0bf80f3697c7088c9c4a3815206fe97d.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/dav_mount.bb')
-rw-r--r--doc/dav_mount.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/dav_mount.bb b/doc/dav_mount.bb
index 85ca614f4..62edc09d0 100644
--- a/doc/dav_mount.bb
+++ b/doc/dav_mount.bb
@@ -25,14 +25,14 @@ Edit /etc/fstab
to include your cloud directory by adding
[code]
-example.com/cloud/ /mount/point davfs user,noauto,uid=&lt;DesktopUser&gt;,file_mode=600,dir_mode=700 0 1
+[baseurl]/cloud/ /mount/point davfs user,noauto,uid=&lt;DesktopUser&gt;,file_mode=600,dir_mode=700 0 1
[/code]
-Where example.com is the URL of your hub, /mount/point is the location you want to mount the cloud, and &lt;DesktopUser&gt; is the user you log in to one your computer. Note that if you are mounting as a normal user (not root) the mount point must be in your home directory.
+Where [baseurl] is the URL of your hub, /mount/point is the location you want to mount the cloud, and &lt;DesktopUser&gt; is the user you log in to one your computer. Note that if you are mounting as a normal user (not root) the mount point must be in your home directory.
For example, if I wanted to mount my cloud to a directory called 'cloud' in my home directory, and my username was bob, my fstab would be
-[code]example.com/cloud/ /home/bob/cloud davfs user,noauto,uid=bob,file_mode=600,dir_mode=700 0 1[/code]
+[code][baseurl]/cloud/ /home/bob/cloud davfs user,noauto,uid=bob,file_mode=600,dir_mode=700 0 1[/code]
Now, create the mount point.
@@ -49,7 +49,7 @@ Create a file called 'secrets'
and add your cloud login credentials
[code]
-example.com/cloud &lt;username&gt; &lt;password&gt;
+[baseurl]/cloud &lt;username&gt; &lt;password&gt;
[/code]
Where &lt;username&gt; and &lt;password&gt; are the username and password [i]for your hub[/i].
@@ -60,7 +60,7 @@ Don't let this file be writeable by anyone who doesn't need it with
Finally, mount the drive.
-[code]mount example.com/cloud[/code]
+[code]mount [baseurl]/cloud[/code]
You can now find your cloud at /home/bob/cloud and use it as though it were part of your local filesystem - even if the applications you are using have no dav support themselves.