Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update the list of URLs in FAQ. #278

Merged
merged 2 commits into from
Aug 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion src/content/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: FAQ
description: Frequently asked questions.
---

{/* cspell:words appcenter codepush aarch rollouts */}
{/* cspell:words appcenter codepush aarch rollouts microsoftonline */}

If you have questions not answered here, please ask! Both filing an issue
or asking on [Discord](https://discord.gg/shorebird) work.
Expand Down Expand Up @@ -32,6 +32,8 @@ including Google Cloud Storage and Google Cloud Run.

The following URLs are used by Shorebird:

- https://console.shorebird.dev -- used to interact with Shorebird's services
via the web.
- https://api.shorebird.dev -- used by the `shorebird` command line tools to
interact with the Shorebird servers as well as the Shorebird updater on users'
devices to check for updates.
Expand All @@ -41,6 +43,13 @@ The following URLs are used by Shorebird:
upload and download release and patch artifacts, and by the Shorebird updater
on user's devices to download the patches.

Shorebird also uses Microsoft or Google OAuth login, which have their own
required urls for login (e.g. login.microsoftonline.com or oauth.google.com).

All traffic to and from Shorebird servers travels over https (port 443) and is
encrypted using standard Transport Security Layer / Secure Sockets Layer
(TSL/SSL) protocols.

If all of those URLs are accessible from your country, then Shorebird should work.

If your region requires use of
Expand Down