mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-17 03:31:53 +00:00
Fix nzbget config
This commit is contained in:
@@ -173,7 +173,7 @@ nzbget_proxy:
|
|||||||
````
|
````
|
||||||
|
|
||||||
!!! note
|
!!! 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
|
#### Lazy Librarian
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user