Remove noauth setting that is probably wrong as it doesn't work

This commit is contained in:
2025-10-21 21:35:35 +11:00
parent 7302842add
commit 8a375c0133

View File

@@ -86,10 +86,7 @@ job "transfer" {
"address": "",
"log": "stdout",
"database": "/database/filebrowser.db",
"root": "/srv",
"auth": {
"method": "noauth"
}
"root": "/srv"
}
EOF