C2(authentik-source-build): impl create forge mirrors for authentik deps

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 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-28 09:43:51 -08:00
commit 2daf7a1fcd
2 changed files with 2 additions and 3 deletions

View file

@ -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.

View file

@ -1,7 +1,6 @@
---
title: Mirror Authentik Build Dependencies
modified: 2026-02-28
status: active
tags:
- how-to
- authentik