cryptomator / cli

Cryptomator Command-Line Interface
GNU Affero General Public License v3.0
278 stars 40 forks source link

[MANUAL] How do I mount the Vault on *nix? #17

Closed itg-dave closed 6 years ago

itg-dave commented 6 years ago

Maybe I'm just stupid or not experienced enough, but how do I mount the drive via http://localhost:8080/mysupervault3000?

itg-dave commented 6 years ago

Well, I did it myself. So for anyone who's looking for a solution or entry point:

(On Debian) You need the davfs2 package installed and configured (in my case i only allowed the root user to mount those filesystems). Then you can

sudo mount -t davfs http://localhost:8080/your/folder/ /media/your/mounted/folder

Beware that you need to run rclone as root or via sudo if the drive was mounted via root user.

overheadhunter commented 6 years ago

Thanks, I'll add this to the README.