mirror of https://github.com/zulip/zulip.git
help and portico: Document custom domain request process on Cloud.
This commit is contained in:
parent
e16f22c430
commit
6f36dcc999
|
@ -1,5 +1,7 @@
|
|||
# Change organization URL
|
||||
|
||||
{!owner-only.md!}
|
||||
|
||||
Zulip supports changing the URL for an organization. Changing the
|
||||
organization URL is a disruptive operation for users:
|
||||
|
||||
|
@ -13,13 +15,43 @@ mention](/help/mention-a-user-or-group#mention-everyone-on-a-stream)
|
|||
in an announcement stream to notify users that they need to update
|
||||
their clients.
|
||||
|
||||
If you're using Zulip Cloud (E.g. `https://example.zulipchat.com`),
|
||||
you can request a change by emailing support@zulip.com. Custom domains
|
||||
(i.e. those that do not have the form `example.zulipchat.com`) have a
|
||||
maintenance cost for our operational team and thus are only available
|
||||
for paid plans.
|
||||
## Change your Zulip Cloud subdomain
|
||||
|
||||
## Self-hosting
|
||||
Zulip Cloud organizations are generally hosted at `<subdomain>.zulipchat.com`,
|
||||
with the subdomain chosen when the organization was created. Organization
|
||||
[owners](/help/roles-and-permissions) can request to change the subdomain.
|
||||
|
||||
{start_tabs}
|
||||
|
||||
Please e-mail [support@zulip.com](mailto:support@zulip.com) with the following
|
||||
information:
|
||||
|
||||
1. Your organization's current subdomain.
|
||||
|
||||
1. The subdomain you would like to move your organization to.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Move to a custom URL on Zulip Cloud
|
||||
|
||||
{!cloud-plus-only.md!}
|
||||
|
||||
Because maintaining custom URLs requires effort from our operational team,
|
||||
this feature is available only for organizations with 25+ [Zulip Cloud
|
||||
Plus](https://zulip.com/plans/#cloud) licenses.
|
||||
|
||||
{start_tabs}
|
||||
|
||||
Please e-mail [support@zulip.com](mailto:support@zulip.com) with the following
|
||||
information:
|
||||
|
||||
1. Your organization's current URL.
|
||||
|
||||
1. The URL you would like to move your organization to.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Change the URL for your self-hosted server
|
||||
|
||||
If you're self-hosting, you can change the root domain of your Zulip
|
||||
server by changing the `EXTERNAL_HOST` [setting][zulip-settings]. If
|
||||
|
|
|
@ -995,11 +995,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="comparison-table-feature">
|
||||
Custom domain
|
||||
<a href="/help/change-organization-url">Custom domain</a>
|
||||
</td>
|
||||
<td class="comparison-value-negative cloud-cell"><i class="icon icon-x"></i></td>
|
||||
<td class="comparison-value-negative cloud-cell"><i class="icon icon-x"></i></td>
|
||||
<td class="comparison-value-positive cloud-cell"><i class="icon icon-check"></i></td>
|
||||
<td class="comparison-value-positive cloud-cell" data-title="{{ _('25 users minimum') }}"><i class="icon icon-check"></i></td>
|
||||
|
||||
<td class="comparison-value-positive self-hosted-cell" data-title="{{ _('Supported') }}"><i class="icon icon-check"></i></td>
|
||||
<td class="comparison-value-positive self-hosted-cell" data-title="{{ _('Supported') }}"><i class="icon icon-check"></i></td>
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
<li><span>All Standard plan features</span></li>
|
||||
<li><span><a href="/help/saml-authentication">SSO with SAML</a> (Okta, OneLogIn, etc.)</span></li>
|
||||
<li><span><a href="/help/scim">SCIM user sync</a></span></li>
|
||||
<li><span>Custom domain</span></li>
|
||||
<li><span><a href="/help/change-organization-url">Custom domain</a></span></li>
|
||||
<li><span>Limit user list access for <a href="/help/guest-users">guests</a></span></li>
|
||||
<li><span>Priority commercial support</span></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue