aboutsummaryrefslogtreecommitdiff
path: root/modules/authentik/authentik-web.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/authentik/authentik-web.nix27
1 files changed, 0 insertions, 27 deletions
diff --git a/modules/authentik/authentik-web.nix b/modules/authentik/authentik-web.nix
deleted file mode 100644
index 3fbf416..0000000
--- a/modules/authentik/authentik-web.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{ lib, stdenv, buildNpmPackage, fetchFromGitHub, python3, ... }:
-
-buildNpmPackage rec {
- pname = "authentik-web";
- version = "2023.8.3";
-
- src = fetchFromGitHub {
- owner = "goauthentik";
- repo = "authentik";
- rev = "version/${version}";
- hash = "sha256-dpGvxhA5NWO8LKrGXzalV9EVn/nUIj6sMy2HdY5tjlM=";
- };
-
- sourceRoot = "source/web";
-
- npmDepsHash = "sha256-kCKtrsUA7VLHzf9SR/UW1z3RCpQc5r5sa/f4dxonTZ0=";
- npmPackFlags = [ "--ignore-scripts" ];
- npmBuildScript = "build";
-
- nativeBuildInputs = [ python3 ];
-
- installPhase = ''
- mkdir $out
- cp -r dist/ $out/
- cp -r authentik/ $out/
- '';
-}
loy/environments/production/main.jsonnet?h=R0flcopt3r/catinator-pet-command&id=ffab48bb8e1326eeb5d96f617d267058d0e19bfe&follow=1'>remove egress gateway configMax Audron-10/+0 2021-06-05update tanka dependenciesMax Audron-8/+8 2021-06-05fix init container nameMax Audron-1/+1 2021-06-05fix tanka dependency pathMax Audron-8/+8 2021-06-05switch to https url for tanka util libMax Audron-2/+2 2021-06-05bump version to 1.0.2Max Audron-2/+2 2021-06-05add tanka ci configurationMax Audron-1/+1 2021-06-05ready tanka deploy for CIMax Audron-32/+69 2021-06-05remove tanka vendoringMax Audron-27651/+0 2021-05-26Release 1.0.1Max Audron-3/+3 2021-05-26fix log breaking once buffer fullMax Audron-2/+33 2021-05-16add deployment stuffMax Audron-6/+27786 2021-05-15add container buildMax Audron-2/+35