1
0
Fork 0
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:
william billaud 2023-02-18 17:14:48 +01:00 committed by GitHub
parent 9363fd1fb3
commit d54472b0df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
<UrlBase>__PATH__</UrlBase>
<BindAddress>127.0.0.1</BindAddress>
<ApiKey>__API_KEY__</ApiKey>
<AuthenticationMethod>None</AuthenticationMethod>
<AuthenticationMethod>External</AuthenticationMethod>
<UpdateMechanism>BuiltIn</UpdateMechanism>
<Branch>develop</Branch>
</Config>