Skip to content

Commit a2e0efc

Browse files
committed
add back auth_url warning
1 parent 955fec7 commit a2e0efc

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/docs/configuration/auth/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Overview
33
---
44

5+
<Warning>If you're deploying Sourcebot behind a domain, you must set the [AUTH_URL](/docs/configuration/environment-variables) environment variable.</Warning>
6+
57
Sourcebot has built-in authentication that gates access to your organization. OAuth, email codes, and email / password are supported.
68

79
The first account that's registered on a Sourcebot deployment is made the owner. All other users who register must be [approved](/docs/configuration/auth/overview#approving-new-members) by the owner.
@@ -40,8 +42,6 @@ See [transactional emails](/docs/configuration/transactional-emails) for more de
4042

4143
## Enterprise Authentication Providers
4244

43-
<Warning>If you're deploying Sourcebot behind a domain, you must set the [AUTH_URL](/docs/configuration/environment-variables) environment variable to use these providers.</Warning>
44-
4545
The following authentication providers require an [enterprise license](/docs/license-key) to be enabled.
4646

4747
By default, a new user registering using these providers must have their join request accepted by the owner of the organization to join. To allow a user to join automatically when

docs/docs/deployment-guide.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ Watch this 1:51 minute video to get a quick overview of how to deploy Sourcebot
5353
</Step>
5454

5555
<Step title="Launch your instance">
56+
<Warning>If you're deploying Sourcebot behind a domain, you must set the [AUTH_URL](/docs/configuration/environment-variables) environment variable.</Warning>
57+
58+
5659
In the same directory as `config.json`, run the following command to start your instance:
5760

5861
``` bash

0 commit comments

Comments
 (0)