diff --git a/website/integrations/services/pocketbase/index.mdx b/website/integrations/services/pocketbase/index.md similarity index 85% rename from website/integrations/services/pocketbase/index.mdx rename to website/integrations/services/pocketbase/index.md index c1ee93a51454..35bf7ce1898f 100644 --- a/website/integrations/services/pocketbase/index.mdx +++ b/website/integrations/services/pocketbase/index.md @@ -14,11 +14,10 @@ sidebar_label: PocketBase > With its simple API and easy-to-use dashboard, it's perfect for small projects, prototypes, or even full-scale applications. > > -- https://pocketbase.io/ -> -> This guide explains how to configure PocketBase so that your application uses it in the backend, enabling authentik as the OAuth provider for login. :::note -If you are using an application that relies on PocketBase as its backend, you can replace the placeholders used here with the application's name. +If your application relies on PocketBase as its backend, you may need to replace the pocketbase.company placeholder with your application's name. +However, if PocketBase is hosted on a separate domain and users are redirected there for authentication, this notice may not be necessary. Conversely, if PocketBase is hosted on the same domain as your application, this distinction might be relevant. ::: ## Preparation @@ -45,9 +44,9 @@ This documentation lists only the settings that you need to change from their de ## PocketBase configuration -1. Sign in to PocketBase and access the superusers dashboard by navigating to https://pocketbase.company/_/#/settings. +1. Sign in to PocketBase and access the superusers dashboard by navigating to https://pocketbase.company/\_/#/settings. 2. Toggle off **Hide collection create and edit controls**," then click the **Save changes** button. -3. Open the **users** collection by clicking the **Collections** icon on the sidebar or head to https://pocketbase.company/_/#/collections?collection=pb_users_auth. +3. Open the **users** collection by clicking the **Collections** icon on the sidebar or head to https://pocketbase.company/\_/#/collections?collection=pb_users_auth. 4. Click the gear icon next to the collection's name, then select the **Options** tab in the popup on the right. 5. Enable the **OAuth2** authentication method by clicking the **OAuth2** tab and toggling **Enable**. 6. Click **+ Add provider**, then select **OpenID Connect**.