Update OIDC and CalDav/CardDav instructions.

Upgrade Deno, formatting tweaked the SVG files, now.
This commit is contained in:
Bruno Bernardino
2025-07-26 09:13:59 +01:00
parent 781df673dc
commit 820d1622f6
40 changed files with 991 additions and 498 deletions

View File

@@ -10,6 +10,10 @@ const config: PartialDeep<Config> = {
enableMultiFactor: false, // If true, users can enable multi-factor authentication (TOTP, Passkeys, or Email if the SMTP settings below are set)
// allowedCookieDomains: ['example.com', 'example.net'], // Can be set to allow more than the baseUrl's domain for session cookies
// skipCookieDomainSecurity: true, // If true, the cookie domain will not be strictly set and checked against. This skipping slightly reduces security, but is usually necessary for reverse proxies like Cloudflare Tunnel
// enableSingleSignOn: false, // If true, single sign-on will be enabled
// singleSignOnUrl: '', // The Discovery URL (AKA Issuer) of the identity/single sign-on provider
// singleSignOnEmailAttribute: 'email', // The attribute to prefer as email of the identity/single sign-on provider
// singleSignOnScopes: ['openid', 'email'], // The scopes to request from the identity/single sign-on provider
},
// files: {
// rootPath: 'data-files',