profiles/wayf: init work (wip)

This is a very early version of the deployment, it doesn't work due to… PHP versions issues?

Signed-off-by: Ryan Lahfa <federez-infra@lahfa.xyz>
This commit is contained in:
Ryan Lahfa 2024-02-14 04:17:49 +01:00
parent c9fe2f098b
commit 4a043d6fb5
5 changed files with 423 additions and 2 deletions

View file

@ -15,6 +15,12 @@ stdenv.mkDerivation rec {
hash = "sha256-SqJzkV7dJXPUrY/9pz54VYxd8eAv+aFDik9F3N4WBIg=";
};
installPhase = ''
mkdir -p $out/
cp -r www $out/
ln -s $out/www/WAYF $out/www/WAYF.php
'';
meta = with lib; {
description = "SAML Identity Provider Discovery Service implementation developed by SWITCH";
homepage = "https://gitlab.switch.ch/aai/SWITCHwayf";