update git

Signed-off-by: ale <ale@manalejandro.com>
This commit is contained in:
ale 2025-02-13 20:35:38 +01:00
parent c1a87347d9
commit 333d2a49f8
Signed by: ale
GPG Key ID: 244A9C4DAB1C0C81
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
## Install ## Install
- git clone https://gitea.hatthieves.es/manalejandro/webdav - git clone https://git.manalejandro.com/ale/webdav
- cd webdav - cd webdav
- npm i - npm i
@ -10,8 +10,8 @@
- change settings in `config.js` - change settings in `config.js`
- npm start - npm start
- open http://localhost:8080/dav with [cadaver](http://www.webdav.org/cadaver/) and enjoy :) - open http://localhost:8080/dav with [cadaver](https://notroj.github.io/cadaver/) and enjoy :)
### License ### License
- MIT - MIT

View File

@ -7,7 +7,7 @@
"license": "MIT", "license": "MIT",
"private": true, "private": true,
"repository": { "repository": {
"url": "https://gitea.hatthieves.es/manalejandro/webdav" "url": "https://git.manalejandro.com/ale/webdav"
}, },
"scripts": { "scripts": {
"start": "node index.js" "start": "node index.js"