8000 GitHub - edrex/dav-server: A convenient WebDAV file server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

edrex/dav-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A filesystem-based webdav server, a thin wrapper around jsDAV.

Intended as a reference server for developing WebDAV save/load capabilities in TiddlyWiki.

Install

npm install -g dav-server

Usage

dav-server [--debug] [-i LISTEN_IP] [-p PORT] [--digest HTDIGEST_FILE --realm AUTH_REALM] rootDir

Authentication

If your server will be internet-facing, you probably want authentication.

Standard HTTP digest auth is built in:

dav-server --digest htaccess --realm wiki ./wiki/

To create an htaccess file use Apache's htaccess command or similar:

% htaccess -c ./htaccess wiki bob
<enter bob's password>
% htaccess ./htaccess wiki jane
<enter jane's password>
% cat htdigest
bob:wiki:e812d2badc815fe1cc4bd17bba6e505c
jane:wiki:bc7d2f2f47116effdd94b64f21dcf32c

About

A convenient WebDAV file server

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0