authentik icon indicating copy to clipboard operation
authentik copied to clipboard

core, web: update translations

Open authentik-automation[bot] opened this issue 1 year ago • 5 comments

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.

github-actions[bot] avatar Aug 30 '24 00:08 github-actions[bot]

Deploy Preview for authentik-docs canceled.

Name Link
Latest commit e6dce55c1a696383487bf6a6ef5792809bdd2a55
Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66d10da3703df700080f3105

netlify[bot] avatar Aug 30 '24 00:08 netlify[bot]

Deploy Preview for authentik-storybook ready!

Name Link
Latest commit e6dce55c1a696383487bf6a6ef5792809bdd2a55
Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66d10da3e8a8820008605cf3
Deploy Preview https://deploy-preview-11126--authentik-storybook.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 site configuration.

netlify[bot] avatar Aug 30 '24 00:08 netlify[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.69%. Comparing base (141cfe7) to head (e6dce55). Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11126      +/-   ##
==========================================
+ Coverage   92.20%   92.69%   +0.48%     
==========================================
  Files         736      736              
  Lines       36426    36426              
==========================================
+ Hits        33586    33764     +178     
+ Misses       2840     2662     -178     
Flag Coverage Δ
e2e 49.16% <ø> (+2.83%) :arrow_up:
integration 25.01% <ø> (ø)
unit 90.23% <ø> (ø)

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.

codecov[bot] avatar Aug 30 '24 00:08 codecov[bot]

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-e6dce55c1a696383487bf6a6ef5792809bdd2a55
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-e6dce55c1a696383487bf6a6ef5792809bdd2a55-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-e6dce55c1a696383487bf6a6ef5792809bdd2a55

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-e6dce55c1a696383487bf6a6ef5792809bdd2a55-arm64

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

github-actions[bot] avatar Aug 30 '24 00:08 github-actions[bot]