From 6189f3f9fdbe21c9a6ba944ae94bf186b9b1d0d9 Mon Sep 17 00:00:00 2001 From: David Young Date: Sat, 16 Dec 2017 14:04:01 +1300 Subject: [PATCH] Fix nzbget config --- manuscript/recipies/autopirate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript/recipies/autopirate.md b/manuscript/recipies/autopirate.md index cffbff7..6146f3e 100644 --- a/manuscript/recipies/autopirate.md +++ b/manuscript/recipies/autopirate.md @@ -173,7 +173,7 @@ nzbget_proxy: ```` !!! note - NZBGet uses a 401 header to prompt for authentication. When you use OAuth2_proxy, this seems to break. Since we trust OAuth to authenticate us, we can just disable NZGet's own authentication, by changing AddPassword to null in nzbget.conf (i.e. ```AddPassword=```) + NZBGet uses a 401 header to prompt for authentication. When you use OAuth2_proxy, this seems to break. Since we trust OAuth to authenticate us, we can just disable NZGet's own authentication, by changing ControlPassword to null in nzbget.conf (i.e. ```ControlPassword=```) #### Lazy Librarian