working commit

This commit is contained in:
2026-02-15 17:47:45 +02:00
parent 15a3379e5c
commit 2373af081e
10 changed files with 159 additions and 49 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ func repackServiceURI(fileuri string) (string, string, string, error) {
password, _ = uri.User.Password()
}
uri.User = nil
uri.Scheme = "https"
//uri.Scheme = "https"
res = uri.String()
return res, username, password, err
}