From 62243cd0b5262e14df7e7b5b7103b5b2e006cab5 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 19 May 2021 23:46:22 +0100 Subject: Add more to css --- www/posts/nextcloud/atom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/posts/nextcloud/atom.xml') diff --git a/www/posts/nextcloud/atom.xml b/www/posts/nextcloud/atom.xml index 0c30a53..d0548e0 100644 --- a/www/posts/nextcloud/atom.xml +++ b/www/posts/nextcloud/atom.xml @@ -12,6 +12,6 @@ David T. Sadler. 2021-02-15T12:00:00Z 2021-02-15T12:00:00Z - ![CDATA[

Accessing Nextcloud With WebDAV on Arch

Mon 15th February 2021 By David T. Sadler.

I have a Nextcloud instance and I want to mount it as a directory on my local machine. Since Nextcloud cloud supports the WebDAV protocol its possible to do this by installing davfs2 which can mount a WebDAV resource.

The first thing I had to do was install davfs2.

$ sudo pacman -S davfs2

Next I created the directory where Nextcloud would be mounted.

$ mkdir -p .local/share/nextcloud

I then needed to tell Arch how to mount Nextcloud by adding the below line to the /etc/fstab file.

https://my-nextcloud-server.com/path /home/david/.local/share/nextcloud davfs rw,user,uid=david,noauto 0 0

Since access to Nextcloud is controlled by a username and password these where added to the ~/.davfs2 file.

https://my-nextcloud-server.com/path username password

I made sure this file had the correct permissions to ensure security.

$ chmod 600 ~/.davfs2/secrets

Now I can mount Nextcloud and access my files just like any others.

$ mount .local/share/nextcloud
Nextcloud - Read More Posts.

I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.

Email david@davidtsadler.comThe contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Copyright © 2021 David T. Sadler.

Return to Homepage.]]
+ ![CDATA[

Accessing Nextcloud With WebDAV on Arch

Mon 15th February 2021 By David T. Sadler.

I have a Nextcloud instance and I want to mount it as a directory on my local machine. Since Nextcloud cloud supports the WebDAV protocol its possible to do this by installing davfs2 which can mount a WebDAV resource.

The first thing I had to do was install davfs2.

$ sudo pacman -S davfs2

Next I created the directory where Nextcloud would be mounted.

$ mkdir -p .local/share/nextcloud

I then needed to tell Arch how to mount Nextcloud by adding the below line to the /etc/fstab file.

https://my-nextcloud-server.com/path /home/david/.local/share/nextcloud davfs rw,user,uid=david,noauto 0 0

Since access to Nextcloud is controlled by a username and password these where added to the ~/.davfs2 file.

https://my-nextcloud-server.com/path username password

I made sure this file had the correct permissions to ensure security.

$ chmod 600 ~/.davfs2/secrets

Now I can mount Nextcloud and access my files just like any others.

$ mount .local/share/nextcloud

Links

Nextcloud - Read More Posts.

I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.

Email david@davidtsadler.com

License

The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Copyright © 2021 David T. Sadler.

Return to Homepage.]]
\ No newline at end of file -- cgit v1.2.3-13-gbd6f