We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab5e03 commit d7eee78Copy full SHA for d7eee78
Makefile
@@ -4,7 +4,7 @@ BASE_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
4
all:
5
$(MAKE) -C $(dir (BASE_DIR)) build
6
7
-.PHOHNY: build
+.PHONY: build
8
build: bin/webdav-server
9
10
.PHONY: clean
conf/users.yaml
@@ -1,3 +1,3 @@
1
---
2
-# test:test
3
-test: "$apr1$nw/o4A7S$qmck7MVFLZoWJ/9H6ZVm2/"
+# test:test (bcrypt)
+test: "$2y$05$pE2it4GHgh8Lcx4XXpHQneGNXVCSLUWIbftqJ3ixPUPS.4yF1X4VO"
0 commit comments