webdav/README.md

18 lines
280 B
Markdown
Raw Normal View History

2020-05-25 21:35:21 +02:00
# WebDAV personal server
## Install
- git clone https://git.manalejandro.com/ale/webdav
2020-05-25 21:35:21 +02:00
- cd webdav
- npm i
## Run
2020-05-25 21:48:34 +02:00
- change settings in `config.js`
2020-05-25 21:35:21 +02:00
- npm start
- open http://localhost:8080/dav with [cadaver](https://notroj.github.io/cadaver/) and enjoy :)
2020-05-25 21:35:21 +02:00
### License
- MIT