website: fix docs redirect (cherry-pick #11873)#11922
website: fix docs redirect (cherry-pick #11873)#11922gergosimonyi merged 1 commit intoversion-2024.10from
Conversation
fix docs redirect
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## version-2024.10 #11922 +/- ##
===================================================
- Coverage 92.64% 92.57% -0.07%
===================================================
Files 761 761
Lines 37813 37813
===================================================
- Hits 35030 35004 -26
- Misses 2783 2809 +26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-2099721c8a95f971c848e731bcd45fab3229fcba
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sFor arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-2099721c8a95f971c848e731bcd45fab3229fcba-arm64
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-2099721c8a95f971c848e731bcd45fab3229fcbaFor arm64, use these values: 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-2099721c8a95f971c848e731bcd45fab3229fcba-arm64Afterwards, run the upgrade commands from the latest release notes. |
Cherry-picked website: fix docs redirect (#11873)
fix docs redirect