feat(copyparty): Allow reading of /var/lib/slskd
This commit is contained in:
@@ -148,23 +148,5 @@ in {
|
||||
locations."/api/authz".proxyPass = "$upstream";
|
||||
};
|
||||
};
|
||||
|
||||
# TODO: Remove this. It's only used for a quick demo for myself. The
|
||||
# domain choice is arbitrary. It's just one I happen to have set up.
|
||||
sydnix.deertopia.nginx.vhosts."ldap" = {
|
||||
directory = null;
|
||||
vhost = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
extraConfig = ''
|
||||
include ${./authelia/authelia-location.conf};
|
||||
'';
|
||||
locations."/".extraConfig = ''
|
||||
include ${./authelia/authelia-authrequest.conf};
|
||||
include ${./authelia/proxy.conf};
|
||||
root /persist/deertopia.net/ldap;
|
||||
'';
|
||||
};
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user