Fix issues with rclone mounting
Some checks failed
GoReleaser / goreleaser (push) Has been cancelled
Release Docker Build / docker (push) Has been cancelled

This commit is contained in:
Mukhtar Akere
2025-08-18 22:12:26 +01:00
parent 8696db42d2
commit e3a249a9cc
4 changed files with 41 additions and 52 deletions

View File

@@ -198,7 +198,7 @@ func (wd *WebDav) handleGetRoot() http.HandlerFunc {
func (wd *WebDav) handleWebdavRoot() http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
fi := &FileInfo{
name: "",
name: "/",
size: 0,
mode: 0755 | os.ModeDir,
modTime: time.Now(),