diff --git a/apps/docs/content/docs/core/enterprise/index.mdx b/apps/docs/content/docs/core/enterprise/index.mdx index 11a3fc6..5688ec9 100644 --- a/apps/docs/content/docs/core/enterprise/index.mdx +++ b/apps/docs/content/docs/core/enterprise/index.mdx @@ -1,6 +1,6 @@ --- title: Introduction -description: Enterprise features for SSO, whitelabeling, and audit logs +description: Enterprise features for SSO, application authentication, custom roles, audit logs, whitelabeling, and unlimited concurrent builds --- @@ -15,10 +15,12 @@ Both include SSO, custom roles, audit logs, and Application Authentication. See ## What's included -- **Single Sign-On (SSO)** — Integrate with Auth0, Keycloak, or other OIDC/SAML providers. -- **Whitelabeling** — Rebrand the UI with your logo, colors, and domain (self-hosted only). +- **Single Sign-On (SSO)** — Integrate with Auth0, Keycloak, or other OIDC/SAML providers. [Read more →](/docs/core/enterprise/sso) +- **Application Authentication (Forward Auth)** — Put an SSO login gate in front of your deployed applications, powered by oauth2-proxy and Traefik. [Read more →](/docs/core/enterprise/sso/application-authentication) - **Custom Roles** — Create custom roles with granular permissions beyond the default Owner, Admin, and Member roles. [Read more →](/docs/core/enterprise/custom-roles) - **Audit Logs** — Track every action performed by members in your organization for security and compliance. [Read more →](/docs/core/enterprise/audit-logs) +- **Whitelabeling** — Rebrand the UI with your logo, colors, and domain (self-hosted only). [Read more →](/docs/core/enterprise/whitelabeling) +- **Unlimited Concurrent Builds** — Remove the OSS limit of 2 concurrent builds per server and set any concurrency you need (self-hosted only). [Read more →](/docs/core/concurrent-builds) - **All upcoming Enterprise features** — every new Enterprise feature we ship is automatically included in your license or plan, at no extra cost. More Enterprise features are on the way. [Contact us](https://dokploy.com/contact) if you want early access or have specific requirements. diff --git a/apps/docs/public/assets/add-node.png b/apps/docs/public/assets/add-node.png index 7329a08..f96b5df 100644 Binary files a/apps/docs/public/assets/add-node.png and b/apps/docs/public/assets/add-node.png differ diff --git a/apps/docs/public/assets/nodes.png b/apps/docs/public/assets/nodes.png index f701010..7bd99e8 100644 Binary files a/apps/docs/public/assets/nodes.png and b/apps/docs/public/assets/nodes.png differ