authentik
authentik copied to clipboard
core, web: update translations
core, web: update translations
authentik translations instructions
Thanks for your pull request!
authentik translations are handled using Transifex. Please edit translations over there and they'll be included automatically.
Deploy Preview for authentik-docs canceled.
| Name | Link |
|---|---|
| Latest commit | 4093213ab5144070a254d36bff1b4383a35acc8a |
| Latest deploy log | https://app.netlify.com/sites/authentik-docs/deploys/66e2316656f969000864f321 |
Deploy Preview for authentik-storybook ready!
| Name | Link |
|---|---|
| Latest commit | 4093213ab5144070a254d36bff1b4383a35acc8a |
| Latest deploy log | https://app.netlify.com/sites/authentik-storybook/deploys/66e2316642c837000842c708 |
| Deploy Preview | https://deploy-preview-11347--authentik-storybook.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.66%. Comparing base (
c76283f) to head (4093213). Report is 5 commits behind head on main.
:white_check_mark: All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@
## main #11347 +/- ##
=======================================
Coverage 92.66% 92.66%
=======================================
Files 736 736
Lines 36490 36490
=======================================
+ Hits 33812 33814 +2
+ Misses 2678 2676 -2
| Flag | Coverage Δ | |
|---|---|---|
| e2e | 49.14% <ø> (-0.01%) |
:arrow_down: |
| integration | 24.97% <ø> (ø) |
|
| unit | 90.20% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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-4093213ab5144070a254d36bff1b4383a35acc8a
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
For arm64, use these values:
AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-4093213ab5144070a254d36bff1b4383a35acc8a-arm64
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-4093213ab5144070a254d36bff1b4383a35acc8a
For 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-4093213ab5144070a254d36bff1b4383a35acc8a-arm64
Afterwards, run the upgrade commands from the latest release notes.