Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 724 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 724 Bytes

With this application you can deploy a simple password-protected webdav server using Piku.

git remote add piku [email protected]:webdav
git push piku master
piku config:set NGINX_SERVER_NAME=somedomain.net PASSWORDS="username:password username2:password2 ..." FOLDERS="/joplin:/home/piku/joplin"
  • NGINX_SERVER_NAME is the domain name you want for the webdav server (the domain must point at the machine already).
  • PASSWORDS is a list of space separated username:password pairs.
  • FOLDERS is a list of /URL:/FOLDER mappings, defaulting to /webdav:/home/piku/webdav.

This app has been successfully tested with Joplin sync.