diff --git a/docs/enterprise/index.mdx b/docs/enterprise/index.mdx index 00b4d016..48d0b4d3 100644 --- a/docs/enterprise/index.mdx +++ b/docs/enterprise/index.mdx @@ -40,7 +40,7 @@ Take your AI strategy to the next level with our **premium enterprise solutions* We **carefully select** our partners to maintain the **highest standards** and provide **the best experience** to our community. -If you are a **consulting agency**, **AI services provider**, or **reseller**, please **do not** contact our enterprise sales directly. You will **not** get a response from our sales team. Instead, **fill out our partnership interest form**: +If you are a **consulting agency**, **AI services provider**, **solutions provider** or **reseller**, please **do not** contact our enterprise sales directly. You will **not** get a response from our sales team. Instead, **fill out our partnership interest form**: πŸ”— **[Apply Here](https://forms.gle/SemdgxjFXpHmdCby6)** @@ -100,30 +100,50 @@ With one of the **fastest iteration cycles in AI**, Open WebUI ensures your orga Open WebUI’s enterprise solutions provide mission-critical businesses with **a suite of advanced capabilities and dedicated support**, including: ### πŸ”§ **Enterprise-Grade Support & SLAs** + βœ… **Priority SLA Support** – **24/7 support β€” Available in English and Korean (ν•œκ΅­μ–΄)** with dedicated response times for mission-critical issues. + βœ… **Dedicated Account Manager** – A **single point of contact** for guidance, onboarding, and strategy. + βœ… **Exclusive Office Hours with Core Engineers** – Directly work with the engineers evolving Open WebUI. + ### βš™ **Customization & AI Model Optimization** + βœ… **Custom Theming & Branding** – White-label Open WebUI to **reflect your enterprise identity**. + βœ… **Custom AI Model Integration & Fine-Tuning** – Integrate **proprietary** or **third-party** AI models tailored for your workflows. + βœ… **Private Feature Development** – Work directly with our team to **build custom features** specific to your organization’s needs. + ### πŸ›‘οΈ **Advanced Security & Compliance** + βœ… **On-Premise & Air-Gapped Deployments** – Full control over data, hosted in **your infrastructure**. + βœ… **Security Hardening & Compliance Audits** – Receive **customized compliance assessments** and configurations. + βœ… **Role-Based Access Control (RBAC)** – Enterprise-ready **SSO, LDAP, and IAM** integration. + ### πŸ—οΈ **Operational Reliability & Deployment Services** + βœ… **Managed Deployments** – Our team helps you **deploy Open WebUI effortlessly**, whether **on-premise, hybrid, or cloud**. + βœ… **Version Stability & Long-Term Maintenance** – Enterprise customers receive **LTS (Long-Term Support) versions** for managed **stability and security** over time. + βœ… **Enterprise Backups & Disaster Recovery** – High availability with structured backup plans and rapid recovery strategies. + ### πŸ“š **Enterprise Training, Workshops & Consulting** + βœ… **AI Training & Enablement** – Expert-led **workshops for your engineering and data science teams**. + βœ… **Operational AI Consulting** – On-demand **architecture, optimization, and deployment consulting**. + βœ… **Strategic AI Roadmap Planning** – Work with our experts to **define your AI transformation strategy**. + --- ## **Keep Open WebUI Thriving: Support Continuous Innovation** diff --git a/docs/features/auth/sso/index.mdx b/docs/features/auth/sso/index.mdx index d725c2f0..2f85e3b5 100644 --- a/docs/features/auth/sso/index.mdx +++ b/docs/features/auth/sso/index.mdx @@ -139,6 +139,7 @@ You can configure the following environment variables to match the roles returne 1. `OAUTH_ROLES_CLAIM` - The claim that contains the roles. Defaults to `roles`. Can also be nested, for example `user.roles`. 1. `OAUTH_ALLOWED_ROLES` - A comma-separated list of roles that are allowed to log in (receive open webui role `user`). 1. `OAUTH_ADMIN_ROLES` - A comma-separated list of roles that are allowed to log in as an admin (receive open webui role `admin`). +1. `OAUTH_ROLES_SEPARATOR` - Allows specifying an alternative sparator for the `OAUTH_*_ROLES` variables. :::info diff --git a/docs/getting-started/env-configuration.mdx b/docs/getting-started/env-configuration.mdx index bebb89ed..8d148c97 100644 --- a/docs/getting-started/env-configuration.mdx +++ b/docs/getting-started/env-configuration.mdx @@ -3426,6 +3426,12 @@ If `OAUTH_PICTURE_CLAIM` is set to `''` (empty string), then the OAuth picture c - Description: Sets the roles that are considered administrators. - Persistence: This environment variable is a `PersistentConfig` variable. +#### `OAUTH_ROLES_SEPARATOR` + +- Type: `str` +- Default: `,` +- Description: Sets the separator used for splitting the `OAUTH_*_ROLES` variables. + #### `OAUTH_ALLOWED_DOMAINS` - Type: `str` diff --git a/docs/intro.mdx b/docs/intro.mdx index e93e7fe4..b2cdb7a1 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -33,7 +33,7 @@ Passionate about open-source AI? [Join our team β†’](https://careers.openwebui.c :::tip -**Looking for an [Enterprise Plan](https://docs.openwebui.com/enterprise)?** β€” **[Speak with Our Sales Team Today!](mailto:sales@openwebui.com)** +**Looking for an [Enterprise Plan](https://docs.openwebui.com/enterprise)?** β€” **[Speak with Our Sales Team Today!](https://docs.openwebui.com/enterprise)** Get **enhanced capabilities**, including **custom theming and branding**, **Service Level Agreement (SLA) support**, **Long-Term Support (LTS) versions**, and **more!** diff --git a/src/components/SidebarBanners.tsx b/src/components/SidebarBanners.tsx index 4a920593..21c489d8 100644 --- a/src/components/SidebarBanners.tsx +++ b/src/components/SidebarBanners.tsx @@ -19,21 +19,21 @@ export const SidebarBanners = () => { // description: "Does your interface have a backend yet? Try n8n", // }, - { - imgSrc: "/sponsors/banners/warp-banner.png", - mobileImgSrc: "/sponsors/banners/warp-banner-mobile.png", - url: "https://warp.dev/open-webui", - name: "Warp", - description: "The intelligent terminal for developers", - }, + // { + // imgSrc: "/sponsors/banners/warp-banner.png", + // mobileImgSrc: "/sponsors/banners/warp-banner-mobile.png", + // url: "https://warp.dev/open-webui", + // name: "Warp", + // description: "The intelligent terminal for developers", + // }, - { - imgSrc: "/sponsors/banners/warp-banner.png", - mobileImgSrc: "/sponsors/banners/warp-banner-mobile.png", - url: "https://warp.dev/open-webui", - name: "Warp", - description: "The intelligent terminal for developers", - }, + // { + // imgSrc: "/sponsors/banners/warp-banner.png", + // mobileImgSrc: "/sponsors/banners/warp-banner-mobile.png", + // url: "https://warp.dev/open-webui", + // name: "Warp", + // description: "The intelligent terminal for developers", + // }, // { // imgSrc: "/sponsors/banners/tailscale-banner.png", diff --git a/src/components/SponsorList.tsx b/src/components/SponsorList.tsx index aa209724..eaa45c2a 100644 --- a/src/components/SponsorList.tsx +++ b/src/components/SponsorList.tsx @@ -9,12 +9,12 @@ export const SponsorList = () => { // description: "Does your interface have a backend yet? Try n8n", // }, - { - imgSrc: "/sponsors/logos/warp.png", - url: "https://warp.dev/open-webui", - name: "Warp", - description: "The intelligent terminal for developers", - }, + // { + // imgSrc: "/sponsors/logos/warp.png", + // url: "https://warp.dev/open-webui", + // name: "Warp", + // description: "The intelligent terminal for developers", + // }, // { // imgSrc: "/sponsors/logos/tailscale.png", // url: "https://tailscale.com/blog/self-host-a-local-ai-stack/?utm_source=OpenWebUI&utm_medium=paid-ad-placement&utm_campaign=OpenWebUI-Docs", diff --git a/src/components/TopBanners.tsx b/src/components/TopBanners.tsx index f8355880..0485873e 100644 --- a/src/components/TopBanners.tsx +++ b/src/components/TopBanners.tsx @@ -24,21 +24,21 @@ export const TopBanners = ({ // description: "Does your interface have a backend yet? Try n8n", // }, - { - imgSrc: "/sponsors/banners/warp-banner.png", - mobileImgSrc: "/sponsors/banners/warp-banner-mobile.png", - url: "https://warp.dev/open-webui", - name: "Warp", - description: "The intelligent terminal for developers", - }, + // { + // imgSrc: "/sponsors/banners/warp-banner.png", + // mobileImgSrc: "/sponsors/banners/warp-banner-mobile.png", + // url: "https://warp.dev/open-webui", + // name: "Warp", + // description: "The intelligent terminal for developers", + // }, - { - imgSrc: "/sponsors/banners/warp-banner.png", - mobileImgSrc: "/sponsors/banners/warp-banner-mobile.png", - url: "https://warp.dev/open-webui", - name: "Warp", - description: "The intelligent terminal for developers", - }, + // { + // imgSrc: "/sponsors/banners/warp-banner.png", + // mobileImgSrc: "/sponsors/banners/warp-banner-mobile.png", + // url: "https://warp.dev/open-webui", + // name: "Warp", + // description: "The intelligent terminal for developers", + // }, // { // imgSrc: "/sponsors/banners/tailscale-banner.png",