From 8a375c01336374c68e598279fd9236d4198d024e Mon Sep 17 00:00:00 2001 From: Adrian Cowan Date: Tue, 21 Oct 2025 21:35:35 +1100 Subject: [PATCH] Remove noauth setting that is probably wrong as it doesn't work --- 2-nomad-config/transfer.nomad.hcl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/2-nomad-config/transfer.nomad.hcl b/2-nomad-config/transfer.nomad.hcl index 825204a..8913752 100644 --- a/2-nomad-config/transfer.nomad.hcl +++ b/2-nomad-config/transfer.nomad.hcl @@ -86,10 +86,7 @@ job "transfer" { "address": "", "log": "stdout", "database": "/database/filebrowser.db", - "root": "/srv", - "auth": { - "method": "noauth" - } + "root": "/srv" } EOF