File authentik-django-staticfiles-webdir.patch of Package authentik
--- a/authentik/root/settings.py 2026-02-03 19:27:25.631216612 +0100
+++ b/authentik/root/settings.py 2026-02-05 14:15:01.367414017 +0100
@@ -466,7 +466,7 @@
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.1/howto/static-files/
-STATICFILES_DIRS = [BASE_DIR / Path("web")]
+STATICFILES_DIRS = [Path('__AK_WEBDIR__')]
STATIC_URL = CONFIG.get("web.path", "/") + "static/"
STORAGES = {