website/docs: updated Frontend development environment contributor docs#16731
Merged
tanberry merged 2 commits intogoauthentik:mainfrom Sep 16, 2025
Merged
website/docs: updated Frontend development environment contributor docs#16731tanberry merged 2 commits intogoauthentik:mainfrom
tanberry merged 2 commits intogoauthentik:mainfrom
Conversation
Updated the docs on how to start the frontend project. clarifying how to override the docker-compose.yml and starting the front-end project for the first time. Signed-off-by: Josh Martin <joshmartin@reprogrammed.software>
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dewi-tik
reviewed
Sep 12, 2025
Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Josh Martin <joshmartin5001@gmail.com>
Contributor
|
Thank you for the contribution. We're waiting on another PR to be merged before dealing with this one. We'll provide an update ASAP. Thanks again. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16731 +/- ##
==========================================
- Coverage 92.82% 92.77% -0.06%
==========================================
Files 838 838
Lines 45371 45371
==========================================
- Hits 42116 42092 -24
- Misses 3255 3279 +24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
tanberry
approved these changes
Sep 16, 2025
Contributor
tanberry
left a comment
There was a problem hiding this comment.
Thanks so muich @cjoshmartin !
kensternberg-authentik
added a commit
that referenced
this pull request
Sep 19, 2025
* main: (81 commits) translate: Updates for file web/xliff/en.xlf in de (#16808) stages: update friendly_name model from null to blank (#16672) sources/saml: add default error messages to exceptions (#15562) website/docs: 2025.8.3 release notes (#16809) core, web: update translations (#16783) stages/email_authenticator: Fix email mfa loop (#16579) website/docs: updated Frontend development environment contributor docs (#16731) webiste/integrations: update roundcube doc (#16753) website/docs: update create oauth provider page (#16617) website: bump @types/node from 24.4.0 to 24.5.0 in /website (#16789) web: bump the rollup group across 1 directory with 4 updates (#16792) core: bump github.com/getsentry/sentry-go from 0.35.2 to 0.35.3 (#16786) web: bump the storybook group across 1 directory with 5 updates (#16791) web: bump @types/node from 24.4.0 to 24.5.0 in /packages/esbuild-plugin-live-reload (#16794) web: bump @goauthentik/prettier-config from 1.0.5 to 3.1.0 in /web in the goauthentik group across 1 directory (#16793) web: bump @types/node from 24.4.0 to 24.5.0 in /packages/prettier-config (#16795) web: bump @types/node from 22.15.19 to 24.5.0 in /web (#16796) web: Use curated dictionary for e2e fixtures. (#16750) website/integrations: fix wekan redirect URL (#16801) website/docs: fix docker tabs not rendering properly (#16799) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the docs on how to start the frontend project.
clarifying how to override the docker-compose.yml and starting the front-end project for the first time.
Details
Hello I am just updating this docs page: https://next.goauthentik.io/developer-docs/setup/frontend-dev-environment/ based on my experience setting up the project and talking to the authentik team
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)