From 2daf7a1fcd3054b3fee2ec34f4ca410304454c46 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 28 Feb 2026 09:43:51 -0800 Subject: [PATCH] C2(authentik-source-build): impl create forge mirrors for authentik deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created two forge mirrors via mirror-create: - mirrors/authentik-client-go (goauthentik/client-go) — Go API client - mirrors/authentik-django-rest-framework (authentik-community/django-rest-framework) — DRF fork Both verified synced with tags from upstream GitHub. Co-Authored-By: Claude Opus 4.6 --- docs/how-to/authentik/build-authentik-from-source.md | 4 ++-- docs/how-to/authentik/mirror-authentik-build-deps.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/how-to/authentik/build-authentik-from-source.md b/docs/how-to/authentik/build-authentik-from-source.md index 8a263c2..470af9e 100644 --- a/docs/how-to/authentik/build-authentik-from-source.md +++ b/docs/how-to/authentik/build-authentik-from-source.md @@ -40,8 +40,8 @@ The final package is the `ak` bash wrapper that orchestrates Go server + Python Forge mirrors (all derivations should fetch from forge, not GitHub): - https://forge.ops.eblu.me/mirrors/authentik (upstream: `goauthentik/authentik`) -- https://forge.ops.eblu.me/mirrors/authentik-client-go (upstream: `goauthentik/client-go`) — pending [[mirror-authentik-build-deps]] -- https://forge.ops.eblu.me/mirrors/authentik-django-rest-framework (upstream: `authentik-community/django-rest-framework`) — pending [[mirror-authentik-build-deps]] +- https://forge.ops.eblu.me/mirrors/authentik-client-go (upstream: `goauthentik/client-go`) +- https://forge.ops.eblu.me/mirrors/authentik-django-rest-framework (upstream: `authentik-community/django-rest-framework`) Reference derivation: [nixpkgs `pkgs/by-name/au/authentik/package.nix`](https://github.com/NixOS/nixpkgs/tree/master/pkgs/by-name/au/authentik) — targets 2025.12.4, we are porting to 2026.2.0 so hashes and some deps will differ. diff --git a/docs/how-to/authentik/mirror-authentik-build-deps.md b/docs/how-to/authentik/mirror-authentik-build-deps.md index c45fbfc..e4cf806 100644 --- a/docs/how-to/authentik/mirror-authentik-build-deps.md +++ b/docs/how-to/authentik/mirror-authentik-build-deps.md @@ -1,7 +1,6 @@ --- title: Mirror Authentik Build Dependencies modified: 2026-02-28 -status: active tags: - how-to - authentik