1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00

OIDC Auth and City Visits Data

This commit is contained in:
Sean Morley 2025-01-13 17:21:32 -05:00 committed by GitHub
commit ec3ada986d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
59 changed files with 1776 additions and 484 deletions

View file

@ -92,6 +92,28 @@ export default defineConfig({
text: "Immich Integration",
link: "/docs/configuration/immich_integration",
},
{
text: "Social Auth and OIDC",
link: "/docs/configuration/social_auth",
},
{
text: "Authentication Providers",
collapsed: false,
items: [
{
text: "Authentik",
link: "/docs/configuration/social_auth/authentik",
},
{
text: "GitHub",
link: "/docs/configuration/social_auth/github",
},
{
text: "Open ID Connect",
link: "/docs/configuration/social_auth/oidc",
},
],
},
{
text: "Update App",
link: "/docs/configuration/updating",