* Typo and improved language
* Changes "admin" to "administrator" and updates indentation
* Updates miniflux to newer styling
* Combines two notes at beginning of jellyfin doc into one
* Replaces all "your application slug" with "application_slug" and replaces tags that are no longer in use
* Replaces tags that are no longer in use
* Updates immich indentation, application_slug and removes tags
* Updated bookstack indentation, tags and application slug
* Removes kbd and em tags, and updates the application slug
* Gix metadata header in bookstack doc
* Lint fix miniflux
* ArgoCD indentation
---------
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
* website: use "administrator" instead of "admin" for Admin interface
* website: some manual touches
---------
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
* squash commits for future merge conflict resolution, if any
* adventurelog cleanup + lint
* lint (again)
* Update website/integrations/services/adventurelog/index.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* Update website/integrations/services/actual-budget/index.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* Update website/integrations/services/apache-guacamole/index.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* Update website/integrations/services/gatus/index.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* Update website/integrations/services/bookstack/index.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* Update website/integrations/services/freshrss/index.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* Update website/integrations/services/budibase/index.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* Update website/integrations/services/cloudflare-access/index.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* Update website/integrations/services/dokuwiki/index.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* Update website/integrations/services/frappe/index.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* Update website/integrations/services/espocrm/index.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* Update website/integrations/services/fortimanager/index.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* Update website/integrations/services/fortigate-admin/index.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* Update website/integrations/services/firezone/index.md
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
* fix
Signed-off-by: Dominic R <dominic@sdko.org>
* wip: migr actual budget integration to new codeblock
* Replaced multilinecodeblocks with docusaurus style codeblocks
* Fixed linting and removed kbd and em tags from codeblock
---------
Signed-off-by: Dominic R <dominic@sdko.org>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Update Bookstack SAML settings
Enabled AUTH_AUTO_INITIATE=true to reduce amount of clicks needed to proceed to Bookstack and give a propper SSO experience. If user is not logged in elsewhere already, authentik's login page will still be displayed.
Edited SAML2_DISPLAY_NAME_ATTRIBUTES so it actually works. The previous "Name" entry is non-functional and does not parse. When this is the case, or the field is empty, usernames in Bookstack default to user's email address. Entries here need to be in line with Active Directory Federation Services' Role of Claims found here: https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/technical-reference/the-role-of-claims. Additionally, this will use the user's authentik username rather than real/full name.
Enabled Group Sync by default for easier administration for sysadmins. SAML2_GROUP_ATTRIBUTE also needed to be in line with Active Directory Federation Services' Role of Claims
Signed-off-by: Avsynthe <102600593+Avsynthe@users.noreply.github.com>
Signed-off-by: Avsynthe <102600593+Avsynthe@users.noreply.github.com>