website/docs: improve endpoint devices docs (cherry-pick #19007 to version-2025.12)#19012
Conversation
* Remove sudo auth sections * Add firefox extension link * Add chrome extension * Update release notes * Remove link * Fix link * Fix release note wording
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## version-2025.12 #19012 +/- ##
===================================================
+ Coverage 93.22% 93.23% +0.01%
===================================================
Files 946 946
Lines 51950 51950
===================================================
+ Hits 48430 48437 +7
+ Misses 3520 3513 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-6b0cb7131500f7d0737aa0948a2f62be85421663
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-6b0cb7131500f7d0737aa0948a2f62be85421663Afterwards, run the upgrade commands from the latest release notes. |
Cherry-pick of #19007 to
version-2025.12branch.Original PR: #19007
Original Author: @dewi-tik
Cherry-picked commit: 97ef6a5