diff --git a/website/integrations/services/planka/index.mdx b/website/integrations/services/planka/index.mdx new file mode 100644 index 0000000000..60457c0ed2 --- /dev/null +++ b/website/integrations/services/planka/index.mdx @@ -0,0 +1,51 @@ +--- +title: Integrate with Planka +sidebar_label: Planka +support_level: community +--- + +## What is Planka + +> An open-source document management platform designed to help you organize, secure, and archive your files effortlessly. +> +> -- https://papra.app/ + +## Preparation + +The following placeholders are used in this guide: + +- `authentik.company` is the FQDN of the authentik installation. +- `papra.company` is the FQDN of the Planka installation. + +:::note +This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. +::: + +## authentik configuration + +To support the integration of Planka with authentik, you need to create an application/provider pair in authentik. + +### Create an application and provider in authentik + +1. Log in to authentik as an administrator and open the authentik Admin interface. +2. Navigate to **Applications** > **Applications** and click **Create with Provider** to create an application and provider pair. (Alternatively you can first create a provider separately, then create the application and connect it with the provider.) + + - **Application**: provide a descriptive name, an optional group for the type of application, the policy engine mode, and optional UI settings. + - **Choose a Provider type**: select **OAuth2/OpenID Connect** as the provider type. + - **Configure the Provider**: provide a name (or accept the auto-provided name), the authorization flow to use for this provider, and the following required configurations. + - Note the **Client ID** and **Client Secret** values because they will be required later. + - Set a `Strict` redirect URI to `https://planka.company/oidc-callback`. + - Select any available signing key. + - **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/flows-stages/bindings/) (policy, group, or user) to manage the listing and access to applications on a user's **My applications** page. + +3. Click **Submit** to save the new application and provider. + +## Planka configuration + +## Configuration verification + +To verify the integration with Planka, log out and attempt to log back in using.. + +## Resources + +- [Planka Documentation - OIDC](https://docs.planka.cloud/docs/configuration/oidc) diff --git a/website/sidebars/integrations.mjs b/website/sidebars/integrations.mjs index eb563083e5..bdaeba9d30 100644 --- a/website/sidebars/integrations.mjs +++ b/website/sidebars/integrations.mjs @@ -24,6 +24,7 @@ const items = [ "services/onlyoffice/index", "services/openproject/index", "services/owncloud/index", + "services/planka/index", "services/rocketchat/index", "services/roundcube/index", "services/sharepoint-se/index",