2026-03-30 11:42:28 -04:00
2025-03-05 12:16:15 -05:00
2025-07-17 13:38:12 -04:00
2023-12-06 11:11:42 -08:00
2025-11-10 16:43:37 -05:00
2025-11-10 18:15:59 -05:00
2026-01-04 09:09:02 +00:00
2026-03-30 11:42:28 -04:00

baserow

Minimum Viable deploy of Baserow: Open source no-code database and Airtable alternative

Quick start

  • abra app new baserow
  • abra app config <app-name>
  • abra app deploy <app-name>

Resources

Enable SSO with Authenitk

This is how to configure your Baserow server to accept logins from your Authenitk SSO provider. You need at least an advanced Baserow plan to use this feature.

Configure Authenitk

Create Application and Provider

  • Log in as administrator of your Authentik instance
  • Go to https://your-authentik-domain/if/admin/#/core/applications and choose Create with Provider
  • Follow these steps to configure the provider, if a field isn't specified here, you can keep the default value
    • Application Name: baserow -> Next
    • Choose OAuth2/OIDC -> Next
    • Set Authorization flow: default-provider-authorization-implicit-consent (Authorize Application)
    • Copy the Client ID and Client Secret, you'll need them later
    • Add Redirect URI: Strict - https://your-baserow-domain/api/sso/oauth2/callback/2/ -> Next
      • Note: You may need to change this URI based your baserow settings later
    • Next and Submit

Configure Baserow

Create Baserow SSO Provider

  • Log in as adminsitrator of your Baserow instance
  • Go to https://your-baserow-domain/admin/auth-providers and choose Add Provider
    • Name: authentik
    • URL: https://<your-authentik-domain>/application/o/baserow
    • Fill out Client ID and Secret with the copied values from the Authentik provisioning
  • At this point, check the Callback URL at the bottom of the page, it should be the same as the Redirect URI earlier

Disable non-SSO login (Optional)

For more, see docs.coopcloud.tech.

Description
Open source no-code database and Airtable alternative
Readme 94 KiB
Languages
Roff 54.6%
Shell 45.4%