Skip to content

piku/deploy-webdav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

git remote add piku piku@yourserver.net: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.

About

Deploy a simple webdav instance with Piku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages