Merge pull request #25423 from jammerful/shibboleth
nginx: Add Shibboleth Module
This commit is contained in:
commit
a027f103a0
@ -175,4 +175,13 @@
|
|||||||
in {
|
in {
|
||||||
src = ngx_pagespeed;
|
src = ngx_pagespeed;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
shibboleth = {
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "nginx-shib";
|
||||||
|
repo = "nginx-http-shibboleth";
|
||||||
|
rev = "48b70d87bf7796d7813813a837e52b3a86e6f6f4";
|
||||||
|
sha256 = "0k8xcln5sf0m4r0m550dkhl07zhncp285dpysk6r4v6vqzqmhzdc";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -10882,6 +10882,11 @@ with pkgs;
|
|||||||
|
|
||||||
nginxModules = callPackage ../servers/http/nginx/modules.nix { };
|
nginxModules = callPackage ../servers/http/nginx/modules.nix { };
|
||||||
|
|
||||||
|
# We should move to dynmaic modules and create a nginxFull package with all modules
|
||||||
|
nginxShibboleth = callPackage ../servers/http/nginx/stable.nix {
|
||||||
|
modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders nginxModules.shibboleth ];
|
||||||
|
};
|
||||||
|
|
||||||
ngircd = callPackage ../servers/irc/ngircd { };
|
ngircd = callPackage ../servers/irc/ngircd { };
|
||||||
|
|
||||||
nix-binary-cache = callPackage ../servers/http/nix-binary-cache {};
|
nix-binary-cache = callPackage ../servers/http/nix-binary-cache {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user