Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website: split #8616

Merged
merged 12 commits into from
Feb 27, 2024
Merged

website: split #8616

merged 12 commits into from
Feb 27, 2024

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Feb 21, 2024

Details

Split website into separate repo

things that'll stay here:

  • docs
  • integrations
  • dev-docs

things that'll move

  • home page
  • blog
  • marketing & misc pages

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)

@BeryJu BeryJu requested review from a team as code owners February 21, 2024 12:47
Copy link

netlify bot commented Feb 21, 2024

Deploy Preview for authentik-storybook canceled.

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

Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good to me. The only question I had is what page is the "Blueprints" one, here: website/static/blueprints ?Where is it on our current website?

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Copy link

netlify bot commented Feb 27, 2024

Deploy Preview for authentik-docs canceled.

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
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-d884b91a065f7d831258adf4861311c8291b5543
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-d884b91a065f7d831258adf4861311c8291b5543-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-d884b91a065f7d831258adf4861311c8291b5543

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

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

@BeryJu BeryJu merged commit d7ed1a5 into main Feb 27, 2024
64 checks passed
@BeryJu BeryJu deleted the website/split branch February 27, 2024 23:59
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