-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
website/docs: rearranged brands docs #14116
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
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #14116 +/- ##
==========================================
- Coverage 92.80% 92.76% -0.05%
==========================================
Files 799 809 +10
Lines 41230 41533 +303
==========================================
+ Hits 38265 38529 +264
- Misses 2965 3004 +39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-c29ab4f185a4056fab8960c333a7ffe56498fc86
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 KubernetesAdd the following block to your 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-c29ab4f185a4056fab8960c333a7ffe56498fc86 Afterwards, run the upgrade commands from the latest release notes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR Tana!
* main: web: Safari fixes merge branch (#14181) website: bump the build group in /website with 9 updates (#14204) website: bump typescript from 5.8.2 to 5.8.3 in /website (#13786) lifecycle/migrate: fix migration failing if killed during first startup (#14207) core, web: update translations (#14203) lifecycle/aws: bump aws-cdk from 2.1010.0 to 2.1012.0 in /lifecycle/aws (#14205) website/integrations: improves netbird documentation (#14191) website/docs: updated user count info (#14186) website/docs: rearranged brands docs (#14116) website: integrations: apache guacamole: remove redirect URI comments (#14113)
This PR creates a new brands.md file under System Management, and takes much of the content from the original (and remaining) topic under Customization. It also adds a new top-level landing page for the Customization section.
@dewi-tik for your Webfinger PR, you can link directly to the "External user settings" section of this new file /sys-mgmnt/brands.md.
make website
)