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/docs: refactor pip to pipx on linux and improve styling #13506

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ImmanuelVonNeumann
Copy link

Details

When setting up a local authentik-install on Ubuntu 24.04 using the documentation provided command pip install poetry poetry-plugin-shell will fail with error error: externally-managed-environment due to PEP 668.

It is generally understood that pipx should be used in place of pip due to security concerns.
To keep the documentation in line with modern practices, I changed the documentation to use pipx in place of pip for linux.

Maybe the same should be done for the mac tab-item.
If so, please let me know.


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)

Copy link

netlify bot commented Mar 13, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 33d1d4a
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67d2cd04bf2d560008c0e805

Copy link

netlify bot commented Mar 13, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 33d1d4a
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67d2cd04a35f590008bb4d7e
😎 Deploy Preview https://deploy-preview-13506--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 site configuration.

@ImmanuelVonNeumann ImmanuelVonNeumann marked this pull request as ready for review March 13, 2025 12:32
@ImmanuelVonNeumann ImmanuelVonNeumann requested a review from a team as a code owner March 13, 2025 12:32
Copy link

codecov bot commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.74%. Comparing base (4068d67) to head (33d1d4a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13506      +/-   ##
==========================================
+ Coverage   92.68%   92.74%   +0.05%     
==========================================
  Files         794      794              
  Lines       40419    40419              
==========================================
+ Hits        37461    37485      +24     
+ Misses       2958     2934      -24     
Flag Coverage Δ
e2e 47.93% <ø> (+0.08%) ⬆️
integration 24.07% <ø> (ø)
unit 90.51% <ø> (+<0.01%) ⬆️

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.

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.

1 participant