Skip to content

root: remove /if/help#14929

Merged
rissson merged 6 commits intomainfrom
docker-remove-website
Jun 6, 2025
Merged

root: remove /if/help#14929
rissson merged 6 commits intomainfrom
docker-remove-website

Conversation

@rissson
Copy link
Member

@rissson rissson commented Jun 5, 2025

Details

size goes brr


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson requested review from a team as code owners June 5, 2025 16:37
@netlify
Copy link

netlify bot commented Jun 5, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 0a4984b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68420b62c67a060008eb1bec

@netlify
Copy link

netlify bot commented Jun 5, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 0a4984b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68420b62cd12f0000892ea21

@codecov
Copy link

codecov bot commented Jun 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.77%. Comparing base (f03ee47) to head (0a4984b).
Report is 8 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14929      +/-   ##
==========================================
- Coverage   92.77%   92.77%   -0.01%     
==========================================
  Files         818      818              
  Lines       42196    42196              
==========================================
- Hits        39149    39148       -1     
- Misses       3047     3048       +1     
Flag Coverage Δ
e2e 47.54% <ø> (ø)
integration 24.45% <ø> (ø)
unit 90.66% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 5, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-0a4984b3ea1c1e84bae7b113966423d44babd201
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-0a4984b3ea1c1e84bae7b113966423d44babd201

Afterwards, run the upgrade commands from the latest release notes.

@dominic-r
Copy link
Member

Wouldn't this affect pages like https://authentik.company/if/admin/#/core/applications ? The help box seems to pull content from docs at first glance

@dominic-r
Copy link
Member

https://github.com/goauthentik/authentik/blob/main/web/src/admin/applications/ApplicationListPage.ts seems to import import MDApplication from "~docs/add-secure-apps/applications/index.md"; but it might work without build docs? idk

@rissson
Copy link
Member Author

rissson commented Jun 5, 2025

Yes the build works without the docs assets included in the image

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner June 5, 2025 19:08
Copy link
Member

@BeryJu BeryJu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, cc @rissson for the docs container build/image pipeline

BeryJu added 2 commits June 5, 2025 21:32
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@rissson rissson merged commit 969fa82 into main Jun 6, 2025
104 checks passed
@rissson rissson deleted the docker-remove-website branch June 6, 2025 15:21
kensternberg-authentik added a commit that referenced this pull request Jun 6, 2025
* main: (209 commits)
  core: bump django from 5.1.9 to 5.1.10 (#14951)
  website/docs: add 2025.6.1 release notes (#14948)
  root: remove /if/help (#14929)
  core, web: update translations (#14933)
  providers/proxy: add option to override host header with property mappings (#14927)
  website/integrations: fix webfinger link in tailscale doc (#14942)
  web/admin: make message container bottom aligned for admin interface (#14816)
  web/user: fix user settings flow not loading (#14911)
  website/docs: fix outdated and incorrect example kubernetes deployment (#14928)
  docusaurus-config: Update deps, colors. (#14796)
  admin: only run update checks in the default tenant (#14874)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#14923)
  core: bump astral-sh/uv from 0.7.10 to 0.7.11 (#14918)
  providers/proxy: set_oauth_defaults in reconcile instead of task (#14875)
  *: use ManagedAppConfig everywhere (#14839)
  tenants: fix tenant aware celery scheduler (#14921)
  core, web: update translations (#14910)
  core: bump goauthentik.io/api/v3 from 3.2025041.4 to 3.2025060.1 (#14919)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#14915)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#14916)
  ...
kensternberg-authentik added a commit that referenced this pull request Jun 6, 2025
* main: (209 commits)
  core: bump django from 5.1.9 to 5.1.10 (#14951)
  website/docs: add 2025.6.1 release notes (#14948)
  root: remove /if/help (#14929)
  core, web: update translations (#14933)
  providers/proxy: add option to override host header with property mappings (#14927)
  website/integrations: fix webfinger link in tailscale doc (#14942)
  web/admin: make message container bottom aligned for admin interface (#14816)
  web/user: fix user settings flow not loading (#14911)
  website/docs: fix outdated and incorrect example kubernetes deployment (#14928)
  docusaurus-config: Update deps, colors. (#14796)
  admin: only run update checks in the default tenant (#14874)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#14923)
  core: bump astral-sh/uv from 0.7.10 to 0.7.11 (#14918)
  providers/proxy: set_oauth_defaults in reconcile instead of task (#14875)
  *: use ManagedAppConfig everywhere (#14839)
  tenants: fix tenant aware celery scheduler (#14921)
  core, web: update translations (#14910)
  core: bump goauthentik.io/api/v3 from 3.2025041.4 to 3.2025060.1 (#14919)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#14915)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#14916)
  ...
kensternberg-authentik added a commit that referenced this pull request Jun 6, 2025
* main:
  web/maintenance: remove `writeOnly` hacks from Form and HorizontalFormElement (#14649)
  web/admin: use attribute naming scheme for attributes (#14644)
  core: bump django from 5.1.9 to 5.1.10 (#14951)
  website/docs: add 2025.6.1 release notes (#14948)
  root: remove /if/help (#14929)
  core, web: update translations (#14933)
  providers/proxy: add option to override host header with property mappings (#14927)
  website/integrations: fix webfinger link in tailscale doc (#14942)
  web/admin: make message container bottom aligned for admin interface (#14816)
cavefire pushed a commit to cavefire/authentik that referenced this pull request Jun 24, 2025
Co-authored-by: Teffen Ellis <teffen@sister.software>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants