Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.4 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.4 KB

hub.docker.com/r/mrlioncub/wdmrc

Build Status Docker Automated build Docker Image Size

Docker image on .Net Core for WebDAV emulator for Cloud.mail.ru / Yandex.Disk
Original project https://github.com/yar229/WebDavMailRuCloud

Usage

Default run on port 8888 (with option -p8888):

docker run -d -p8888:8888 mrlioncub/wdmrc

and example mount in linux:

echo use_locks 0 | sudo tee -a /etc/davfs2/davfs2.conf
echo http://127.0.0.1:8888 /mnt davfs user,rw,_netdev,noauto 0 0 | sudo tee -a /etc/fstab
mkdir ~/.davfs2
echo 'http://127.0.0.1:8888 <login>@mail.ru <password>' > ~/.davfs2/secrets
chmod 600 ~/.davfs2/secrets
mount /mnt

Options

Options this https://github.com/yar229/WebDavMailRuCloud#usage
Example run on port 8080 and cache folders listing depth 2:

docker run -d -p8080:8080 mrlioncub/wdmrc -p 8080 --cache-listing-depth 2

Links

https://github.com/yar229/WebDavMailRuCloud
http://manpages.ubuntu.com/manpages/trusty/man8/mount.davfs.8.html
https://wiki.archlinux.org/index.php/Davfs2#Creating/copying_files_not_possible_and/or_freezes