Skip to content

website/integrations: move resource section to end of documents #14668

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

Merged

Conversation

dewi-tik
Copy link
Contributor

Details

Moves resource sections to end of documents


Checklist

If applicable

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

@dewi-tik dewi-tik requested a review from a team as a code owner May 23, 2025 12:48
Copy link

netlify bot commented May 23, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 874e245
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/683833be9ae4b9000873b563
😎 Deploy Preview https://deploy-preview-14668--authentik-docs.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 project configuration.

Copy link

netlify bot commented May 23, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 874e245
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/683833be8752eb000802b05d

Copy link

codecov bot commented May 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.82%. Comparing base (3e3615a) to head (874e245).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14668      +/-   ##
==========================================
+ Coverage   92.75%   92.82%   +0.06%     
==========================================
  Files         817      817              
  Lines       42162    42162              
==========================================
+ Hits        39108    39135      +27     
+ Misses       3054     3027      -27     
Flag Coverage Δ
e2e 47.69% <ø> (+0.08%) ⬆️
integration 24.40% <ø> (ø)
unit 90.64% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

Thank you @dewi-tik !

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-874e245452d677a5490a3be01d48c763ceb17765
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-874e245452d677a5490a3be01d48c763ceb17765

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

@dewi-tik dewi-tik merged commit 2519bce into main May 29, 2025
101 checks passed
@dewi-tik dewi-tik deleted the website/integrations--update-resource-sections-locations branch May 29, 2025 11:42
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.

3 participants