aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dav_davfs2.md
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-02-07 21:35:18 +0100
committermarijus <mario@localhost.localdomain>2014-02-07 21:35:18 +0100
commit4c0f9a91b95025f08e3c4e2739cb5f4186726023 (patch)
tree3b19b8c3aa086e4931aac9790d298b2306f71ff7 /doc/dav_davfs2.md
parentc26ae94592dda51a40903ea65f117fd7dd9d0ef3 (diff)
parentf62ec4132ed571288737423de386054a4cc8b0d5 (diff)
downloadvolse-hubzilla-4c0f9a91b95025f08e3c4e2739cb5f4186726023.tar.gz
volse-hubzilla-4c0f9a91b95025f08e3c4e2739cb5f4186726023.tar.bz2
volse-hubzilla-4c0f9a91b95025f08e3c4e2739cb5f4186726023.zip
Merge branch 'upstream'
Diffstat (limited to 'doc/dav_davfs2.md')
-rw-r--r--doc/dav_davfs2.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/dav_davfs2.md b/doc/dav_davfs2.md
index 546638810..e4313e810 100644
--- a/doc/dav_davfs2.md
+++ b/doc/dav_davfs2.md
@@ -12,7 +12,7 @@ and select "yes" at the prompt.
Now you need to add any user you want to be able to mount dav to the davfs2 group
-`usermod -aG davfs2 <DesktopUser>`
+`usermod -aG davfs2 {{DesktopUser}}`
Edit /etc/fstab
@@ -20,9 +20,9 @@ Edit /etc/fstab
to include your cloud directory by adding
-`example.com/cloud/ /mount/point davfs user,noauto,uid=<DesktopUser>,file_mode=600,dir_mode=700 0 1`
+`example.com/cloud/{{Username}} /mount/point davfs user,noauto,uid={{DesktopUser}},file_mode=600,dir_mode=700 0 1`
-Where example.com is the URL of your hub, /mount/point is the location you want to mount the cloud, and <DesktopUser> 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 {{Username}} is your username at your Red hub, example.com is the URL of your hub, /mount/point is the location you want to mount the cloud, and {{DesktopUser}} 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
@@ -42,10 +42,10 @@ Create a file called 'secrets'
and add your cloud login credentials
-`example.com/cloud <username> <password>`
+`example.com/cloud {{username}} {{password}}`
-Where <username> and <password> are the username and password for your hub.
+Where {{username}} and {{password}} are the username and password for your hub.
Don't let this file be writeable by anyone who doesn't need it with
@@ -53,6 +53,6 @@ Don't let this file be writeable by anyone who doesn't need it with
Finally, mount the drive.
-`mount example.com/cloud`
+`mount example.com/cloud/{{username}}`
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.