website/integrations: add The Lounge#11971
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.
|
I believe this is not caused by my PR, since the broken links appear to be from somewhere else. |
|
Hi @OddMagnet thanks for this contribution, and apologies for my slow reply! For the formatting and linting, have you tried running |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11971 +/- ##
=======================================
Coverage 92.60% 92.61%
=======================================
Files 761 761
Lines 38050 38050
=======================================
+ Hits 35237 35239 +2
+ Misses 2813 2811 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Hey @tanberry I tried running results❯ npm run prettier npm error Missing script: "prettier" npm error npm error To see a list of scripts, run: npm error npm run npm error A complete log of this run can be found in: /Users/michael/.npm/_logs/2024-11-20T13_08_18_604Z-debug-0.logI went back to look at the problems and looked up I also noticed that the formatting for the "Note" section was off by a bit and I forgot to add the integration to Let me know when I can push the changed |
Great news, thanks for doing that @OddMagnet! Sure, after you have run |
|
Done |
|
Had the capitalisation of the folder name wrong initially, seems that change didn't make it into my commits, even though everything ran fine locally. Should be fixed now |
tanberry
left a comment
There was a problem hiding this comment.
A few edits, and the last sentence needs completing, then let's get it merged!
|
@tanberry anything else missing? |
Hi there @OddMagnet, the changes look good, thanks! However, the build is still failing on the " lint (prettier-check)" check. We recently bumped our version on one of the build tools; can you please try running |
Signed-off-by: Michael Brünen <34708235+OddMagnet@users.noreply.github.com>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Michael Brünen <34708235+OddMagnet@users.noreply.github.com>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Michael Brünen <34708235+OddMagnet@users.noreply.github.com>
Signed-off-by: Michael Brünen <34708235+OddMagnet@users.noreply.github.com>
|
Sure thing @tanberry, I've just pushed the linter fixes. |
|
Whoot! Thanks again for this contribution @OddMagnet and also for your patience. ;-) |
* main: web: simplify `?inline` handler for Storybook (#12246) website/docs: Update Traefik middleware example to reflect latest version of Traefik (#12267) website/docs: add . in https://netbird.company* (#12166) core: bump goauthentik.io/api/v3 from 3.2024104.1 to 3.2024104.2 (#12263) core: bump pydantic from 2.10.2 to 2.10.3 (#12262) core: bump github.com/getsentry/sentry-go from 0.29.1 to 0.30.0 (#12264) core, web: update translations (#12268) website: bump @types/react from 18.3.12 to 18.3.13 in /website (#12269) website: bump prettier from 3.4.1 to 3.4.2 in /website (#12270) ci: bump actions/attest-build-provenance from 1 to 2 (#12271) core: bump golang.org/x/sync from 0.9.0 to 0.10.0 (#12272) core: bump django from 5.0.9 to 5.0.10 (#12273) core: bump webauthn from 2.3.0 to 2.4.0 (#12274) website/integrations: add The Lounge (#11971) core: bump python-kadmin-rs from 0.3.0 to 0.4.0 (#12257) root: fix health status code (#12255) ci: fix should_push always being false (#12252) web: bump API Client version (#12251) providers/oauth2: Add provider federation between OAuth2 Providers (#12083) website/integrations: mastodon: set correct uid field (#11945)
Details
I just finished setting up LDAP for The Lounge and since there was no Integration Guide yet I figured I'd create one.
I'm very new to Authentik and LDAP, so this guide might need some help/refinement.
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 website)Problems:
I tried running
make website-watch, but I get this error:make websitealso gives me an errorSince this is just a markdown file I suppose these commands might not be necessary to complete on my system.
The
make webmentioned in the checklist worked.