WebDAV is a protocol for transfering files to and from a server.
The primary goal of this project is to make it easy for people to interact with PVC's by allowing you to map them as a drive to Windows.
This repo contains a simple node project that will allow you to build the WebDAV image and deploy a WebDAV pod using one of the provided templates.
In order to build and deploy your own WebDAV server you will need to first configure the build process, and you can then utilize the provided templates to deploy a running instance of WebDAV.
Specific instructions for building and deploying this project can be found in the respective directories:
The apache image has the ability to serve out files via regular HTTP requests
- Open the
Windows File Explorer
and selectThis PC
from the left panel. - Select the
Computer
menu from the ribbon and click onMap Network Drive
. - Paste the Route for the WebDAV server into the
Folder
field and check the box forConnect using different credentials
. ClickFinish
. - Enter the username and password from the WebDAV environment variables and click
ok
.
The drive should now be accessible from your Windows machine.