Skip to content
Snippets Groups Projects
Commit a6c0d6b5 authored by nimrod's avatar nimrod
Browse files

Authenticate to Transmission using LDAP credentials.

The Transmission client expect basic authentication, Vouch can't be used
for that.
parent 95e8e5bc
No related branches found
No related tags found
No related merge requests found
Pipeline #1214 passed
...@@ -19,7 +19,7 @@ server { ...@@ -19,7 +19,7 @@ server {
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
include snippets/security-txt.conf; include snippets/security-txt.conf;
include snippets/ssl.conf; include snippets/ssl.conf;
include snippets/vouch.conf; include snippets/ldap-auth.conf;
location / { location / {
proxy_pass http://$transmission:9091; proxy_pass http://$transmission:9091;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment