website/docs: Describe where to apply the auto setup env vars#9863
Merged
tanberry merged 1 commit intogoauthentik:mainfrom Jun 18, 2024
Merged
website/docs: Describe where to apply the auto setup env vars#9863tanberry merged 1 commit intogoauthentik:mainfrom
tanberry merged 1 commit intogoauthentik:mainfrom
Conversation
Took me a good half an hour to find out why my env setup vars are not working: Set the on the server, not the worker container! Signed-off-by: m1212e <14091540+m1212e@users.noreply.github.com>
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
dominic-r
approved these changes
Jun 10, 2024
rissson
approved these changes
Jun 11, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9863 +/- ##
==========================================
- Coverage 92.63% 90.09% -2.54%
==========================================
Files 710 710
Lines 34745 34745
==========================================
- Hits 32186 31305 -881
- Misses 2559 3440 +881
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
kensternberg-authentik
added a commit
that referenced
this pull request
Jun 19, 2024
* main: website/docs: update 2024.6 release notes with latest changes (#10174) core: fix error when raising SkipObject in mapping (#10153) website/docs: 2024.6 release notes: add note about group names (#10170) website/docs: update 2024.6 release notes with latest changes (#10167) core: bump twilio from 9.1.1 to 9.2.0 (#10162) web: bump chromedriver from 126.0.1 to 126.0.2 in /tests/wdio (#10161) web: bump the wdio group in /tests/wdio with 4 updates (#10160) website/integrations: jellyfin: add OIDC configuration (#9538) website/docs: Describe where to apply the auto setup env vars (#9863) website/integrations: gitlab: better service description (#9923) web: fix docker build for non-release versions (#10154) root: makefile: add codespell to make-website (#10116)
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.
Took me a good half an hour to find out why my env setup vars are not working: Set them on the server, not the worker container!