https://github.com/mnutt/dav-test-server
Basic WebDAV server for testing webdav clients
https://github.com/mnutt/dav-test-server
Last synced: 4 months ago
JSON representation
Basic WebDAV server for testing webdav clients
- Host: GitHub
- URL: https://github.com/mnutt/dav-test-server
- Owner: mnutt
- License: mit
- Created: 2016-02-10T05:06:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T05:31:47.000Z (over 10 years ago)
- Last Synced: 2025-10-28T01:09:29.776Z (8 months ago)
- Language: Cap'n Proto
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dav-test-server
WebDAV server for testing
## Usage
1. Go to [https://github.com/mnutt/dav-test-server/releases](https://github.com/mnutt/dav-test-server/releases) and download the Sandstorm spk.
1. Upload it to your Sandstorm server.
1. Generate a webkey in the form `http://api.local.sandstorm.io:6080/#123456789abcde`
1. Run: `curl -XPROPFIND -H "Authorization: bearer 123456789abcde" "http://api.local.sandstorm.io:6080/"`
## Acknowledgements
This server configures and implements jsDAV. (https://github.com/mikedeboer/jsDAV)
## License
See LICENSE file.