Skip to content

internal: cleanup static file serving setup code#8965

Merged
BeryJu merged 1 commit intomainfrom
root/cleanup-static-file-serving
Mar 20, 2024
Merged

internal: cleanup static file serving setup code#8965
BeryJu merged 1 commit intomainfrom
root/cleanup-static-file-serving

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 19, 2024

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner March 19, 2024 19:16
@netlify
Copy link

netlify bot commented Mar 19, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 9f5d94d
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/65f9e4a14ee8430008ca9a77

@netlify
Copy link

netlify bot commented Mar 19, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 9f5d94d
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/65f9e4a17d82690008cfb964

@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-ghcr.io/goauthentik/dev-server:gh-9f5d94d991876ea8b2af3d0a9bce9a10c4e49c41
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-ghcr.io/goauthentik/dev-server:gh-9f5d94d991876ea8b2af3d0a9bce9a10c4e49c41-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
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-9f5d94d991876ea8b2af3d0a9bce9a10c4e49c41

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-9f5d94d991876ea8b2af3d0a9bce9a10c4e49c41-arm64

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

@BeryJu BeryJu merged commit 50e493d into main Mar 20, 2024
@BeryJu BeryJu deleted the root/cleanup-static-file-serving branch March 20, 2024 11:06
kensternberg-authentik added a commit that referenced this pull request Mar 21, 2024
* main:
  website/docs: config: remove options moved to tenants (#8976)
  web: bump @types/grecaptcha from 3.0.8 to 3.0.9 in /web (#8971)
  web: bump country-flag-icons from 1.5.9 to 1.5.10 in /web (#8970)
  web: bump the babel group in /web with 7 updates (#8969)
  core: bump uvicorn from 0.28.0 to 0.28.1 (#8968)
  website: bump postcss from 8.4.36 to 8.4.37 in /website (#8967)
  internal: cleanup static file serving setup code (#8965)
  website/integrations: portainer: match portainer settings order (#8974)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants