mirror of
https://github.com/YunoHost-Apps/prowlarr_ynh.git
synced 2024-09-03 20:16:07 +02:00
Config : Change AuthenticationMethod to External
Prowlar force authentifcation since release 1.1.3.2521 (`To prevent remote access without authentication, Prowlarr now requires authentication to be enabled. Configure your authentication method and credentials. You can optionally disable authentication from local addresses. Refer to the FAQ for additional information`) In order to keep consitent with the current authentication flow (that rely on ssowat), the default value should be External (see. https://wiki.servarr.com/prowlarr/faq#can-i-disable-forced-authentication)
This commit is contained in:
parent
9363fd1fb3
commit
d54472b0df
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<UrlBase>__PATH__</UrlBase>
|
<UrlBase>__PATH__</UrlBase>
|
||||||
<BindAddress>127.0.0.1</BindAddress>
|
<BindAddress>127.0.0.1</BindAddress>
|
||||||
<ApiKey>__API_KEY__</ApiKey>
|
<ApiKey>__API_KEY__</ApiKey>
|
||||||
<AuthenticationMethod>None</AuthenticationMethod>
|
<AuthenticationMethod>External</AuthenticationMethod>
|
||||||
<UpdateMechanism>BuiltIn</UpdateMechanism>
|
<UpdateMechanism>BuiltIn</UpdateMechanism>
|
||||||
<Branch>develop</Branch>
|
<Branch>develop</Branch>
|
||||||
</Config>
|
</Config>
|
||||||
|
|
Loading…
Add table
Reference in a new issue