WebDAV personal server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
284 B

3 years ago
3 years ago
3 years ago
  1. # WebDAV personal server
  2. ## Install
  3. - git clone https://gitea.hatthieves.es/manalejandro/webdav
  4. - cd webdav
  5. - npm i
  6. ## Run
  7. - change settings in `config.js`
  8. - npm start
  9. - open http://localhost:8080/dav with [cadaver](http://www.webdav.org/cadaver/) and enjoy :)
  10. ### License
  11. - MIT