Skip to content

website/docs: remove bad logs redirect#20522

Merged
dewi-tik merged 2 commits intomainfrom
website/docs--fix-logs-redirect
Feb 25, 2026
Merged

website/docs: remove bad logs redirect#20522
dewi-tik merged 2 commits intomainfrom
website/docs--fix-logs-redirect

Conversation

@dewi-tik
Copy link
Contributor

Details

closes #20520


Checklist

If applicable

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

@dewi-tik dewi-tik requested a review from a team as a code owner February 24, 2026 14:16
@dewi-tik dewi-tik added area:docs Features or issues related to Docusaurus backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Feb 24, 2026
@dewi-tik dewi-tik moved this from Todo to Needs review in authentik Core Feb 24, 2026
@netlify
Copy link

netlify bot commented Feb 24, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 60d8949
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/699e44ecbbaa9d00087b1e92
😎 Deploy Preview https://deploy-preview-20522--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

netlify bot commented Feb 24, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 60d8949
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/699e44ecd006bc0008afcf11
😎 Deploy Preview https://deploy-preview-20522--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.

@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.29%. Comparing base (c29427c) to head (60d8949).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20522      +/-   ##
==========================================
- Coverage   93.30%   93.29%   -0.01%     
==========================================
  Files         981      981              
  Lines       55339    55339              
==========================================
- Hits        51633    51630       -3     
- Misses       3706     3709       +3     
Flag Coverage Δ
conformance 37.35% <ø> (+<0.01%) ⬆️
e2e 43.14% <ø> (-0.01%) ⬇️
integration 22.37% <ø> (+<0.01%) ⬆️
unit 91.51% <ø> (+<0.01%) ⬆️
unit-migrate 91.54% <ø> (-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.

@dewi-tik dewi-tik enabled auto-merge (squash) February 24, 2026 14:24
@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Feb 24, 2026
@dominic-r dominic-r force-pushed the website/docs--fix-logs-redirect branch from d6b8c0a to 4d6bb69 Compare February 24, 2026 15:13
@dominic-r dominic-r force-pushed the website/docs--fix-logs-redirect branch from 4d6bb69 to 60d8949 Compare February 25, 2026 00:40
@dewi-tik dewi-tik merged commit 61c5943 into main Feb 25, 2026
102 checks passed
@dewi-tik dewi-tik deleted the website/docs--fix-logs-redirect branch February 25, 2026 01:12
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Feb 25, 2026
authentik-automation bot pushed a commit that referenced this pull request Feb 25, 2026
* Remove bad redirect

* Remove space
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.12 created: #20547

@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2026.2 created: #20548

@github-actions
Copy link
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-60d89494a0581d70ef0f1e9a80df163024a05f68
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-60d89494a0581d70ef0f1e9a80df163024a05f68

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

dominic-r pushed a commit that referenced this pull request Feb 25, 2026
…-2026.2) (#20548)

website/docs: remove bad logs redirect (#20522)

* Remove bad redirect

* Remove space

Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
dominic-r pushed a commit that referenced this pull request Feb 25, 2026
…-2025.12) (#20547)

website/docs: remove bad logs redirect (#20522)

* Remove bad redirect

* Remove space

Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Docs: 301→404 for troubleshooting/logs/ when accessing via link or reloading the page

2 participants