Skip to content

website/docs: fix docker tabs not rendering properly#16799

Merged
dewi-tik merged 1 commit intomainfrom
updatedocs
Sep 16, 2025
Merged

website/docs: fix docker tabs not rendering properly#16799
dewi-tik merged 1 commit intomainfrom
updatedocs

Conversation

@PeshekDotDev
Copy link
Copy Markdown
Contributor

Details

There was a bug in this page on the docs that caused switching between docker and kubernetes to not always render properly. This has been fixed

https://docs.goauthentik.io/troubleshooting/logs/


Checklist

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

@PeshekDotDev PeshekDotDev requested a review from a team as a code owner September 16, 2025 06:31
@netlify
Copy link
Copy Markdown

netlify bot commented Sep 16, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 5679fa1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68c9042ff169a70008b45975
😎 Deploy Preview https://deploy-preview-16799--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify bot commented Sep 16, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 5679fa1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68c9042f70d6e90008ee8ec3
😎 Deploy Preview https://deploy-preview-16799--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify bot commented Sep 16, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 5679fa1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68c9042fe747c60008f4d79a

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.76%. Comparing base (979f511) to head (5679fa1).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16799      +/-   ##
==========================================
- Coverage   92.83%   92.76%   -0.07%     
==========================================
  Files         838      838              
  Lines       45374    45374              
==========================================
- Hits        42121    42092      -29     
- Misses       3253     3282      +29     
Flag Coverage Δ
e2e 46.60% <ø> (-0.01%) ⬇️
integration 23.45% <ø> (-0.06%) ⬇️
unit 90.91% <ø> (+<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.

@github-actions
Copy link
Copy Markdown
Contributor

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-5679fa10400de89c87d14158007feea65df4fd6f
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-5679fa10400de89c87d14158007feea65df4fd6f

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

Copy link
Copy Markdown
Contributor

@dewi-tik dewi-tik left a comment

Choose a reason for hiding this comment

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

Good catch. Thanks

@dewi-tik dewi-tik changed the title docs: fix docker tabs not rendering properly website/docs: fix docker tabs not rendering properly Sep 16, 2025
@dewi-tik dewi-tik added the backport/version-2025.8 Add this label to PRs to backport changes to version-2025.8 label Sep 16, 2025
@dewi-tik dewi-tik merged commit fd1a0c3 into main Sep 16, 2025
110 checks passed
@dewi-tik dewi-tik deleted the updatedocs branch September 16, 2025 09:19
authentik-automation bot pushed a commit that referenced this pull request Sep 16, 2025
docs: fix docker tabs not rendering properly
@authentik-automation
Copy link
Copy Markdown
Contributor

🍒 Cherry-pick to version-2025.8 created: #16802

dewi-tik pushed a commit that referenced this pull request Sep 16, 2025
) (#16802)

website/docs: fix docker tabs not rendering properly (#16799)

docs: fix docker tabs not rendering properly

Co-authored-by: Connor Peshek <connor@connorpeshek.me>
kensternberg-authentik added a commit that referenced this pull request Sep 19, 2025
* main: (81 commits)
  translate: Updates for file web/xliff/en.xlf in de (#16808)
  stages: update friendly_name model from null to blank (#16672)
  sources/saml: add default error messages to exceptions (#15562)
  website/docs: 2025.8.3 release notes (#16809)
  core, web: update translations (#16783)
  stages/email_authenticator: Fix email mfa loop (#16579)
  website/docs: updated Frontend development environment contributor docs (#16731)
  webiste/integrations: update roundcube doc (#16753)
  website/docs: update create oauth provider page (#16617)
  website: bump @types/node from 24.4.0 to 24.5.0 in /website (#16789)
  web: bump the rollup group across 1 directory with 4 updates (#16792)
  core: bump github.com/getsentry/sentry-go from 0.35.2 to 0.35.3 (#16786)
  web: bump the storybook group across 1 directory with 5 updates (#16791)
  web: bump @types/node from 24.4.0 to 24.5.0 in /packages/esbuild-plugin-live-reload (#16794)
  web: bump @goauthentik/prettier-config from 1.0.5 to 3.1.0 in /web in the goauthentik group across 1 directory (#16793)
  web: bump @types/node from 24.4.0 to 24.5.0 in /packages/prettier-config (#16795)
  web: bump @types/node from 22.15.19 to 24.5.0 in /web (#16796)
  web: Use curated dictionary for e2e fixtures. (#16750)
  website/integrations: fix wekan redirect URL (#16801)
  website/docs: fix docker tabs not rendering properly (#16799)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/version-2025.8 Add this label to PRs to backport changes to version-2025.8

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants